/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
zlib.h | 484 int memLevel, 511 The memLevel parameter specifies how much memory should be allocated 512 for the internal compression state. memLevel=1 uses minimum memory but 513 is slow and reduces compression ratio; memLevel=9 uses maximum memory 515 usage as a function of windowBits and memLevel. [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
zlib.h | 484 int memLevel, 511 The memLevel parameter specifies how much memory should be allocated 512 for the internal compression state. memLevel=1 uses minimum memory but 513 is slow and reduces compression ratio; memLevel=9 uses maximum memory 515 usage as a function of windowBits and memLevel. [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
zlib.h | 484 int memLevel, 511 The memLevel parameter specifies how much memory should be allocated 512 for the internal compression state. memLevel=1 uses minimum memory but 513 is slow and reduces compression ratio; memLevel=9 uses maximum memory 515 usage as a function of windowBits and memLevel. [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
zlib.h | 484 int memLevel, 511 The memLevel parameter specifies how much memory should be allocated 512 for the internal compression state. memLevel=1 uses minimum memory but 513 is slow and reduces compression ratio; memLevel=9 uses maximum memory 515 usage as a function of windowBits and memLevel. [all...] |
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 115 memLevel, strategy: Integer): Integer; 165 level, method, windowBits, memLevel, strategy: Integer; 232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel, 235 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
|
/external/chromium_org/third_party/zlib/ |
zlib.h | 527 int memLevel, 554 The memLevel parameter specifies how much memory should be allocated 555 for the internal compression state. memLevel=1 uses minimum memory but is 556 slow and reduces compression ratio; memLevel=9 uses maximum memory for 558 as a function of windowBits and memLevel. [all...] |
deflate.c | 211 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, 217 int memLevel; 260 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || 277 s->hash_bits = memLevel + 7; 291 s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */ 476 * For the default windowBits of 15 and memLevel of 8, this function returns 482 * For any setting other than those defaults for windowBits and memLevel, 488 * every combination of windowBits and memLevel. But even the conservative [all...] |
/external/zlib/src/ |
zlib.h | 531 int memLevel, 558 The memLevel parameter specifies how much memory should be allocated 559 for the internal compression state. memLevel=1 uses minimum memory but is 560 slow and reduces compression ratio; memLevel=9 uses maximum memory for 562 as a function of windowBits and memLevel. [all...] |
deflate.c | 213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, 219 int memLevel; 271 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || 288 s->hash_bits = memLevel + 7; 299 s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */ 550 * For the default windowBits of 15 and memLevel of 8, this function returns 556 * For any setting other than those defaults for windowBits and memLevel, 562 * every combination of windowBits and memLevel. But even the conservative [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zlib.h | 491 int memLevel, 518 The memLevel parameter specifies how much memory should be allocated 519 for the internal compression state. memLevel=1 uses minimum memory but 520 is slow and reduces compression ratio; memLevel=9 uses maximum memory 522 usage as a function of windowBits and memLevel. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 491 int memLevel, 518 The memLevel parameter specifies how much memory should be allocated 519 for the internal compression state. memLevel=1 uses minimum memory but 520 is slow and reduces compression ratio; memLevel=9 uses maximum memory 522 usage as a function of windowBits and memLevel. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 491 int memLevel, 518 The memLevel parameter specifies how much memory should be allocated 519 for the internal compression state. memLevel=1 uses minimum memory but 520 is slow and reduces compression ratio; memLevel=9 uses maximum memory 522 usage as a function of windowBits and memLevel. [all...] |
/bootable/recovery/applypatch/ |
imgdiff.c | 81 * memLevel (4) 95 * memLevel (4) 157 int level, method, windowBits, memLevel, strategy; 535 chunk->memLevel, chunk->strategy); 546 chunk->memLevel, chunk->strategy); 570 * we started with. Sets the level, method, windowBits, memLevel, and 587 chunk->memLevel = 8; // the default value. [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
deflate.c | 216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, 222 int memLevel; 265 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || 282 s->hash_bits = memLevel + 7; 291 s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */ 473 * For the default windowBits of 15 and memLevel of 8, this function returns 479 * For any setting other than those defaults for windowBits and memLevel, 485 * for every combination of windowBits and memLevel, as well as wrap. [all...] |
/external/chromium_org/third_party/zlib/contrib/minizip/ |
zip.c | 1059 int windowBits,int memLevel, int strategy, [all...] |
/external/zlib/src/contrib/minizip/ |
zip.c | 1059 int windowBits,int memLevel, int strategy, [all...] |