Home
last modified time | relevance | path

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

/linux-6.15/lib/zlib_deflate/
H A Ddeflate.c90 #define NIL 0 macro
181 s->head[s->hash_size-1] = NIL; \
574 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
783 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()
790 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()
924 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast()
951 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast()
1018 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow()
1048 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
/linux-6.15/arch/parisc/math-emu/
H A Dfloat.h390 #define NIL 0