Lines Matching refs:FUZ_rotl32
110 #define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r)))116 rand32 = FUZ_rotl32(rand32, 13);