HomeSort by relevance Sort by last modified time
    Searched refs:memLevel (Results 26 - 35 of 35) sorted by null

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-8/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/ndk/android-ndk-r7/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/contrib/pascal/
zlibpas.pas 93 memLevel, strategy: Integer): Integer;
134 level, method, windowBits, memLevel, strategy: Integer;
192 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
195 Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
  /external/zlib/
zlib.h 522 int memLevel,
549 The memLevel parameter specifies how much memory should be allocated
550 for the internal compression state. memLevel=1 uses minimum memory but is
551 slow and reduces compression ratio; memLevel=9 uses maximum memory for
553 as a function of windowBits and memLevel.
    [all...]
deflate.c 210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
216 int memLevel;
259 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
276 s->hash_bits = memLevel + 7;
287 s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */
470 * For the default windowBits of 15 and memLevel of 8, this function returns
476 * For any setting other than those defaults for windowBits and memLevel,
482 * every combination of windowBits and memLevel. But even the conservative
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /bootable/recovery/applypatch/
imgdiff.c 81 * memLevel (4)
95 * memLevel (4)
149 int level, method, windowBits, memLevel, strategy;
527 chunk->memLevel, chunk->strategy);
538 chunk->memLevel, chunk->strategy);
562 * we started with. Sets the level, method, windowBits, memLevel, and
579 chunk->memLevel = 8; // the default value.
985 Write4(tgt_chunks[i].memLevel, f);
  /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/zlib/contrib/minizip/
zip.c 1059 int windowBits,int memLevel, int strategy,
    [all...]

Completed in 310 milliseconds

12