Home
last modified time | relevance | path

Searched refs:j4 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexp.c414 int j0, j1, j2, j3, j4, j5; in __vexp() local
463 j4 = LO(y4); in __vexp()
477 k4 = j4 >> 8; in __vexp()
484 j4 = (j4 & 0xff) << 1; in __vexp()
505 t4 = TBL[j4]; in __vexp()
512 y4 = t4 + (TBL[j4 + 1] + t4 * y4); in __vexp()
/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c91 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
102 j4 = x->chacha_input[4]; in chacha_encrypt_bytes()
126 x4 = j4; in chacha_encrypt_bytes()
152 x4 = PLUS(x4,j4); in chacha_encrypt_bytes()