Home
last modified time | relevance | path

Searched refs:FUZZ_getRange_from_uint32 (Results 1 – 8 of 8) sorted by relevance

/third_party/lz4/ossfuzz/
Dcompress_hc_fuzzer.c24 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, size); in LLVMFuzzerTestOneInput()
25 int const level = FUZZ_getRange_from_uint32(levelSeed, LZ4HC_CLEVEL_MIN, LZ4HC_CLEVEL_MAX); in LLVMFuzzerTestOneInput()
Ddecompress_frame_fuzzer.c38 size_t const dstCapacity = FUZZ_getRange_from_uint32( in LLVMFuzzerTestOneInput()
41 size_t const dictSize = FUZZ_getRange_from_uint32( in LLVMFuzzerTestOneInput()
Dfuzz_data_producer.c34 uint32_t FUZZ_getRange_from_uint32(uint32_t seed, uint32_t min, uint32_t max) in FUZZ_getRange_from_uint32() function
47 return FUZZ_getRange_from_uint32(seed, min, max); in FUZZ_dataProducer_range32()
Dfuzz_data_producer.h23 uint32_t FUZZ_getRange_from_uint32(uint32_t seed, uint32_t min, uint32_t max);
Dcompress_frame_fuzzer.c26 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput()
Dcompress_fuzzer.c23 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput()
Dround_trip_fuzzer.c21 size_t const partialCapacity = FUZZ_getRange_from_uint32(partialCapacitySeed, 0, size); in LLVMFuzzerTestOneInput()
Ddecompress_fuzzer.c21 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, 4 * size); in LLVMFuzzerTestOneInput()