Home
last modified time | relevance | path

Searched refs:deflateBound (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.h27 # define deflateBound z_deflateBound macro
320 # pragma map(deflateBound,"DEBND")
Dzconf.in.h27 # define deflateBound z_deflateBound macro
320 # pragma map(deflateBound,"DEBND")
Dzlib.h644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
Ddeflate.c489 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
DChangeLog338 - Add deflateBound() and compressBound() functions
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzconf.h41 # define deflateBound z_deflateBound macro
499 #pragma map(deflateBound,"DEBND")
Dzlib.h698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
Ddeflate.c566 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
DChangeLog251 - Clarify the use of Z_FINISH with deflateBound() amount of space
601 - Take into account wrapper variations in deflateBound()
955 - Add deflateBound() and compressBound() functions