Searched defs:ROR32 (Results 1 – 3 of 3) sorted by relevance
201 #define ROR32(A, n) ROL32((A), 32 - (n)) macro
225 #define ROR32(A, n) ROL32((A), 32-(n)) macro
274 #define ROR32(A, n) ROL32((A), 32-(n)) macro