Searched refs:FUZZ_rotl32 (Results 1 - 1 of 1) sorted by relevance
/third_party/lz4/ossfuzz/ | ||
H A D | fuzz_helpers.h | 72 #define FUZZ_rotl32(x, r) (((x) << (r)) | ((x) >> (32 - (r)))) macro 80 rand32 = FUZZ_rotl32(rand32, 13); in FUZZ_rand() |
Completed in 1 milliseconds