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

/broadcom-cfe-1.4.2/cfe/zlib/
H A Ddeflate.c100 #define NIL 0 macro
186 s->head[s->hash_size-1] = NIL; \
737 s->strstart - (IPos)MAX_DIST(s) : NIL;
1002 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1010 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1143 IPos hash_head = NIL; /* head of the hash chain */
1170 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1239 IPos hash_head = NIL; /* head of hash chain */
1269 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 35 milliseconds