OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUZ_rotl32
(Results
1 - 2
of
2
) sorted by null
/external/lz4/programs/
frametest.c
134
# define
FUZ_rotl32
(x,r) ((x << r) | (x >> (32 - r)))
140
rand32 =
FUZ_rotl32
(rand32, 13);
fuzzer.c
121
static U32
FUZ_rotl32
(U32 u32, U32 nbBits)
131
rand32 =
FUZ_rotl32
(rand32, 13);
[
all
...]
Completed in 55 milliseconds