Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c66 uchar_t i, j, *base, jj, *base1, tmp; in arcfour_crypt() local
179 base1 = &base[i1]; in arcfour_crypt()
181 tmp0 = base1[0]; in arcfour_crypt()
211 tmp0 = base1[1]; in arcfour_crypt()
220 base1[0] = (uchar_t)i_accum; in arcfour_crypt()
224 base1[1] = (uchar_t)tmp1; in arcfour_crypt()
266 tmp0 = base1[2]; in arcfour_crypt()
269 base1[2] = (uchar_t)tmp1; in arcfour_crypt()
276 tmp0 = base1[3]; in arcfour_crypt()
279 base1[3] = (uchar_t)tmp1; in arcfour_crypt()
[all …]
/titanic_41/usr/src/lib/libmvec/common/
H A D__vatan2f.c61 float base0 = 0.0, base1, base2; in __vatan2f() local
278 *(int*)&base1 = k1; in __vatan2f()
286 base1 = zero; in __vatan2f()
411 db1 = base1; in __vatan2f()
458 t1 = (y1 - x1 * (double)base1) / in __vatan2f()
459 (x1 + y1 * (double)base1); in __vatan2f()