Searched refs:FUZZ_getRange_from_uint32 (Results 1 – 8 of 8) sorted by relevance
/third_party/lz4/ossfuzz/ |
D | compress_hc_fuzzer.c | 24 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()
|
D | decompress_frame_fuzzer.c | 38 size_t const dstCapacity = FUZZ_getRange_from_uint32( in LLVMFuzzerTestOneInput() 41 size_t const dictSize = FUZZ_getRange_from_uint32( in LLVMFuzzerTestOneInput()
|
D | fuzz_data_producer.c | 34 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()
|
D | fuzz_data_producer.h | 23 uint32_t FUZZ_getRange_from_uint32(uint32_t seed, uint32_t min, uint32_t max);
|
D | compress_frame_fuzzer.c | 26 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput()
|
D | compress_fuzzer.c | 23 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput()
|
D | round_trip_fuzzer.c | 21 size_t const partialCapacity = FUZZ_getRange_from_uint32(partialCapacitySeed, 0, size); in LLVMFuzzerTestOneInput()
|
D | decompress_fuzzer.c | 21 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, 4 * size); in LLVMFuzzerTestOneInput()
|