Searched refs:DiB_rotl32 (Results 1 – 1 of 1) sorted by relevance
176 #define DiB_rotl32(x,r) ((x << r) | (x >> (32 - r))) macro184 rand32 = DiB_rotl32(rand32, 13); in DiB_rand()