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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.h 34 # define compress2 z_compress2 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.h 38 # define compress2 z_compress2 macro
zconf.in.h 38 # define compress2 z_compress2 macro
  /external/python/cpython2/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.h 34 # define compress2 z_compress2 macro
  /external/syslinux/com32/lib/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.in.h 35 # define compress2 z_compress2 macro
  /toolchain/binutils/binutils-2.27/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.h 34 # define compress2 z_compress2 macro
  /external/python/cpython3/Modules/zlib/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.h 35 # define compress2 z_compress2 macro
  /external/zlib/src/
compress.c 18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.h 35 # define compress2 z_compress2 macro
  /external/freetype/src/gzip/
ftzconf.h 33 # define compress2 z_compress2 macro
  /external/zlib/src/contrib/pascal/
zlibpas.pas 146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
zlibpas.pas 146 function compress2(dest: PChar; var destLen: LongInt; function
191 function compress2; external; function
  /development/ndk/platforms/android-14/include/
zconf.h 38 # define compress2 z_compress2 macro
  /external/syslinux/com32/include/
zconf.h 31 # define compress2 z_compress2 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 30 # define compress2 z_compress2 macro
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 35 # define compress2 z_compress2 macro

Completed in 294 milliseconds