ROTR64            535 crypto/third_party/nss/sha512.cc #define S0(x) (ROTR64(x,28) ^ ROTR64(x,34) ^ ROTR64(x,39))
ROTR64            536 crypto/third_party/nss/sha512.cc #define S1(x) (ROTR64(x,14) ^ ROTR64(x,18) ^ ROTR64(x,41))
ROTR64            537 crypto/third_party/nss/sha512.cc #define s0(x) (t1 = x, ROTR64(t1, 1) ^ ROTR64(t1, 8) ^ SHR(t1,7))
ROTR64            538 crypto/third_party/nss/sha512.cc #define s1(x) (t2 = x, ROTR64(t2,19) ^ ROTR64(t2,61) ^ SHR(t2,6))