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

/freebsd-13-stable/sys/contrib/zlib/
H A Ddeflate.c110 #ifndef TOO_FAR
111 # define TOO_FAR 4096 macro
113 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1976 #if TOO_FAR <= 32767
1978 s->strstart - s->match_start > TOO_FAR)

Completed in 112 milliseconds