Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c479 Py_ssize_t old_length, length = DEFAULTALLOC; in PyZlib_objdecompress() local
522 old_length = length; in PyZlib_objdecompress()
530 + old_length; in PyZlib_objdecompress()
531 self->zst.avail_out = length - old_length; in PyZlib_objdecompress()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c528 Py_ssize_t old_length, length = DEFAULTALLOC; in PyZlib_objdecompress() local
571 old_length = length; in PyZlib_objdecompress()
579 + old_length; in PyZlib_objdecompress()
580 self->zst.avail_out = length - old_length; in PyZlib_objdecompress()