Searched defs:ROTL32 (Results 1 – 4 of 4) sorted by relevance
116 ROTL32(uint32_t val, in ROTL32() function
25 #define ROTL32(v, n) \ macro
23 #define ROTL32(v, n) \ macro
18 #define ROTL32(X, B) rotl32((X), (B)) macro