Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
Dfuzz_helpers.h50 #define FUZZ_STATIC static __inline __attribute__((unused)) macro
53 #define FUZZ_STATIC static inline
55 #define FUZZ_STATIC static __inline
57 #define FUZZ_STATIC static
64 FUZZ_STATIC uint32_t FUZZ_seed(uint8_t const **src, size_t* size) { in FUZZ_seed()
74 FUZZ_STATIC uint32_t FUZZ_rand(uint32_t *state) { in FUZZ_rand()
86 FUZZ_STATIC uint32_t FUZZ_rand32(uint32_t *state, uint32_t min, uint32_t max) { in FUZZ_rand32()