/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | example.c | 58 void test_compress(unsigned char *compr, z_size_t comprLen, unsigned char *uncompr, z_size_t uncomp… in test_compress() 239 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate() 276 void test_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen)… in test_inflate() 318 void test_large_deflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_deflate() 426 void test_large_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_inflate() 466 void test_flush(unsigned char *compr, z_size_t *comprLen) { in test_flush() 501 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen) { in test_sync() 541 void test_dict_deflate(unsigned char *compr, size_t comprLen) { in test_dict_deflate() 576 void test_dict_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomp… in test_dict_inflate() 668 void test_deflate_copy(unsigned char *compr, size_t comprLen) { in test_deflate_copy() [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | example.c | 88 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
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | example.c | 88 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
|
/external/zstd/zlibWrapper/examples/ |
D | example_original.c | 105 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 217 void test_deflate(compr, comprLen) in test_deflate() argument 255 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument 296 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument 351 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument 392 void test_flush(compr, comprLen) in test_flush() argument 430 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 474 void test_dict_deflate(compr, comprLen) in test_dict_deflate() argument 511 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 566 Byte *compr, *uncompr; local
|
D | example.c | 113 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 225 void test_deflate(compr, comprLen) in test_deflate() argument 263 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument 304 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument 359 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument 400 void test_flush(compr, comprLen) in test_flush() argument 438 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 482 void test_dict_deflate(compr, comprLen) in test_dict_deflate() argument 519 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 574 Byte *compr, *uncompr; local
|
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | example_flush_fuzzer.c | 31 void test_flush(unsigned char *compr, z_size_t *comprLen) { in test_flush() 66 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen) { in test_sync() 102 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | example_small_fuzzer.c | 31 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate() 67 void test_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncomprLen)… in test_inflate() 102 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | example_large_fuzzer.c | 32 void test_large_deflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_deflate() 85 void test_large_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, size_t uncom… in test_large_inflate() 120 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | example_dict_fuzzer.c | 33 void test_dict_deflate(unsigned char **compr, size_t *comprLen) { in test_dict_deflate() 97 void test_dict_inflate(unsigned char *compr, size_t comprLen) { in test_dict_inflate() 144 uint8_t *compr; in LLVMFuzzerTestOneInput() local
|
D | compress_fuzzer.c | 19 static void check_compress_level(uint8_t *compr, z_size_t comprLen, in check_compress_level() 45 static void check_decompress(uint8_t *compr, size_t comprLen) { in check_decompress() 62 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
/external/oss-fuzz/projects/zlib/ |
D | example_small_fuzzer.c | 25 void test_deflate(unsigned char *compr, size_t comprLen) { in test_deflate() 61 void test_inflate(unsigned char *compr, size_t comprLen, unsigned char *uncompr, in test_inflate() 97 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | example_flush_fuzzer.c | 25 void test_flush(unsigned char *compr, z_size_t *comprLen) { in test_flush() 60 void test_sync(unsigned char *compr, size_t comprLen, unsigned char *uncompr, in test_sync() 98 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | compress_fuzzer.c | 13 static void check_compress_level(uint8_t *compr, size_t comprLen, in check_compress_level() 39 static void check_decompress(uint8_t *compr, size_t comprLen) { in check_decompress() 56 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | example_large_fuzzer.c | 26 void test_large_deflate(unsigned char *compr, size_t comprLen, in test_large_deflate() 80 void test_large_inflate(unsigned char *compr, size_t comprLen, in test_large_inflate() 116 uint8_t *compr, *uncompr; in LLVMFuzzerTestOneInput() local
|
D | example_dict_fuzzer.c | 27 void test_dict_deflate(unsigned char **compr, size_t *comprLen) in test_dict_deflate() 91 void test_dict_inflate(unsigned char *compr, size_t comprLen) { in test_dict_inflate() 138 uint8_t *compr; in LLVMFuzzerTestOneInput() local
|
/external/ltp/testcases/kernel/device-drivers/zram/ |
D | zram03.c | 200 static void print_mm_stat(char *orig, char *compr, char *mem, char *zero) in print_mm_stat()
|
/external/aac/libAACenc/src/ |
D | metadata_main.cpp | 371 static INT decodeCompr(const UCHAR compr) { in decodeCompr() 597 INT dynrng, compr; in ProcessCompressor() local
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUModifierSyntax.rst | 183 compr subsection 194 .. _amdgpu_synid_vm:
|
/external/freetype/src/pcf/ |
D | pcfread.c | 340 PCF_Compressed_MetricRec compr; in pcf_get_metric() local
|
/external/kernel-headers/original/uapi/linux/ |
D | jffs2.h | 153 __u8 compr; /* Compression algorithm used */ member
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 344 bool compr; member
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 10292 bool compr = false; in export_fs_mrt_z() local
|