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