HomeSort by relevance Sort by last modified time
    Searched refs:NIL (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p7.cpp 3 namespace NIL {} // expected-note {{previous definition}}
4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}}
  /external/zlib/src/contrib/puff/
puff.h 28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */
puff.c 76 * - Move NIL to puff.h
184 if (s->out != NIL) {
465 if (s->out != NIL) {
490 if (s->out != NIL) {
    [all...]
pufftest.c 137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
  /toolchain/binutils/binutils-2.27/zlib/contrib/puff/
puff.h 28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */
puff.c 76 * - Move NIL to puff.h
184 if (s->out != NIL) {
465 if (s->out != NIL) {
490 if (s->out != NIL) {
    [all...]
  /external/mesa3d/src/mesa/math/
m_debug_xform.c 68 ONE, NIL, NIL, NIL,
69 NIL, ONE, NIL, NIL,
70 NIL, NIL, ONE, NIL,
71 NIL, NIL, NIL, ON
    [all...]
m_debug_norm.c 51 ONE, NIL, NIL, NIL,
52 NIL, ONE, NIL, NIL,
53 NIL, NIL, ONE, NIL,
54 NIL, NIL, NIL, NI
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
region-alias-2.d 3 #error: .*:[0-9]+: error: memory region `NIL' for alias `MY_ALIAS' does not exist
  /external/one-true-awk/
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...]
b.c 128 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
130 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL));
615 return(op2(EMPTYRE, NIL, NIL));
634 np = op2(CHAR, NIL, itonp(rlxval));
639 return (unary(op2(ALL, NIL, NIL)));
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 93 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...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
example.pas 93 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...]
  /prebuilts/go/darwin-x86/test/
bigalg.go 19 var NIL []int
22 if NIL != nil {
23 println("fail1:", NIL, "!= nil")
26 if nil != NIL {
27 println("fail2: nil !=", NIL)
30 if a == nil || nil == a
    [all...]
  /prebuilts/go/linux-x86/test/
bigalg.go 19 var NIL []int
22 if NIL != nil {
23 println("fail1:", NIL, "!= nil")
26 if nil != NIL {
27 println("fail2: nil !=", NIL)
30 if a == nil || nil == a
    [all...]
  /toolchain/binutils/binutils-2.27/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:
aarch64-tbl.h 50 QLF2(NIL,X), \
56 QLF2(X,NIL), \
62 QLF5(NIL,NIL,NIL,NIL,X), \
68 QLF5(X,NIL,NIL,NIL,NIL), \
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
struct_ptr.h 127 InlinedStructPtr() : state_(NIL) {}
128 InlinedStructPtr(decltype(nullptr)) : state_(NIL) {}
137 InlinedStructPtr(InlinedStructPtr&& other) : state_(NIL) { Take(&other); }
153 state_ = NIL;
158 bool is_null() const { return state_ == NIL; }
204 NIL,
  /external/libxml2/
triostr.c 44 #if !defined(NIL)
45 # define NIL ((char)0)
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)));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 36 #define NIL 0
510 mPosition[i] = NIL; /* sentinel */
513 mParent[i] = NIL;
520 mNext[WNDSIZ - 1] = NIL;
522 mNext[i] = NIL;
546 The child node (NIL if not found)
553 mParent[NIL] = q; /* sentinel */
663 while ((q = mParent[r]) == NIL) {
685 if ((r = Child(q, c)) == NIL) {
726 if ((r = Child(q, *t1)) == NIL) {
    [all...]
TianoCompress.c 35 #define NIL 0
526 mPosition[Index] = NIL; /* sentinel */
530 mParent[Index] = NIL;
538 mNext[WNDSIZ - 1] = NIL;
540 mNext[Index] = NIL;
563 The child node (NIL if not found)
573 mParent[NIL] = NodeQ;
691 while (NodeQ == NIL) {
717 if (NodeR == NIL) {
763 if (NodeR == NIL) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 46 #define NIL 0
513 mPosition[i] = NIL; /* sentinel */
516 mParent[i] = NIL;
523 mNext[WNDSIZ - 1] = NIL;
525 mNext[i] = NIL;
549 The child node (NIL if not found)
556 mParent[NIL] = q; /* sentinel */
666 while ((q = mParent[r]) == NIL) {
688 if ((r = Child(q, c)) == NIL) {
729 if ((r = Child(q, *t1)) == NIL) {
    [all...]
TianoCompress.c 45 #define NIL 0
539 mPosition[Index] = NIL; /* sentinel */
543 mParent[Index] = NIL;
551 mNext[WNDSIZ - 1] = NIL;
553 mNext[Index] = NIL;
576 The child node (NIL if not found)
586 mParent[NIL] = NodeQ;
704 while (NodeQ == NIL) {
730 if (NodeR == NIL) {
776 if (NodeR == NIL) {
    [all...]
  /external/vboot_reference/utility/
eficompress.c 56 #define NIL 0
523 mPosition[i] = NIL; /* sentinel */
526 mParent[i] = NIL;
533 mNext[WNDSIZ - 1] = NIL;
535 mNext[i] = NIL;
559 The child node (NIL if not found)
566 mParent[NIL] = q; /* sentinel */
676 while ((q = mParent[r]) == NIL) {
698 if ((r = Child(q, c)) == NIL) {
739 if ((r = Child(q, *t1)) == NIL) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 40 #define NIL 0
254 mNext[WNDSIZ - 1] = NIL;
265 @retval NIL(Zero) No child could be found.
277 mParent[NIL] = LoopVar6; /* sentinel */
374 while (LoopVar6 == NIL) {
400 if (LoopVar4 == NIL) {
446 if (LoopVar4 == NIL) {
461 mParent[LoopVar4] = NIL;
490 if (mParent[mPos] == NIL) {
499 mParent[mPos] = NIL;
    [all...]

Completed in 706 milliseconds

1 2 3 4