Home
last modified time | relevance | path

Searched refs:j5 (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
464 j5 = LO(y5); in __vexp()
478 k5 = j5 >> 8; in __vexp()
485 j5 = (j5 & 0xff) << 1; in __vexp()
506 t5 = TBL[j5]; in __vexp()
513 y5 = t5 + (TBL[j5 + 1] + t5 * y5); 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
103 j5 = x->chacha_input[5]; in chacha_encrypt_bytes()
127 x5 = j5; in chacha_encrypt_bytes()
153 x5 = PLUS(x5,j5); in chacha_encrypt_bytes()