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

/netbsd-6-1-5-RELEASE/common/dist/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 */
1604 #if TOO_FAR <= 32767
1606 s->strstart - s->match_start > TOO_FAR)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Ddeflate.c108 #ifndef TOO_FAR
109 # define TOO_FAR 4096 macro
111 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1602 #if TOO_FAR <= 32767
1604 s->strstart - s->match_start > TOO_FAR)
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c712 #ifndef TOO_FAR
713 # define TOO_FAR 4096 macro
715 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1898 s->strstart - s->match_start > TOO_FAR))) {

Completed in 180 milliseconds