Searched defs:ROR (Results 1 – 2 of 2) sorted by relevance
43 #define ROR(x) (0x40 * x + 0x040) macro
26 #define ROR(x, r) ((x) = ror32((x), (r))) macro