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

/illumos-gate/usr/src/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)
/illumos-gate/usr/src/boot/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)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c481 #ifndef TOO_FAR
482 # define TOO_FAR 4096 macro
484 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1369 s->strstart - s->match_start > TOO_FAR))) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c741 #ifndef TOO_FAR
742 #define TOO_FAR 4096 macro
744 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
2123 s->strstart - s->match_start > TOO_FAR))) {

Completed in 92 milliseconds