Searched defs:x2 (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dchacha_private.h98 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
132 x2 = j2;
149 QUARTERROUND( x2, x6,x10,x14)
153 QUARTERROUND( x2, x7, x8,x13)
158 x2 = PLUS(x2,j2);
176 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
200 U32TO8_LITTLE(c + 8,x2);
/bind-9.11.3/lib/dns/
H A Drdataslab.c80 const struct xrdata *x2 = p2; local
81 return (dns_rdata_compare(&x1->rdata, &x2->rdata));

Completed in 12 milliseconds