Home
last modified time | relevance | path

Searched refs:FUZZ_RNG_SEED_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/lz4/ossfuzz/
H A Dfuzz.h6 * @param FUZZ_RNG_SEED_SIZE:
31 #ifndef FUZZ_RNG_SEED_SIZE
32 # define FUZZ_RNG_SEED_SIZE 4 macro
H A Dfuzz_helpers.h62 * Consumes up to the first FUZZ_RNG_SEED_SIZE bytes of the input.
66 size_t const toHash = MIN(FUZZ_RNG_SEED_SIZE, *size); in FUZZ_seed()

Completed in 4 milliseconds