Home
last modified time | relevance | path

Searched defs:compr (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/
Dexample.c69 void test_compress(unsigned char *compr, z_size_t comprLen, unsigned char *uncompr, z_size_t uncomp… in test_compress()
199 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate()
236 void test_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen)… in test_inflate()
276 void test_large_deflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_deflate()
370 void test_large_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_inflate()
408 void test_flush(unsigned char *compr, z_size_t *comprLen) { in test_flush()
443 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen) { in test_sync()
481 void test_dict_deflate(unsigned char *compr, size_t comprLen) { in test_dict_deflate()
514 void test_dict_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomp… in test_dict_inflate()
618 void test_deflate_copy(unsigned char *compr, size_t comprLen) { in test_deflate_copy()
[all …]
Dtest_deflate_copy.cc23 uint8_t compr[128]; in TEST() local
Dtest_deflate_header.cc22 uint8_t compr[128]; in TEST() local
Dtest_compress.cc20 uint8_t compr[128], uncompr[128]; in TEST() local
Dtest_inflate_sync.cc21 uint8_t compr[128], uncompr[128]; in TEST() local
Dtest_small_buffers.cc21 uint8_t compr[128], uncompr[128]; in TEST() local
Dtest_deflate_prime.cc21 uint8_t compr[128], uncompr[128]; in TEST() local
Dtest_deflate_dict.cc21 uint8_t compr[128]; in TEST() local
Dtest_deflate_pending.cc21 uint8_t compr[128]; in TEST() local
Dtest_deflate_tune.cc21 uint8_t compr[128]; in TEST() local
Dtest_large_buffers.cc26 uint8_t *compr, *uncompr; in TEST() local
Dtest_dict.cc26 uint8_t compr[128], uncompr[128]; in TEST() local
Dtest_deflate_params.cc29 uint8_t *compr, *uncompr; in TEST() local
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dexample.c111 void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress()
217 void test_deflate(Byte *compr, uLong comprLen) { in test_deflate()
252 void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_inflate()
291 void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_deflate()
344 void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_inflate()
383 void test_flush(Byte *compr, uLong *comprLen) { in test_flush()
418 void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) { in test_sync()
459 void test_dict_deflate(Byte *compr, uLong comprLen) { in test_dict_deflate()
493 void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate()
543 Byte *compr, *uncompr; in main() local
H A Dexample_original.c105 void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) in test_compress()
213 void test_deflate(Byte *compr, uLong comprLen) in test_deflate()
249 void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) in test_inflate()
288 void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_deflate()
342 void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_inflate()
382 void test_flush(Byte *compr, uLong comprLen) in test_flush()
418 void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) in test_sync()
460 void test_dict_deflate(Byte *compr, uLong comprLen) in test_dict_deflate()
495 void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate()
547 Byte *compr, *uncompr; in main() local
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Dexample.c88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
200 void test_deflate(compr, comprLen) in test_deflate() argument
238 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument
279 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument
334 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument
375 void test_flush(compr, comprLen) in test_flush() argument
413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument
457 void test_dict_deflate(compr, comprLen) in test_dict_deflate() argument
494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument
549 Byte *compr, *uncompr; local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/test/
Dexample.c88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument
200 void test_deflate(compr, comprLen) in test_deflate() argument
238 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument
279 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument
334 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument
375 void test_flush(compr, comprLen) in test_flush() argument
413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument
457 void test_dict_deflate(compr, comprLen) in test_dict_deflate() argument
494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument
549 Byte *compr, *uncompr; local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/fuzz/
Dfuzzer_example_small.c26 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate()
62 void test_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen)… in test_inflate()
97 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
Dfuzzer_example_flush.c26 void test_flush(unsigned char *compr, z_size_t *comprLen) { in test_flush()
61 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen) { in test_sync()
97 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
Dfuzzer_example_large.c28 void test_large_deflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_deflate()
81 void test_large_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_inflate()
116 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
Dfuzzer_example_dict.c28 void test_dict_deflate(unsigned char **compr, size_t *comprLen) { in test_dict_deflate()
92 void test_dict_inflate(unsigned char *compr, size_t comprLen) { in test_dict_inflate()
139 uint8_t *compr; in LLVMFuzzerTestOneInput() local
Dfuzzer_compress.c14 static void check_compress_level(uint8_t *compr, z_size_t comprLen, in check_compress_level()
40 static void check_decompress(uint8_t *compr, size_t comprLen) { in check_decompress()
57 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-convert.c15 static void convert_file(const char *in, const char *out, int file_version, char *compr) in convert_file()
/aosp_15_r20/external/aac/libAACenc/src/
H A Dmetadata_main.cpp371 static INT decodeCompr(const UCHAR compr) { in decodeCompr()
597 INT dynrng, compr; in ProcessCompressor() local
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/zram/
H A Dzram03.c122 static void print_mm_stat(char *orig, char *compr, char *mem, char *zero) in print_mm_stat()

123