Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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]