Searched defs:ROTR (Results 1 – 1 of 1) sorted by relevance
312 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro329 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro342 #define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro