Searched defs:ROTR (Results 1 – 6 of 6) sorted by relevance
59 #define ROTR(n) rotr n, 24 macro68 #define ROTR(n) macro
14 #define ROTR(x, n) ((x >> n) | (x << ((sizeof(x) << 3) - n))) macro
82 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() macro
1448 enum {ROTR = 0, ROTL = 1}; enumerator
12196 static char *ROTR(uint64 instruction, Dis_info *info) in ROTR() function