| /src/common/dist/zlib/contrib/puff/ |
| puff.h | 28 #ifndef NIL 29 # define NIL ((unsigned char *)0) /* for no output option */
|
| /src/external/gpl3/binutils/dist/zlib/contrib/puff/ |
| puff.h | 28 #ifndef NIL 29 # define NIL ((unsigned char *)0) /* for no output option */
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/ |
| puff.h | 28 #ifndef NIL 29 # define NIL ((unsigned char *)0) /* for no output option */
|
| /src/external/gpl3/gdb/dist/zlib/contrib/puff/ |
| puff.h | 28 #ifndef NIL 29 # define NIL ((unsigned char *)0) /* for no output option */
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/puff/ |
| puff.h | 28 #ifndef NIL 29 # define NIL ((unsigned char *)0) /* for no output option */
|
| /src/external/bsd/nvi/dist/perl_api/ |
| perlsfio.c | 56 #define NIL(type) ((type)0)
|
| /src/libexec/talkd/ |
| table.c | 64 #define NIL ((TABLE_ENTRY *)0) 77 TABLE_ENTRY *table = NIL; 95 for (ptr = table; ptr != NIL; ptr = ptr->next) { 132 for (ptr = table; ptr != NIL; ptr = ptr->next) { 167 if (ptr == NIL) { 174 if (ptr->next != NIL) 176 ptr->last = NIL; 205 for (ptr = table; ptr != NIL; ptr = ptr->next) { 211 if (ptr != NIL) { 229 else if (ptr->last != NIL) [all...] |
| /src/sys/arch/hppa/spmath/ |
| md.h | 64 #undef NIL 65 #define NIL 0
|
| /src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| code.c | 34 #undef NIL 35 #define NIL NULL 103 q = block(OREG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); 106 q = buildtree(UMUL, q, NIL); 107 p = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap); 108 p = buildtree(UMUL, p, NIL); 173 r->n_right = block(FUNARG, r->n_right, NIL,
|
| local.c | 32 #undef NIL 33 #define NIL NULL 75 r = block(REG, NIL, NIL, PTR+STRTY, 0, 0); 116 p->n_left = buildtree(ADDROF, l, NIL); 123 p->n_left = block(REG, NIL, NIL, p->n_type, 0, 0); 196 sp = block(REG, NIL, NIL, p->n_type, 0, 0); 202 sp = block(REG, NIL, NIL, PTR+INT, t->n_df, t->n_ap) [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/vax/ |
| local.c | 41 #undef NIL 42 #define NIL NULL 93 r = block( REG, NIL, NIL, PTR+STRTY, 0, 0 ); 104 p->n_left = block(REG, NIL, NIL, p->n_type, 0, 0); 171 r = block(REG, NIL, NIL, PTR|VOID, 0, 0); 251 sp = block(REG, NIL, NIL, p->n_type, 0, 0) [all...] |
| code.c | 41 #undef NIL 42 #define NIL NULL 138 q = buildtree(UMUL, q, NIL); 139 p = block(REG, NIL, NIL, t, 0, cftnsp->sap); 141 p = buildtree(UMUL, p, NIL); 147 p = block(REG, NIL, NIL, INT, 0, 0); 372 r->n_right = block(FUNARG, r->n_right, NIL, 397 r = block(XARG, ccopy(p), NIL, INT, 0, 0) [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| local.c | 31 #undef NIL 32 #define NIL NULL 185 r = block(REG, NIL, NIL, PTR+STRTY, 0, 0); 245 r = block(NAME, NIL, NIL, INT, 0, 0); 274 p->n_left = block(REG, NIL, NIL, p->n_type, 0, 0); 373 sp = block(REG, NIL, NIL, UNSIGNED+PTR, 0, 0) [all...] |
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| code.c | 40 #undef NIL 41 #define NIL NULL 136 q = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); 144 q = buildtree(UMUL, q, NIL); 147 p = buildtree(UMUL, p, NIL); 153 p = block(REG, NIL, NIL, INCREF(ty), 0, cftnsp->sap); 181 q = block(REG, NIL, NIL, PTR+STRTY, 0, cftnsp->sap) [all...] |
| /src/external/mit/libcbor/dist/test/ |
| stream_expectations.h | 49 NIL,
|
| stream_expectations.c | 231 assertions_queue[queue_size++] = (struct test_assertion){.expectation = NIL}; 246 assert_true(current().expectation == NIL);
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| local.c | 31 #undef NIL 32 #define NIL NULL 326 r = block(REG, NIL, NIL, PTR|VOID, 0, 0); 334 r = buildtree(ADDROF, r, NIL); 335 r = block(UCALL, r, NIL, INT, 0, 0); 359 q = block(UMUL, q, NIL, PTR|VOID, 0, 0); 421 r = block(REG, NIL, NIL, PTR+STRTY, 0, 0); 507 l = block(REG, NIL, NIL, INT, 0, 0) [all...] |
| /src/external/gpl2/libmalloc/dist/ |
| ralloc.c | 82 #define NIL ((POINTER) 0) 173 The data blocks abut each other; if b->next is non-nil, then 407 new_bloc->variable = (POINTER *) NIL; 989 if (break_value == NIL)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| dlx-dis.c | 34 #define NIL 0x9 159 return NIL; 228 return (unsigned char) NIL; 261 return (unsigned char) NIL; 319 return (unsigned char) NIL; 356 return (unsigned char) NIL; 396 return (unsigned char) NIL; 427 return (unsigned char) NIL; 500 case NIL:
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| dlx-dis.c | 34 #define NIL 0x9 159 return NIL; 228 return (unsigned char) NIL; 261 return (unsigned char) NIL; 319 return (unsigned char) NIL; 356 return (unsigned char) NIL; 396 return (unsigned char) NIL; 427 return (unsigned char) NIL; 500 case NIL:
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| dlx-dis.c | 34 #define NIL 0x9 159 return NIL; 228 return (unsigned char) NIL; 261 return (unsigned char) NIL; 319 return (unsigned char) NIL; 356 return (unsigned char) NIL; 396 return (unsigned char) NIL; 427 return (unsigned char) NIL; 500 case NIL:
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| dlx-dis.c | 34 #define NIL 0x9 159 return NIL; 228 return (unsigned char) NIL; 261 return (unsigned char) NIL; 319 return (unsigned char) NIL; 356 return (unsigned char) NIL; 396 return (unsigned char) NIL; 427 return (unsigned char) NIL; 500 case NIL:
|
| /src/common/dist/zlib/ |
| deflate.c | 87 #define NIL 0 174 s->head[s->hash_size - 1] = NIL; \ 198 *p = (Pos)(m >= wsize ? m - wsize : NIL); 205 *p = (Pos)(m >= wsize ? m - wsize : NIL); 1358 s->strstart - (IPos)MAX_DIST(s) : NIL; 1834 hash_head = NIL; 1842 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1934 hash_head = NIL; 1944 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| node.h | 61 #define NIL (NODE *)0
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| deflate.c | 110 #define NIL 0 205 s->head[s->hash_size-1] = NIL; \ 1044 s->strstart - (IPos)MAX_DIST(s) : NIL; 1317 *p = (Pos)(m >= wsize ? m-wsize : NIL); 1325 *p = (Pos)(m >= wsize ? m-wsize : NIL); 1458 IPos hash_head = NIL; /* head of the hash chain */ 1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1564 IPos hash_head = NIL; /* head of hash chain */ 1594 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
|