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

12

/haiku-buildtools/gcc/zlib/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
183 if (s->out != NIL) {
464 if (s->out != NIL) {
489 if (s->out != NIL) {
801 s.outlen = *destlen; /* ignored if dest is NIL */
H A Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
/haiku-buildtools/binutils/zlib/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);
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dregion-alias-2.d3 #error: .*:[0-9]+: error: memory region `NIL' for alias `MY_ALIAS' does not exist
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dscop-15.c18 #define NIL 0 macro
29 IPos limit = strstart > (IPos)MAX_DIST ? strstart - (IPos)MAX_DIST : NIL;
/haiku-buildtools/gcc/zlib/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...]
/haiku-buildtools/binutils/zlib/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...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dbigalg.go19 var NIL []int var
22 if NIL != nil {
23 println("fail1:", NIL, "!= nil")
26 if nil != NIL {
27 println("fail2: nil !=", NIL)
/haiku-buildtools/legacy/binutils/opcodes/
H A Ddlx-dis.c32 #define NIL 0x9 macro
157 return NIL;
226 return (unsigned char) NIL;
259 return (unsigned char) NIL;
317 return (unsigned char) NIL;
354 return (unsigned char) NIL;
394 return (unsigned char) NIL;
425 return (unsigned char) NIL;
500 case NIL:
/haiku-buildtools/binutils/opcodes/
H A Ddlx-dis.c34 #define NIL 0x9 macro
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:
H A Daarch64-tbl.h50 QLF2(NIL,X), \
56 QLF2(X,NIL), \
62 QLF5(NIL,CR,CR,NIL,X), \
68 QLF5(X,NIL,CR,CR,NIL), \
74 QLF2(X,NIL), \
80 QLF1(NIL), \
86 QLF3(X,imm_0_63,NIL), \
92 QLF1(NIL), \
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.def70 /* (NIL) is used by rtl reader and printer to represent a null pointer. */
72 DEF_RTL_EXPR(NIL, "nil", "*", 'x')
H A Drtl.c709 /* (NIL) stands for an expression that isn't there. */
710 if (tmp_code == NIL)
H A Dcombine.c4523 enum rtx_code op, extend_op = NIL;
4620 if (extend_op != NIL)
4851 && LOAD_EXTEND_OP (GET_MODE (SUBREG_REG (src))) != NIL
8306 If *POP0 or OP1 are NIL, it means no operation is required. Only NEG, PLUS,
8333 /* If OP0 or OP1 is NIL, this is easy. Similarly if they are the same or
8336 if (op1 == NIL || op0 == SET)
8339 else if (op0 == NIL)
8359 op0 = NIL;
8412 op0 = NIL;
8417 op0 = NIL;
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010518-1.c26 NIL, enumerator in enum:rtx_code
/haiku-buildtools/gcc/zlib/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1157 s->strstart - (IPos)MAX_DIST(s) : NIL;
1434 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1442 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1650 hash_head = NIL;
1658 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1753 hash_head = NIL;
1763 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/haiku-buildtools/binutils/zlib/
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 &&
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c1397 cmp_code = NIL, branch_code = code;
1403 cmp_code = NIL;
1423 cmp_code = NIL, branch_code = code;
1449 if (cmp_code != NIL)
/haiku-buildtools/gcc/zlib/contrib/masmx64/
H A Dgvmat64.asm283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dmatch686.asm268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/haiku-buildtools/binutils/zlib/contrib/masmx64/
H A Dgvmat64.asm283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dmatch686.asm268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;

Completed in 302 milliseconds

12