HomeSort by: relevance | last modified time | path
    Searched defs:TOO_FAR (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
deflate.c 90 #ifndef TOO_FAR
91 # define TOO_FAR 4096
93 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1954 #if TOO_FAR <= 32767
1956 s->strstart - s->match_start > TOO_FAR)
  /src/sys/net/
zlib.c 712 #ifndef TOO_FAR
713 # define TOO_FAR 4096
715 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1898 s->strstart - s->match_start > TOO_FAR))) {

Completed in 17 milliseconds