Home
last modified time | relevance | path

Searched refs:max_insert (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c1618 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1634 if (++s->strstart <= max_insert) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c1791 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1807 if (++s->strstart <= max_insert) {