Searched refs:FUZ_rotl32 (Results 1 – 6 of 6) sorted by relevance
/external/zstd/tests/ |
D | zbufftest.c | 84 # define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro 90 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
|
D | paramgrill.c | 405 static U32 FUZ_rotl32(U32 x, U32 r) in FUZ_rotl32() function 417 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
|
D | zstreamtest.c | 87 #define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro 94 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
|
D | fuzzer.c | 94 #define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro 102 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
|
/external/lz4/tests/ |
D | frametest.c | 114 #define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro 120 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
|
D | fuzzer.c | 120 static U32 FUZ_rotl32(U32 u32, U32 nbBits) in FUZ_rotl32() function 138 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
|