Home
last modified time | relevance | path

Searched refs:NIL (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_debug_xform.c68 ONE, NIL, NIL, NIL,
69 NIL, ONE, NIL, NIL,
70 NIL, NIL, ONE, NIL,
71 NIL, NIL, NIL, ONE
74 VAR, VAR, NIL, VAR,
75 VAR, VAR, NIL, VAR,
76 NIL, NIL, ONE, NIL,
77 NIL, NIL, NIL, ONE
80 VAR, NIL, NIL, VAR,
81 NIL, VAR, NIL, VAR,
[all …]
Dm_debug_norm.c50 ONE, NIL, NIL, NIL,
51 NIL, ONE, NIL, NIL,
52 NIL, NIL, ONE, NIL,
53 NIL, NIL, NIL, NIL
56 VAR, VAR, VAR, NIL,
57 VAR, VAR, VAR, NIL,
58 VAR, VAR, VAR, NIL,
59 NIL, NIL, NIL, NIL
62 VAR, NIL, NIL, NIL,
63 NIL, VAR, NIL, NIL,
[all …]
Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp7.cpp3 namespace NIL {} // expected-note {{previous definition}} namespace
4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}} namespace
/external/libxml2/
Dtriostr.c44 #if !defined(NIL)
45 # define NIL ((char)0) macro
413 while ((*first != NIL) && (*second != NIL))
422 return ((*first == NIL) && (*second == NIL));
538 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
548 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
643 while ( (ch = *string++) != NIL )
744 if (NIL == *string)
746 return (NIL == *pattern);
797 if (NIL == *string)
[all …]
Dtrio.c109 #define NIL ((char)0) macro
891 (internalLocaleValues->decimal_point[0] != NIL)) in TrioSetLocale()
900 internalDecimalPoint = NIL; in TrioSetLocale()
907 (internalLocaleValues->thousands_sep[0] != NIL)) in TrioSetLocale()
915 (internalLocaleValues->grouping[0] != NIL)) in TrioSetLocale()
1694 while (format[index] != NIL)
1818 parameters[pos].user_name[0] = NIL;
2239 *pointer-- = NIL;
2520 if ((size <= 0) || (size > width) || (buffer[0] == NIL))
2981 *groupingPointer != NIL;
[all …]
/external/zlib/src/contrib/puff/
Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
Dpuff.c184 if (s->out != NIL) { in stored()
465 if (s->out != NIL) { in codes()
490 if (s->out != NIL) { in codes()
Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
/external/vboot_reference/utility/
Deficompress.c56 #define NIL 0 macro
523 mPosition[i] = NIL; /* sentinel */ in InitSlide()
526 mParent[i] = NIL; in InitSlide()
533 mNext[WNDSIZ - 1] = NIL; in InitSlide()
535 mNext[i] = NIL; in InitSlide()
566 mParent[NIL] = q; /* sentinel */ in Child()
676 while ((q = mParent[r]) == NIL) { in InsertNode()
698 if ((r = Child(q, c)) == NIL) { in InsertNode()
739 if ((r = Child(q, *t1)) == NIL) { in InsertNode()
752 mParent[r] = NIL; in InsertNode()
[all …]
/external/zlib/src/
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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1158 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
1435 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()
1443 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()
1651 hash_head = NIL; in deflate_fast()
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast()
1754 hash_head = NIL; in deflate_slow()
1764 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
/external/libpcap/msdos/
Dpkt_rx1.s124 @skip: xor di, di ; return ES:DI = NIL pointer
Dpkt_rx0.asm164 @skip: xor di, di ; return ES:DI = NIL pointer