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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c135 #ifndef TOO_FAR
136 # define TOO_FAR 4096 macro
138 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1631 #if TOO_FAR <= 32767
1633 s->strstart - s->match_start > TOO_FAR)

Completed in 19 milliseconds