Searched refs:s0 (Results 1 – 1 of 1) sorted by relevance
85 #define s0(x) (ror64(x, 1) ^ ror64(x, 8) ^ (x >> 7)) macro95 W[I & 15] += s1(W[(I-2) & 15]) + W[(I-7) & 15] + s0(W[(I-15) & 15]); in BLEND_OP()