Searched defs:strategy (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzguts.h | 183 int strategy; /* compression strategy */ member
|
D | gzwrite.c | 497 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument
|
D | deflate.c | 213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 490 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
|
D | zlib.h | 1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
|
D | deflate.h | 186 int strategy; /* favor or force Huffman coding*/ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | gzguts.h | 189 int strategy; /* compression strategy */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 416 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
|
D | gzio.c | 100 int strategy = Z_DEFAULT_STRATEGY; /* compression strategy */ local 234 int ZEXPORT gzsetparams (file, level, strategy) in gzsetparams() argument
|
D | zlib.h | 1335 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
|
D | deflate.h | 183 int strategy; /* favor or force Huffman coding*/ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | zlibmodule.c | 313 int wbits=MAX_WBITS, memLevel=DEF_MEM_LEVEL, strategy=0, err; in PyZlib_compressobj() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | zlibmodule.c | 307 int wbits=MAX_WBITS, memLevel=DEF_MEM_LEVEL, strategy=0, err; in PyZlib_compressobj() local
|