Searched refs:NIL (Results 1 - 25 of 26) sorted by relevance

12

/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/zlib/src/contrib/puff/
H A Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
H A Dpuff.c76 * - Move NIL to puff.h
184 if (s->out != NIL) {
465 if (s->out != NIL) {
490 if (s->out != NIL) {
804 s.outlen = *destlen; /* ignored if dest is NIL */
H A Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_xform.c68 ONE, NIL, NIL, NIL,
69 NIL, ONE, NIL, NIL,
70 NIL, NIL, ONE, NIL,
71 NIL, NI
[all...]
H A Dm_debug_norm.c50 ONE, NIL, NIL, NIL,
51 NIL, ONE, NIL, NIL,
52 NIL, NIL, ONE, NIL,
53 NIL, NI
[all...]
H A Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator in enum:__anon14565
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c68 ONE, NIL, NIL, NIL,
69 NIL, ONE, NIL, NIL,
70 NIL, NIL, ONE, NIL,
71 NIL, NI
[all...]
H A Dm_debug_norm.c50 ONE, NIL, NIL, NIL,
51 NIL, ONE, NIL, NIL,
52 NIL, NIL, ONE, NIL,
53 NIL, NI
[all...]
H A Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator in enum:__anon27976
/external/zlib/src/contrib/pascal/
H A Dexample.pas93 if zfile = NIL then
121 if zfile = NIL then
191 c_stream.zalloc := NIL;
192 c_stream.zfree := NIL;
193 c_stream.opaque := NIL;
236 d_stream.zalloc := NIL;
237 d_stream.zfree := NIL;
238 d_stream.opaque := NIL;
277 c_stream.zalloc := NIL;
278 c_stream.zfree := NIL;
[all...]
/external/chromium_org/third_party/libxml/src/
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/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
875 (internalLocaleValues->decimal_point[0] != NIL))
884 internalDecimalPoint = NIL;
891 (internalLocaleValues->thousands_sep[0] != NIL))
899 (internalLocaleValues->grouping[0] != NIL))
1678 while (format[index] != NIL)
1802 parameters[pos].user_name[0] = NIL;
2223 *pointer-- = NIL;
2504 if ((size <= 0) || (size > width) || (buffer[0] == NIL))
2965 *groupingPointer != NIL;
[all...]
/external/chromium_org/third_party/zlib/
H A Ddeflate.c105 #define NIL 0 macro
195 s->head[s->hash_size-1] = NIL; \
1150 s->strstart - (IPos)MAX_DIST(s) : NIL;
1492 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1500 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1712 hash_head = NIL;
1720 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1822 hash_head = NIL;
1835 hash_head != NIL &&
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1158 s->strstart - (IPos)MAX_DIST(s) : NIL;
1435 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1443 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1651 hash_head = NIL;
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1754 hash_head = NIL;
1764 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1436 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1444 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1652 hash_head = NIL;
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1755 hash_head = NIL;
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/zlib/src/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1436 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1444 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1652 hash_head = NIL;
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1755 hash_head = NIL;
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/libpcap/msdos/
H A Dpkt_rx1.s124 @skip: xor di, di ; return ES:DI = NIL pointer
H A Dpkt_rx0.asm164 @skip: xor di, di ; return ES:DI = NIL pointer
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm245 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/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 ...

Completed in 3960 milliseconds

12