Searched defs:ROR32 (Results 1 – 4 of 4) sorted by relevance
54 #define ROR32( A, n ) ROL32( (A), 32-(n) ) macro
54 #define ROR32(A, n) ROL32((A), 32-(n)) macro
193 #define ROR32(A, n) ROL32((A), 32 - (n)) macro
3096 #define ROR32( A, n ) ROL32( (A), 32-(n) ) macro