Searched refs:s0 (Results 1 – 1 of 1) sorted by relevance
33 #define s0(x) (ror32(x, 7) ^ ror32(x, 18) ^ (x >> 3)) macro43 W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16]; in BLEND_OP()