Home
last modified time | relevance | path

Searched refs:DEF_WBITS (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h72 #ifndef DEF_WBITS
73 # define DEF_WBITS MAX_WBITS macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.h72 #ifndef DEF_WBITS
73 # define DEF_WBITS MAX_WBITS macro
Dinflate.c192 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzutil.h58 #ifndef DEF_WBITS
59 # define DEF_WBITS MAX_WBITS macro
Dinflate.c227 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzutil.h60 #ifndef DEF_WBITS
61 # define DEF_WBITS MAX_WBITS macro
Dinflate.c244 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h61 #ifndef DEF_WBITS
62 # define DEF_WBITS MAX_WBITS macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c52 #define DEF_WBITS MAX_WBITS macro
214 int wsize=DEF_WBITS; in PyZlib_decompress()
344 int wbits=DEF_WBITS, err; in PyZlib_decompressobj()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c52 #define DEF_WBITS MAX_WBITS macro
220 int wsize=DEF_WBITS; in PyZlib_decompress()
350 int wbits=DEF_WBITS, err; in PyZlib_decompressobj()