Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/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 */
1713 #if TOO_FAR <= 32767
1715 s->strstart - s->match_start > TOO_FAR)
/third_party/node/deps/zlib/
H A Ddeflate.c106 #ifndef TOO_FAR
107 # define TOO_FAR 4096 macro
109 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
2012 #if TOO_FAR <= 32767 in deflate_slow()
2014 s->strstart - s->match_start > TOO_FAR) in deflate_slow()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c129 #ifndef TOO_FAR
130 # define TOO_FAR 4096 macro
132 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
2063 #if TOO_FAR <= 32767
2065 s->strstart - s->match_start > TOO_FAR)
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c129 #ifndef TOO_FAR
130 # define TOO_FAR 4096 macro
132 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
2047 #if TOO_FAR <= 32767
2049 s->strstart - s->match_start > TOO_FAR)
/third_party/zlib/
H A Ddeflate.c88 #ifndef TOO_FAR
89 # define TOO_FAR 4096 macro
91 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1966 #if TOO_FAR <= 32767 in deflate_slow()
1968 s->strstart - s->match_start > TOO_FAR) in deflate_slow()

Completed in 14 milliseconds