Searched refs:base1 (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/common/crypto/arcfour/sun4v/ |
| H A D | arcfour_crypt.c | 66 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 …]
|
| /illumos-gate/usr/src/lib/libmvec/common/ |
| H A D | __vatan2f.c | 61 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()
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | evaluate.c | 675 struct symbol *base1 = t1->ctype.base_type; in type_difference() local 703 t1 = base1; in type_difference() 747 base1 = examine_pointer_target(t1); in type_difference() 799 if (base1 != base2) in type_difference() 811 t1 = base1; in type_difference()
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
| H A D | kernel.implicit_dependencies.no_structs | 425 … desc_struct)->limit0, (struct desc_struct)->base0, (struct desc_struct)->base1, (struct desc_stru…
|