Searched defs:base1 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 88 milliseconds