Home
last modified time | relevance | path

Searched defs:decomp_buf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/zlib/contrib/tests/fuzzers/
H A Dstreaming_inflate_fuzzer.cc53 uint8_t decomp_buf[1024]; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/coreboot/tests/lib/
H A Dlzma-test.c91 uint8_t *decomp_buf = test_malloc(s->raw_file_sz); in test_ulzman_correct_file() local
/aosp_15_r20/external/zlib/contrib/tests/
H A Dutils_unittest.cc127 uint8_t comp_buf[4096], decomp_buf[4096]; in TEST() local