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

  /external/zlib/contrib/minizip/
zip.h 86 /* default memLevel */
228 int memLevel,
245 int memLevel,
254 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
271 int memLevel,
292 int memLevel,
zip.c 1059 int windowBits,int memLevel, int strategy,
    [all...]
  /bootable/recovery/applypatch/
imgpatch.c 120 int memLevel = Read4(deflate_header+52);
194 ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy);
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/chromium/third_party/zlib/contrib/minizip/
zip.h 86 /* default memLevel */
193 int memLevel,
200 windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
zip.c 698 windowBits, memLevel, strategy,
712 int memLevel;
875 Z_DEFLATED, windowBits, memLevel, strategy);
    [all...]
  /external/kernel-headers/original/linux/
zlib.h 453 int memLevel,
469 The memLevel parameter specifies how much memory should be allocated
470 for the internal compression state. memLevel=1 uses minimum memory but
471 is slow and reduces compression ratio; memLevel=9 uses maximum memory
473 usage as a function of windowBits and memLevel.
    [all...]
  /development/ndk/platforms/android-3/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/chromium/sdch/open-vcdiff/src/
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/chromium/third_party/zlib/
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...]
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/qemu/distrib/zlib-1.2.3/
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...]
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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/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-r4/platforms/android-4/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-r4/platforms/android-5/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-r4/platforms/android-5/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-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /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...]

Completed in 283 milliseconds