ROTR32            154 crypto/third_party/nss/sha512.cc #define S0(x) (ROTR32(x, 2) ^ ROTR32(x,13) ^ ROTR32(x,22))
ROTR32            155 crypto/third_party/nss/sha512.cc #define S1(x) (ROTR32(x, 6) ^ ROTR32(x,11) ^ ROTR32(x,25))
ROTR32            156 crypto/third_party/nss/sha512.cc #define s0(x) (t1 = x, ROTR32(t1, 7) ^ ROTR32(t1,18) ^ SHR(t1, 3))
ROTR32            157 crypto/third_party/nss/sha512.cc #define s1(x) (t2 = x, ROTR32(t2,17) ^ ROTR32(t2,19) ^ SHR(t2,10))