Searched refs:x0 (Results 1 - 3 of 3) 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 130 x0 = j0; 147 QUARTERROUND( x0, x4, x8,x12) 151 QUARTERROUND( x0, x5,x10,x15) 156 x0 = PLUS(x0,j0); 174 x0 = XOR(x0,U8TO32_LITTLE(m + 0)); 198 U32TO8_LITTLE(c + 0,x0);
|
/bind-9.11.3/lib/tests/include/tests/ |
H A D | t_api.h | 43 #define T_OPTIONAL 0x0
|
/bind-9.11.3/lib/dns/ |
H A D | peer.c | 239 memset(&peer->bitflags, 0x0, sizeof(peer->bitflags));
|
Completed in 33 milliseconds