Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c1398 ulg max_start; local
1423 max_start = s->block_start + max_block_size;
1424 if (s->strstart == 0 || (ulg)s->strstart >= max_start) {
1426 s->lookahead = (uInt)(s->strstart - max_start);
1427 s->strstart = (uInt)max_start;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c1572 ulg max_start; local
1597 max_start = s->block_start + max_block_size;
1598 if (s->strstart == 0 || (ulg)s->strstart >= max_start) {
1600 s->lookahead = (uInt)(s->strstart - max_start);
1601 s->strstart = (uInt)max_start;