Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/zlib/
Ddeflate.c107 #ifndef TOO_FAR
108 # define TOO_FAR 4096 macro
1661 #if TOO_FAR <= 32767
1663 s->strstart - s->match_start > TOO_FAR)
/external/pdfium/third_party/zlib_v128/
Ddeflate.c107 #ifndef TOO_FAR
108 # define TOO_FAR 4096 macro
1774 #if TOO_FAR <= 32767 in deflate_slow()
1776 s->strstart - s->match_start > TOO_FAR) in deflate_slow()
/external/python/cpython2/Modules/zlib/
Ddeflate.c107 #ifndef TOO_FAR
108 # define TOO_FAR 4096 macro
1775 #if TOO_FAR <= 32767
1777 s->strstart - s->match_start > TOO_FAR)
DChangeLog842 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
914 - Allow TOO_FAR check to be turned off at compile time [Truta]
/external/zlib/src/
Ddeflate.c107 #ifndef TOO_FAR
108 # define TOO_FAR 4096 macro
1775 #if TOO_FAR <= 32767
1777 s->strstart - s->match_start > TOO_FAR)
DChangeLog842 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
914 - Allow TOO_FAR check to be turned off at compile time [Truta]