HomeSort by relevance Sort by last modified time
    Searched refs:deflateInit2 (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/freetype/src/gzip/
zlib.h 154 /* compression strategy; see deflateInit2() below for details */
396 ZEXTERN(int) deflateInit2 OF((z_streamp strm,
433 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
435 method). msg is set to null if there is no error message. deflateInit2 does
442 immediately after deflateInit, deflateInit2 or deflateReset, before any
454 deflateInit or deflateInit2, a part of the dictionary may in effect be
492 that may have been set by deflateInit2.
500 interpretation of level and strategy is as in deflateInit2. This can be
637 of deflateInit2 for more information about the strategy parameter.)
661 of deflateInit2 for the meaning of these parameters
    [all...]
  /external/syslinux/com32/libupload/
zout.c 29 if (deflateInit2(&be->zstream, 9, Z_DEFLATED,
  /external/puffin/src/
sample_generator.cc 42 Z_OK == deflateInit2(&stream, compression, Z_DEFLATED, -15, 8, strategy));
  /external/skia/src/pdf/
SkDeflate.cpp 79 SkDEBUGCODE(int r =) deflateInit2(&fImpl->fZStream, compressionLevel,
  /external/skqp/src/pdf/
SkDeflate.cpp 79 SkDEBUGCODE(int r =) deflateInit2(&fImpl->fZStream, compressionLevel,
  /external/tensorflow/tensorflow/core/lib/io/
zlib_outputbuffer.cc 57 deflateInit2(z_stream_.get(), zlib_options_.compression_level,
  /bootable/recovery/applypatch/
imgpatch.cpp 68 int ret = deflateInit2(&strm, level, method, window_bits, mem_level, strategy);
  /external/libvncserver/libvncserver/
zlib.c 172 deflateInit2( &(cl->compStream),
  /external/zlib/src/contrib/pascal/
zlibpas.pas 114 function deflateInit2(var strm: z_stream; level, method, windowBits,
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
  /system/extras/perfprofd/
perfprofd_io.cc 142 int init_result = deflateInit2(stream.get(),
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibpas.pas 114 function deflateInit2(var strm: z_stream; level, method, windowBits,
232 function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel,
  /development/ndk/platforms/android-14/include/
zlib.h 194 /* compression strategy; see deflateInit2() below for details */
480 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
534 method). msg is set to null if there is no error message. deflateInit2 does
544 immediately after deflateInit, deflateInit2 or deflateReset, before any
556 deflateInit or deflateInit2, a part of the dictionary may in effect be
600 that may have been set by deflateInit2.
611 interpretation of level and strategy is as in deflateInit2. This can be
640 deflateTune() can be called after deflateInit() or deflateInit2(), and
649 or deflateInit2(). This would be used to allocate an output buffe
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 194 /* compression strategy; see deflateInit2() below for details */
480 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
534 method). msg is set to null if there is no error message. deflateInit2 does
544 immediately after deflateInit, deflateInit2 or deflateReset, before any
556 deflateInit or deflateInit2, a part of the dictionary may in effect be
600 that may have been set by deflateInit2.
611 interpretation of level and strategy is as in deflateInit2. This can be
640 deflateTune() can be called after deflateInit() or deflateInit2(), and
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 48 # define deflateInit2 z_deflateInit2
255 /* Maximum value for memLevel in deflateInit2 */
264 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 233 zerror_ = deflateInit2(
  /external/python/cpython3/Modules/zlib/
zconf.h 48 # define deflateInit2 z_deflateInit2
255 /* Maximum value for memLevel in deflateInit2 */
264 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
  /external/squashfs-tools/squashfs-tools/
gzip_wrapper.c 379 res = deflateInit2(&stream->stream, compression_level, Z_DEFLATED,
  /external/zlib/src/
zconf.h 48 # define deflateInit2 z_deflateInit2
255 /* Maximum value for memLevel in deflateInit2 */
264 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
  /libcore/ojluni/src/main/native/
java_util_zip_Deflater.c 74 int ret = deflateInit2(strm, level, Z_DEFLATED,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
527 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
579 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
583 set to null if there is no error message. deflateInit2 does not perform any
593 function must be called immediately after deflateInit, deflateInit2 or
610 deflateInit or deflateInit2, a part of the dictionary may in effect be
612 provided in deflateInit or deflateInit2. Thus the strings most likely to be
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
527 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
579 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
583 set to null if there is no error message. deflateInit2 does not perform any
593 function must be called immediately after deflateInit, deflateInit2 or
610 deflateInit or deflateInit2, a part of the dictionary may in effect be
612 provided in deflateInit or deflateInit2. Thus the strings most likely to be
    [all...]
  /external/syslinux/com32/include/
zlib.h 197 /* compression strategy; see deflateInit2() below for details */
518 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
570 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
574 set to null if there is no error message. deflateInit2 does not perform any
584 immediately after deflateInit, deflateInit2 or deflateReset, before any call
596 deflateInit or deflateInit2, a part of the dictionary may in effect be
598 provided in deflateInit or deflateInit2. Thus the strings most likely to be
640 may have been set by deflateInit2.
651 interpretation of level and strategy is as in deflateInit2. This can b
    [all...]
  /external/zlib/src/examples/
gzappend.c 368 ret = deflateInit2(strm, level, Z_DEFLATED, -15, 8, Z_DEFAULT_STRATEGY);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 198 /* compression strategy; see deflateInit2() below for details */
516 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
568 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
570 method). msg is set to null if there is no error message. deflateInit2 does
580 immediately after deflateInit, deflateInit2 or deflateReset, before any
592 deflateInit or deflateInit2, a part of the dictionary may in effect be
594 provided in deflateInit or deflateInit2. Thus the strings most likely to be
636 that may have been set by deflateInit2.
647 interpretation of level and strategy is as in deflateInit2. This can be
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzappend.c 368 ret = deflateInit2(strm, level, Z_DEFLATED, -15, 8, Z_DEFAULT_STRATEGY);

Completed in 669 milliseconds

1 2 3