Searched defs:ROTR (Results 1 – 1 of 1) sorted by relevance
393 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro423 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro428 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro540 # define ROTR(a,n) _rotr64((a),n) macro574 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
Completed in 6 milliseconds