Home
last modified time | relevance | path

Searched refs:TOO_FAR (Results 1 – 7 of 7) sorted by relevance

/external/libwebsockets/win32port/zlib/
Ddeflate.c107 #ifndef TOO_FAR
108 # define TOO_FAR 4096 macro
1673 #if TOO_FAR <= 32767
1675 s->strstart - s->match_start > TOO_FAR)
/external/zlib/
Ddeflate.c129 #ifndef TOO_FAR
130 # define TOO_FAR 4096 macro
2047 #if TOO_FAR <= 32767
2049 s->strstart - s->match_start > TOO_FAR)
/external/python/cpython2/Modules/zlib/
Ddeflate.c110 #ifndef TOO_FAR
111 # define TOO_FAR 4096 macro
1971 #if TOO_FAR <= 32767
1973 s->strstart - s->match_start > TOO_FAR)
DChangeLog885 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
957 - Allow TOO_FAR check to be turned off at compile time [Truta]
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c110 #ifndef TOO_FAR
111 # define TOO_FAR 4096 macro
1971 #if TOO_FAR <= 32767
1973 s->strstart - s->match_start > TOO_FAR)
DChangeLog885 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
957 - Allow TOO_FAR check to be turned off at compile time [Truta]
/external/angle/third_party/zlib/
Ddeflate.c129 #ifndef TOO_FAR
130 # define TOO_FAR 4096 macro
2047 #if TOO_FAR <= 32767
2049 s->strstart - s->match_start > TOO_FAR)