Searched defs:ROR32 (Results 1 – 3 of 3) sorted by relevance
189 #define ROR32(A, n) ROL32((A), 32 - (n)) macro
209 #define ROR32(A, n) ROL32((A), 32-(n)) macro
238 #define ROR32(A, n) ROL32((A), 32-(n)) macro