/aosp_15_r20/external/zstd/zlibWrapper/examples/ |
H A D | example.c | 111 void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() 135 void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio() 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() 418 void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) { in test_sync() 493 void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate() 543 Byte *compr, *uncompr; in main() local
|
H A D | example_original.c | 105 void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) in test_compress() 129 void test_gzio(const char *fname /* compressed file name */, Byte *uncompr, in test_gzio() 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() 418 void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) in test_sync() 495 void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate() 547 Byte *compr, *uncompr; in main() local
|
H A D | minigzip.c | 519 int uncompr = 0; in main() local
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | example.c | 88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() 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 413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 549 Byte *compr, *uncompr; local
|
D | minigzip.c | 561 int uncompr = 0; local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/test/ |
D | example.c | 88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() 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 413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 549 Byte *compr, *uncompr; local
|
D | minigzip.c | 561 int uncompr = 0; local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/ |
D | example.c | 69 void test_compress(unsigned char *compr, z_size_t comprLen, unsigned char *uncompr, z_size_t uncomp… in test_compress() 90 void test_gzio(const char *fname, unsigned char *uncompr, z_size_t uncomprLen) { in test_gzio() 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() 443 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen) { in test_sync() 514 void test_dict_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomp… in test_dict_inflate() 760 void test_deflate_prime(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_deflate_prime() 955 unsigned char *compr, *uncompr; in main() local
|
D | test_compress.cc | 20 uint8_t compr[128], uncompr[128]; in TEST() local
|
D | test_inflate_sync.cc | 21 uint8_t compr[128], uncompr[128]; in TEST() local
|
D | test_small_buffers.cc | 21 uint8_t compr[128], uncompr[128]; in TEST() local
|
D | test_deflate_prime.cc | 21 uint8_t compr[128], uncompr[128]; in TEST() local
|
D | test_large_buffers.cc | 26 uint8_t *compr, *uncompr; in TEST() local
|
D | test_dict.cc | 26 uint8_t compr[128], uncompr[128]; in TEST() local
|
D | test_deflate_params.cc | 29 uint8_t *compr, *uncompr; in TEST() local
|
D | minideflate.c | 236 uint8_t uncompr = 0; in main() local
|
D | minigzip.c | 274 int uncompr = 0; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | fuzzer_example_large.c | 28 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
|
D | fuzzer_example_small.c | 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
|
D | fuzzer_example_flush.c | 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
|
D | fuzzer_compress.c | 15 uint8_t *uncompr, z_size_t uncomprLen, in check_compress_level() 57 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | fuzzer_example_dict.c | 95 unsigned char *uncompr; in test_dict_inflate() local
|
/aosp_15_r20/external/zlib/test/ |
H A D | minigzip.c | 489 int uncompr = 0; in main() local
|