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

1 2

  /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
zlib.h     [all...]
  /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
zlib.h     [all...]
  /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
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
zconf.h 35 # define compress2 z_compress2 macro
zlib.h     [all...]
zconf.h.cmakein 37 # define compress2 z_compress2
zconf.h.in 35 # define compress2 z_compress2
  /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
zlib.h     [all...]
zconf.h.cmakein 37 # define compress2 z_compress2
  /external/llvm/lib/Support/
Compression.cpp 55 Status Res = encodeZlibReturnValue(::compress2(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Compression.cpp 66 int Res = ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize,
  /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
  /development/ndk/zlib/
zconf.h 33 # define compress2 z_compress2 macro
zlib.h     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 35 # define compress2 z_compress2 macro
zlib.h     [all...]
  /external/u-boot/include/u-boot/
zlib.h 89 # define compress2 z_compress2 macro

Completed in 1495 milliseconds

1 2