Searched refs:j3 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vexp.c | 414 int j0, j1, j2, j3, j4, j5; in __vexp() local 462 j3 = LO(y3); in __vexp() 476 k3 = j3 >> 8; in __vexp() 483 j3 = (j3 & 0xff) << 1; in __vexp() 504 t3 = TBL[j3]; in __vexp() 511 y3 = t3 + (TBL[j3 + 1] + t3 * y3); in __vexp()
|
/illumos-gate/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 91 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 101 j3 = x->chacha_input[3]; in chacha_encrypt_bytes() 125 x3 = j3; in chacha_encrypt_bytes() 151 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
|