Lines Matching refs:xa
150 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
151 Xupdate(f, xi, xa, xb, xc, xd); \
155 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
156 Xupdate(f, xi, xa, xb, xc, xd); \
160 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
161 Xupdate(f, xa, xa, xb, xc, xd); \
165 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
166 Xupdate(f, xa, xa, xb, xc, xd); \
170 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
171 Xupdate(f, xa, xa, xb, xc, xd); \
172 (f) = xa + (e) + K_60_79 + ROTATE((a), 5) + F_60_79((b), (c), (d)); \