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

/external/chromium_org/third_party/zlib/
H A Ddeflate.c108 #ifndef TOO_FAR
109 # define TOO_FAR 4096 macro
111 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1847 #if TOO_FAR <= 32767
1849 s->strstart - s->match_start > TOO_FAR)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c107 #ifndef TOO_FAR
108 # define TOO_FAR 4096 macro
110 /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */
1774 #if TOO_FAR <= 32767
1776 s->strstart - s->match_start > TOO_FAR)
/external/qemu/distrib/zlib-1.2.8/
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 */
1775 #if TOO_FAR <= 32767
1777 s->strstart - s->match_start > TOO_FAR)
/external/zlib/src/
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 */
1775 #if TOO_FAR <= 32767
1777 s->strstart - s->match_start > TOO_FAR)

Completed in 301 milliseconds