Lines Matching defs:R1
49 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \
85 R1(a, b, c, d, e, f, g, h, K[0], I(0), I(4));
86 R1(d, a, b, c, h, e, f, g, K[1], I(1), I(5));
87 R1(c, d, a, b, g, h, e, f, K[2], I(2), I(6));
88 R1(b, c, d, a, f, g, h, e, K[3], I(3), I(7));
89 R1(a, b, c, d, e, f, g, h, K[4], W1(4), I(8));
90 R1(d, a, b, c, h, e, f, g, K[5], W1(5), I(9));
91 R1(c, d, a, b, g, h, e, f, K[6], W1(6), I(10));
92 R1(b, c, d, a, f, g, h, e, K[7], W1(7), I(11));
93 R1(a, b, c, d, e, f, g, h, K[8], W1(8), I(12));
94 R1(d, a, b, c, h, e, f, g, K[9], W1(9), I(13));
95 R1(c, d, a, b, g, h, e, f, K[10], W1(10), I(14));
96 R1(b, c, d, a, f, g, h, e, K[11], W1(11), I(15));
97 R1(a, b, c, d, e, f, g, h, K[12], W1(12), W2(16));
98 R1(d, a, b, c, h, e, f, g, K[13], W1(13), W2(17));
99 R1(c, d, a, b, g, h, e, f, K[14], W1(14), W2(18));
100 R1(b, c, d, a, f, g, h, e, K[15], W1(15), W2(19));
163 #undef R1