Home
last modified time | relevance | path

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

/external/zlib/
Ddeflate.c108 #ifndef TOO_FAR
109 # define TOO_FAR 4096 macro
1602 #if TOO_FAR <= 32767
1604 s->strstart - s->match_start > TOO_FAR)
DChangeLog225 - Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings
297 - Allow TOO_FAR check to be turned off at compile time [Truta]
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.c108 #ifndef TOO_FAR
109 # define TOO_FAR 4096 macro
1602 #if TOO_FAR <= 32767
1604 s->strstart - s->match_start > TOO_FAR)
/external/webkit/WebCore/platform/image-decoders/zlib/
Ddeflate.c108 #ifndef TOO_FAR
109 # define TOO_FAR 4096 macro
1602 #if TOO_FAR <= 32767
1604 s->strstart - s->match_start > TOO_FAR)