Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c55 #define DEFAULTALLOC (16*1024) macro
215 Py_ssize_t r_strlen=DEFAULTALLOC; in PyZlib_decompress()
409 Py_ssize_t length = DEFAULTALLOC; in PyZlib_objcompress()
479 Py_ssize_t old_length, length = DEFAULTALLOC; in PyZlib_objdecompress()
600 int err, length = DEFAULTALLOC; in PyZlib_flush()
790 int err, length = DEFAULTALLOC; in PyZlib_unflush()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c55 #define DEFAULTALLOC (16*1024) macro
221 Py_ssize_t r_strlen=DEFAULTALLOC; in PyZlib_decompress()
415 Py_ssize_t length = DEFAULTALLOC; in PyZlib_objcompress()
528 Py_ssize_t old_length, length = DEFAULTALLOC; in PyZlib_objdecompress()
626 int err, length = DEFAULTALLOC; in PyZlib_flush()
816 int err, length = DEFAULTALLOC; in PyZlib_unflush()