Searched refs:RND_ROT32 (Results 1 – 1 of 1) sorted by relevance
38 #define RND_ROT32(x) ( (x) >> 16 | (x) << 16 ) macro41 #define RND_REVERSE32(x) ( ((RND_ROT32((x)) & 0xff00ff00UL) >> 8) | ((RND_ROT32((x)) & 0x00ff00ffU…