Searched refs:ROTR32 (Results 1 – 2 of 2) sorted by relevance
32 #define ROTR32(X, B) rotr32((X), (B)) macro
77 #define ROTR(x, n) ROTR32(x, n)