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