Home
last modified time | relevance | path

Searched refs:NIL (Results 1 – 21 of 21) 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.c51 ONE, NIL, NIL, NIL,
52 NIL, ONE, NIL, NIL,
53 NIL, NIL, ONE, NIL,
54 NIL, NIL, NIL, NIL
57 VAR, VAR, VAR, NIL,
58 VAR, VAR, VAR, NIL,
59 VAR, VAR, VAR, NIL,
60 NIL, NIL, NIL, NIL
63 VAR, NIL, NIL, NIL,
64 NIL, VAR, NIL, NIL,
[all …]
Dm_debug_util.h303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator
/external/one-true-awk/
Dawkgram.y127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
177 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
206 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
209 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
233 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
236 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
304 | print prarg { $$ = stat3($1, $2, NIL, NIL); }
[all …]
Db.c128 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p); in mkdfa()
130 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL)); in mkdfa()
615 return(op2(EMPTYRE, NIL, NIL)); in reparse()
634 np = op2(CHAR, NIL, itonp(rlxval)); in primary()
639 return (unary(op2(ALL, NIL, NIL))); in primary()
642 return (unary(op2(ALL, NIL, NIL))); in primary()
645 return (unary(op2(DOT, NIL, NIL))); in primary()
647 np = op2(CCL, NIL, (Node*) cclenter((char *) rlxstr)); in primary()
651 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr)); in primary()
656 return (unary(op2(CHAR, NIL, itonp(HAT)))); in primary()
[all …]
Dawk.h140 #define NIL ((Node *) 0) macro
/external/libmojo/mojo/public/cpp/bindings/
Dstruct_ptr.h127 InlinedStructPtr() : state_(NIL) {} in InlinedStructPtr()
128 InlinedStructPtr(decltype(nullptr)) : state_(NIL) {} in InlinedStructPtr()
137 InlinedStructPtr(InlinedStructPtr&& other) : state_(NIL) { Take(&other); } in InlinedStructPtr()
153 state_ = NIL; in reset()
158 bool is_null() const { return state_ == NIL; } in is_null()
204 NIL, enumerator
/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/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/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/syslinux/com32/lib/zlib/
Ddeflate.c104 #define NIL 0 macro
194 s->head[s->hash_size-1] = NIL; \
1074 s->strstart - (IPos)MAX_DIST(s) : NIL;
1349 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1357 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1544 hash_head = NIL;
1552 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1641 hash_head = NIL;
1651 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
Ddeflate.c107 #define NIL 0 macro
193 s->head[s->hash_size-1] = NIL; \
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1247 s->strstart - (IPos)MAX_DIST(s) : NIL;
1848 hash_head = NIL;
1856 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1951 hash_head = NIL;
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/zlib/src/
Ddeflate.c107 #define NIL 0 macro
193 s->head[s->hash_size-1] = NIL; \
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1247 s->strstart - (IPos)MAX_DIST(s) : NIL;
1848 hash_head = NIL;
1856 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1951 hash_head = NIL;
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/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
/external/python/cpython2/Mac/scripts/
Derrors.txt1688 -109 nilHandleErr Master Pointer was NIL in HandleZone or other