Home
last modified time | relevance | path

Searched defs:compress (Results 1 - 25 of 53) sorted by relevance

123

/third_party/libwebsockets/win32port/zlib/
H A Dcompress.c62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/node/deps/v8/third_party/zlib/
H A Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/skia/third_party/externals/brotli/python/
H A Dbrotli.py26 def compress(string, mode=MODE_GENERIC, quality=11, lgwin=22, lgblock=0): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DIntEqClasses.cpp59 void IntEqClasses::compress() { in compress() function in IntEqClasses
H A DCompression.cpp49 Error zlib::compress(StringRef InputBuffer, in compress() function in zlib
/third_party/skia/third_party/externals/zlib/
H A Dcompress.c68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() function
/third_party/node/deps/zlib/
H A Dcompress.c63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() function
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dcomp_local.h15 int (*compress) (COMP_CTX *ctx, member
/third_party/openssl/crypto/comp/
H A Dcomp_local.h15 int (*compress) (COMP_CTX *ctx, member
/third_party/zlib/
H A Dcompress.c63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() function
/third_party/rust/crates/cxx/src/
H A Dsip.rs42 macro_rules! compress { macros
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DMtxWriter.java49 public byte[] compress(Font sfntlyFont) { in compress() method in MtxWriter
H A DLzcompCompress.java411 public static byte[] compress(byte[] dataIn) { in compress() method in LzcompCompress
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoder.java159 public static byte[] compress(byte[] data, Parameters params) throws IOException { in compress() method in Encoder
202 public static byte[] compress(byte[] data) throws IOException { in compress() method in Encoder
/third_party/python/Lib/
H A Dlzma.py319 def compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None): function
H A Dbz2.py313 def compress(data, compresslevel=9): function
H A Dgzip.py576 def compress(data, compresslevel=_COMPRESS_LEVEL_BEST, *, mtime=None): function
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeCompressor.java303 public static byte [] compress(String buffer) in compress() method in UnicodeCompressor
317 public static byte [] compress(char [] buffer, compress() method in UnicodeCompressor
358 public int compress(char [] charBuffer, compress() method in UnicodeCompressor
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeCompressor.java302 public static byte [] compress(String buffer) in compress() method in UnicodeCompressor
315 public static byte [] compress(char [] buffer, compress() method in UnicodeCompressor
355 public int compress(char [] charBuffer, compress() method in UnicodeCompressor
[all...]
/third_party/lz4/tests/
H A DroundTripTest.c108 compressFn compress = selected_clevel >= LZ4HC_CLEVEL_MIN ? LZ4_compress_HC : LZ4_compress_fast; in roundTripTest() local
/third_party/python/Tools/ccbench/
H A Dccbench.py103 def compress(s): function
113 def compress(s): function
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h32 # define compress z_compress macro
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas144 function compress(dest: PChar; var destLen: LongInt; in compress() function
190 function compress; external; function
/third_party/ffmpeg/libavcodec/
H A Dlibopenjpegenc.c562 opj_codec_t *compress = NULL; in libopenjpeg_encode_frame() local
[all...]
/third_party/toybox/lib/
H A Ddeflate.c361 static struct deflate *init_deflate(int compress) in init_deflate() argument

Completed in 20 milliseconds

123