Home
last modified time | relevance | path

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

/external/lz4/ossfuzz/
Dfuzz_helpers.h49 #define FUZZ_STATIC static __inline __attribute__((unused)) macro
52 #define FUZZ_STATIC static inline
54 #define FUZZ_STATIC static __inline
56 #define FUZZ_STATIC static
63 FUZZ_STATIC uint32_t FUZZ_seed(uint8_t const **src, size_t* size) { in FUZZ_seed()
73 FUZZ_STATIC uint32_t FUZZ_rand(uint32_t *state) { in FUZZ_rand()
85 FUZZ_STATIC uint32_t FUZZ_rand32(uint32_t *state, uint32_t min, uint32_t max) { in FUZZ_rand32()
/external/zstd/tests/fuzz/
Dfuzz_helpers.h49 #define FUZZ_STATIC static __inline __attribute__((unused)) macro
52 #define FUZZ_STATIC static inline
54 #define FUZZ_STATIC static __inline
56 #define FUZZ_STATIC static