Searched defs:ROTR (Results 1 – 1 of 1) sorted by relevance
389 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro419 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro424 # define ROTR(a,n) ({ SHA_LONG64 ret; \ macro536 # define ROTR(a,n) _rotr64((a),n) macro570 # define ROTR(x,s) (((x)>>s) | (x)<<(64-s)) macro
Completed in 4 milliseconds