Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c104 #define NIL 0 macro
194 s->head[s->hash_size-1] = NIL; \
1072 s->strstart - (IPos)MAX_DIST(s) : NIL;
1347 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1355 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1542 hash_head = NIL;
1550 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1639 hash_head = NIL;
1649 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&