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

/haiku-fatelf/src/bin/gzip/
H A Ddeflate.c119 #ifndef TOO_FAR
120 # define TOO_FAR 4096 macro
122 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
697 if (match_length == MIN_MATCH && strstart-match_start > TOO_FAR){
/haiku-fatelf/src/bin/zip/
H A Ddeflate.c109 #ifndef TOO_FAR
110 # define TOO_FAR 4096 macro
112 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
824 if (match_length == MIN_MATCH && strstart-match_start > TOO_FAR){
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c104 #ifndef TOO_FAR
105 # define TOO_FAR 4096 macro
107 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1288 s->strstart - s->match_start > TOO_FAR))) {
/haiku-fatelf/src/libs/zlib/
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 */
1661 #if TOO_FAR <= 32767
1663 s->strstart - s->match_start > TOO_FAR)

Completed in 74 milliseconds