Searched defs:NIL (Results 1 - 10 of 10) sorted by relevance

/external/zlib/src/contrib/puff/
H A Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp7.cpp3 namespace NIL {} // expected-note {{previous definition}} namespace
4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}} namespace
/external/chromium/base/
H A Dtracked_objects.h375 NIL = 0, enumerator in enum:tracked_objects::Comparator::Selector
391 // Reset the comparator to a NIL selector. Clear() and recursively delete any
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c105 #define NIL 0 macro
200 s->head[s->hash_size-1] = NIL; \
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1311 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1319 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1452 IPos hash_head = NIL; /* head of the hash chain */
1479 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1558 IPos hash_head = NIL; /* head of hash chain */
1588 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/webkit/Tools/android/flex-2.5.4a/
H A Dflexdef.h187 /* NIL must be 0. If not, its special meaning when making equivalence classes
190 #define NIL 0 macro
193 #define NO_TRANSITION NIL
/external/zlib/src/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1157 s->strstart - (IPos)MAX_DIST(s) : NIL;
1434 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1442 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1650 hash_head = NIL;
1658 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1753 hash_head = NIL;
1763 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/libxml2/
H A Dtriostr.c44 #if !defined(NIL)
45 # define NIL ((char)0) macro
407 while ((*first != NIL) && (*second != NIL))
416 return ((*first == NIL) && (*second == NIL));
532 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
542 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
[all...]
H A Dtrio.c109 #define NIL ((char)0) macro
871 (internalLocaleValues->decimal_point[0] != NIL))
880 internalDecimalPoint = NIL;
887 (internalLocaleValues->thousands_sep[0] != NIL))
895 (internalLocaleValues->grouping[0] != NIL))
1674 while (format[index] != NIL)
1798 parameters[pos].user_name[0] = NIL;
2219 *pointer-- = NIL;
2500 if ((size <= 0) || (size > width) || (buffer[0] == NIL))
2961 *groupingPointer != NIL;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 9526 milliseconds