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

1 2

  /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/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
183 if (s->out != NIL) {
464 if (s->out != NIL) {
489 if (s->out != NIL) {
    [all...]
pufftest.c 137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
  /external/webkit/Tools/android/flex-2.5.4a/
ecs.c 89 if ( bck[i] == NIL )
92 for ( j = fwd[i]; j != NIL; j = fwd[j] )
141 for ( i = fwd[cclm]; i != NIL && i <= llsiz; i = fwd[i] )
181 if ( oldec != NIL )
189 if ( bck[cclm] != NIL || oldec != bck[cclm] )
191 bck[cclm] = NIL;
192 fwd[oldec] = NIL;
195 fwd[newec] = NIL;
217 if ( fwd[tch] != NIL )
220 if ( bck[tch] != NIL )
    [all...]
nfa.c 121 if ( anum != NIL )
296 if ( first == NIL )
299 else if ( last == NIL )
459 if ( first == NIL )
462 else if ( second == NIL )
477 accptnum[finalst[first]] == NIL )
484 accptnum[finalst[second]] == NIL )
624 accptnum[lastnfa] = NIL;
tblcmp.c 117 for ( i = firstprot; i != NIL; i = protnext[i] )
137 if ( firstprot != NIL )
156 for ( i = minprot; i != NIL; i = protnext[i] )
452 tecbck[1] = NIL;
460 tecfwd[numecs] = NIL;
684 protnext[lastprot] = NIL;
692 if ( firstprot != NIL )
774 if ( protnext[qelm] != NIL )
777 protprev[qelm] = NIL;
dfa.c 266 if ( nfaccnum != NIL ) \
298 if ( nfaccnum != NIL || transchar[state] != SYM_EPSILON ) \
429 duplist[i] = NIL;
434 accset[i] = NIL;
502 /* From now on, nultrans != nil indicates that we're
616 if ( duplist[sym] == NIL )
676 duplist[sym] = NIL;
1030 duplist[1] = NIL;
1031 dupfwd[numecs] = NIL;
main.c 253 ecgroup[1] = NIL;
261 nextecm[csize] = NIL;
839 firstprot = NIL;
flexdef.h 187 /* NIL must be 0. If not, its special meaning when making equivalence classes
190 #define NIL 0
193 #define NO_TRANSITION NIL
406 * skel_ind - index into "skel" array, if skelfile is nil
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
177 | pa_pat ',' pa_pat { $$ = pa2stat($1, $3, 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...]
awk.h 140 #define NIL ((Node *) 0)
  /external/dbus/test/data/valid-messages/
opposite-endian.message 28 TYPE NIL
  /external/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...]
  /external/libxml2/
triostr.c 44 #if !defined(NIL)
45 # define NIL ((char)0)
407 while ((*first != NIL) && (*second != NIL))
416 return ((*first == NIL) && (*second == NIL));
532 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
542 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
    [all...]
trio.c 109 #define NIL ((char)0)
747 static TRIO_CONST char internalNullString[] = "(nil)";
871 (internalLocaleValues->decimal_point[0] != NIL))
880 internalDecimalPoint = NIL;
887 (internalLocaleValues->thousands_sep[0] != NIL))
895 (internalLocaleValues->grouping[0] != NIL))
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 94 public static final String NIL = "NIL";
ImapResponseParser.java 361 * If the value is "NIL", returns an empty string.
386 // NIL will be always converted into the empty string.
387 if (ImapConstants.NIL.equalsIgnoreCase(s)) {
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 105 #define NIL 0
200 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/zlib/
deflate.c 104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/chromium/base/
tracked_objects.cc 731 : selector_(NIL),
743 selector_ = NIL;
904 if (selector == selector_ || NIL == selector)
907 if (NIL == selector_) {
931 if (selector == selector_ || NIL == selector)
    [all...]
tracked_objects.h 375 NIL = 0,
391 // Reset the comparator to a NIL selector. Clear() and recursively delete any
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 384 mIdPhrase = ImapConstants.ID + " " + ImapConstants.NIL;
  /external/zlib/contrib/masm686/
match.asm 204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */

Completed in 595 milliseconds

1 2