Searched defs:x1 (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | chacha_private.h | 98 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 131 x1 = j1; 148 QUARTERROUND( x1, x5, x9,x13) 152 QUARTERROUND( x1, x6,x11,x12) 157 x1 = PLUS(x1,j1); 175 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); 199 U32TO8_LITTLE(c + 4,x1);
|
/bind-9.11.3/lib/dns/ |
H A D | rdataslab.c | 79 const struct xrdata *x1 = p1; local 81 return (dns_rdata_compare(&x1->rdata, &x2->rdata));
|
Completed in 13 milliseconds