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