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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DKinds.java52 public final static int NIL = 0; field in class:Kinds
H A DSymtab.java369 noSymbol.kind = Kinds.NIL;
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c129 #define NIL 0 macro
224 s->head[s->hash_size-1] = NIL; \
1062 s->strstart - (IPos)MAX_DIST(s) : NIL;
1335 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1343 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1476 IPos hash_head = NIL; /* head of the hash chain */
1503 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1582 IPos hash_head = NIL; /* head of hash chain */
1612 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java480 return attribTree(tree, env, NIL, Type.noType);

Completed in 381 milliseconds