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

/freebsd-10.1-release/lib/libz/
H A Ddeflate.c107 #ifndef TOO_FAR
108 # define TOO_FAR 4096 macro
110 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1775 #if TOO_FAR <= 32767
1777 s->strstart - s->match_start > TOO_FAR)
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c113 #ifndef TOO_FAR
114 # define TOO_FAR 4096 macro
116 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1608 #if TOO_FAR <= 32767
1610 s->strstart - s->match_start > TOO_FAR)
/freebsd-10.1-release/sys/net/
H A Dzlib.c653 #ifndef TOO_FAR
654 # define TOO_FAR 4096 macro
656 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1775 s->strstart - s->match_start > TOO_FAR))) {

Completed in 88 milliseconds