/external/mesa3d/src/mesa/math/ |
D | m_debug_xform.c | 68 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 …]
|
D | m_debug_norm.c | 51 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 …]
|
D | m_debug_util.h | 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator
|
/external/one-true-awk/ |
D | awkgram.y | 127 { --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 …]
|
D | b.c | 128 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 …]
|
D | awk.h | 140 #define NIL ((Node *) 0) macro
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | struct_ptr.h | 127 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/ |
D | triostr.c | 44 #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 …]
|
D | trio.c | 109 #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/ |
D | p7.cpp | 3 namespace NIL {} // expected-note {{previous definition}} namespace 4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}} namespace
|
/external/zlib/src/contrib/puff/ |
D | puff.h | 28 #ifndef NIL 29 # define NIL ((unsigned char *)0) /* for no output option */ macro
|
D | puff.c | 184 if (s->out != NIL) { in stored() 465 if (s->out != NIL) { in codes() 490 if (s->out != NIL) { in codes()
|
D | pufftest.c | 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
|
/external/vboot_reference/utility/ |
D | eficompress.c | 56 #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/ |
D | deflate.c | 104 #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/ |
D | deflate.c | 104 #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/ |
D | deflate.c | 107 #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/ |
D | deflate.c | 107 #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/ |
D | pkt_rx1.s | 124 @skip: xor di, di ; return ES:DI = NIL pointer
|
D | pkt_rx0.asm | 164 @skip: xor di, di ; return ES:DI = NIL pointer
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 1688 -109 nilHandleErr Master Pointer was NIL in HandleZone or other
|