Home
last modified time | relevance | path

Searched defs:compress (Results 26 - 50 of 116) sorted by relevance

12345

/kernel/linux/linux-6.6/include/crypto/internal/
H A Dblake2b.h25 __blake2b_update(struct blake2b_state *state, const u8 *in, size_t inlen, blake2b_compress_t compress) __blake2b_update() argument
51 __blake2b_final(struct blake2b_state *state, u8 *out, blake2b_compress_t compress) __blake2b_final() argument
96 crypto_blake2b_update(struct shash_desc *desc, const u8 *in, unsigned int inlen, blake2b_compress_t compress) crypto_blake2b_update() argument
106 crypto_blake2b_final(struct shash_desc *desc, u8 *out, blake2b_compress_t compress) crypto_blake2b_final() argument
H A Dscompress.h37 int (*compress)(struct crypto_scomp *tfm, const u8 *src, member
/kernel/linux/linux-6.6/include/linux/
H A Dppp-comp.h50 int (*compress) (void *state, unsigned char *rptr, member
/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...]
/kernel/linux/linux-5.10/sound/core/
H A DMakefile
/kernel/linux/linux-5.10/fs/jffs2/
H A Dcompr.h53 int (*compress)(unsigned char *data_in, unsigned char *cpage_out, member
/kernel/linux/linux-6.6/sound/core/
H A DMakefile
/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...]
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp506 std::string compress = "zlib"; in HWTEST_F() local
/drivers/peripheral/display/test/unittest/lite/
H A Dloadbmp_test.h70 uint32_t compress; member
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842.c158 static int compress(struct nx842_crypto_ctx *ctx, in compress() function
/kernel/linux/linux-5.10/include/crypto/
H A Dacompress.h48 int (*compress)(struct acomp_req *req); member
77 int (*compress)(struct acomp_req *req); member
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dcompr.h53 int (*compress)(unsigned char *data_in, unsigned char *cpage_out, member
/kernel/linux/linux-6.6/include/crypto/
H A Dacompress.h52 int (*compress)(struct acomp_req *req); member
[all...]
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-842.c158 static int compress(struct nx842_crypto_ctx *ctx, in compress() function
/test/xts/hats/hdf/hdf_lite/display/
H A Dloadbmp_test.h70 uint32_t compress; member
/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/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DLzcompCompress.java411 public static byte[] compress(byte[] dataIn) { in compress() method in LzcompCompress
/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

Completed in 14 milliseconds

12345