Home | History | Annotate | Download | only in sha

Lines Matching refs:xc

150 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd)       \
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) \
156 Xupdate(f, xi, xa, xb, xc, xd); \
160 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \
161 Xupdate(f, xa, xa, xb, xc, xd); \
165 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \
166 Xupdate(f, xa, xa, xb, xc, xd); \
170 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \
171 Xupdate(f, xa, xa, xb, xc, xd); \