Searched refs:FUZ_rotl32 (Results 1 – 4 of 4) sorted by relevance
82 # define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro88 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
114 static U32 FUZ_rotl32(U32 x, U32 r) in FUZ_rotl32() function126 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
83 #define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro91 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()
86 #define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro93 rand32 = FUZ_rotl32(rand32, 13); in FUZ_rand()