Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 25 of 54) sorted by path

123

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h427 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
430 (zcp)->zc_word[1] = w1; \
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c252 setdtab(off_t p, struct futmpx *w1, struct futmpx *w2) in setdtab() argument
261 dp->d_adj = w2->ut_xtime - w1->ut_xtime; in setdtab()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c6186 wlan_scan_args_t *w = ofarg->ofmt_cbarg, w1; in print_link_attr_cb() local
6190 bzero(&w1, sizeof (w1)); in print_link_attr_cb()
6191 w1.ws_state = statep; in print_link_attr_cb()
6192 w1.ws_attr = &attrp->la_wlan_attr; in print_link_attr_cb()
6193 ofarg->ofmt_cbarg = &w1; in print_link_attr_cb()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c241 char w1[MAXPATHLEN]; in mapline_to_mapent() local
300 *w1 = '\0'; in mapline_to_mapent()
302 strcpy(w1, "/"); in mapline_to_mapent()
303 strcat(w1, key); in mapline_to_mapent()
305 if ((me->map_root = strdup(w1)) == NULL) in mapline_to_mapent()
1020 char w1[MAXPATHLEN]; in mark_and_fake_level1_noroot() local
1062 *w1 = '\0'; in mark_and_fake_level1_noroot()
1064 strcpy(w1, "/"); in mark_and_fake_level1_noroot()
1065 strcat(w1, key); in mark_and_fake_level1_noroot()
1067 me->map_root = strdup(w1); in mark_and_fake_level1_noroot()
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y119 static int wordcmp(const void *w1, const void *w2);
976 wordcmp(const void *w1, const void *w2) in wordcmp() argument
979 ((const word_t *)w1)->w_string, in wordcmp()
/illumos-gate/usr/src/cmd/spell/
H A Dhashcheck.c49 long w1; in fetch() local
62 (((unsigned long)1 << (BYTE * sizeof (y) - 1)) - 1), &w1); in fetch()
68 return (w1); in fetch()
H A Dspellin.c50 append(register unsigned w1, register int i) in append() argument
53 table[wp] |= w1>>(B-bp); in append()
59 w1 <<= bp; in append()
80 long w1; in main() local
125 i = encode(x, &w1); in main()
130 if (!(append((unsigned)(w1>>(long)(i-B)), B) && in main()
131 append((unsigned)(w1<<(long)(B+B-i)), in main()
135 if (!append((unsigned)(w1<<(long)(B-i)), i)) in main()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daestab.h121 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3);
135 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3);
150 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c169 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
209 w1 = LOAD_BIG_32(blk + 4 * 1); in SHA256Transform()
256 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform()
289 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform()
322 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform()
425 w1 = LOAD_BIG_64(blk + 8 * 1); in SHA512Transform()
472 w1 = SIGMA1(w15) + w10 + SIGMA0(w2) + w1; in SHA512Transform()
486 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform()
505 w1 = SIGMA1(w15) + w10 + SIGMA0(w2) + w1; in SHA512Transform()
538 w1 = SIGMA1(w15) + w10 + SIGMA0(w2) + w1; in SHA512Transform()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmake.probe50 probe_warn="-Wall -fullwarn -w3 '-A -A' +w1"
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dattributes.sh169 w1=hello
171 t1="$w1 $w2"
183 [[ $(printf "%B" a) == $w1 ]] || err_exit 'typeset -b -Z5 not working'
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope3801 # http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c55 #define umul_ppmm(w1, w0, u, v) \ argument
58 "=d" ((USItype) (w1)) \
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h270 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
273 (zcp)->zc_word[1] = w1; \
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrcoll.c54 wchar_t *w1 = NULL, *w2 = NULL; in strcoll_l() local
75 w1 = t1; in strcoll_l()
77 if ((w1 = alloca(sz1 * sizeof (wchar_t))) == NULL) in strcoll_l()
89 if ((mbstowcs_l(w1, s1, sz1, loc)) == (size_t)-1) in strcoll_l()
95 ret = wcscoll_l(w1, w2, loc); in strcoll_l()
H A Dwcscoll.c70 const wchar_t *w1 = ws1; in wcscoll_l() local
83 if ((tr1 = wcsdup(w1)) == NULL) in wcscoll_l()
102 w1 = tr1; in wcscoll_l()
108 while (*w1 && *w2) { in wcscoll_l()
113 _collate_lookup(lcc, w1, &len1, in wcscoll_l()
145 w1 += len1; in wcscoll_l()
148 if (!*w1) { in wcscoll_l()
154 ret = *w1; in wcscoll_l()
159 while (*w1 || *w2 || st1 || st2) { in wcscoll_l()
161 while (*w1 || st1) { in wcscoll_l()
[all …]
/illumos-gate/usr/src/lib/libm/common/C/
H A Datan.c189 double *w, w0, w1, s, z; in atan() local
193 w1 = (hx >= 0)? w[1] : -w[1]; in atan()
195 return (((q1 * s) * (q4 + z)) * (q2 + z * (q3 + z)) + w1); in atan()
H A Dpow.c163 double y1, y2, w1, w2; in pow() local
287 w1 = log2_x(ax, &w2); in pow()
293 y1 = y * w1; in pow()
297 y2 = (y - y1) * w1 + y * w2; in pow()
298 y1 *= w1; in pow()
328 w1 = y2 - ((double) k * 0.015625 - y1); in pow()
330 z = _TBL_exp2_lo[j] + (w2 * w1) * (E1 + w1 * (E2 + w1 * (E3 + w1 * in pow()
331 (E4 + w1 * E5)))); in pow()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c136 long double y1, y2, w1, w2; in powl() local
247 w1 = logl_x(ax, &w2); in powl()
251 y1 = y * w1; in powl()
255 y2 = (y - y1) * w1 + y * w2; in powl()
256 y1 *= w1; in powl()
299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo; in powl()
300 t = w1 * w1; in powl()
301 w2 = (w1 - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - in powl()
303 z = _TBL_expl_hi[j] - ((_TBL_expl_hi[j] * (w1 + w1)) / w2 - in powl()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c138 w1 = t3 + t4; in sum4fp()
139 w2 = t4 - (w1 - t3); in sum4fp()
140 t = t2 + w1; in sum4fp()
141 w2 += w1 - (t - t2); in sum4fp()
142 w1 = t + w2; in sum4fp()
143 w2 += t - w1; in sum4fp()
144 t = t1 + w1; in sum4fp()
146 w1 = t + w2; in sum4fp()
147 *w = w2 - (w1 - t); in sum4fp()
148 return (w1); in sum4fp()
[all …]
H A Dcpowl.c93 w1 = t3 + t4; in sum4fpl()
94 w2 = t4 - (w1 - t3); in sum4fpl()
95 t = t2 + w1; in sum4fpl()
96 w2 += w1 - (t - t2); in sum4fpl()
97 w1 = t + w2; in sum4fpl()
98 w2 += t - w1; in sum4fpl()
99 t = t1 + w1; in sum4fpl()
101 w1 = t + w2; in sum4fpl()
102 *w = w2 - (w1 - t); in sum4fpl()
103 return (w1); in sum4fpl()
[all …]
H A Dk_atan2.c458 double t, xh, th, t1, t2, w1, w2; in __k_atan2() local
539 w1 = mx_atan(t, &w2); in __k_atan2()
542 t1 = pi - w1; in __k_atan2()
544 w2 = (pi_lo - w2) - (w1 - t2); in __k_atan2()
545 w1 = t1; in __k_atan2()
548 return ((hy >= 0)? w1 : -w1); in __k_atan2()
H A Dk_atan2l.c724 long double t, xh, th, t1, t2, w1, w2; in __k_atan2l() local
798 w1 = mx_atanl(t, &w2); in __k_atan2l()
801 t1 = pi - w1; in __k_atan2l()
803 w2 = (pi_lo - w2) - (w1 - t2); in __k_atan2l()
804 w1 = t1; in __k_atan2l()
807 return ((hy >= 0)? w1 : -w1); in __k_atan2l()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcos.c634 w1 = fn1 * pio2_2; in __vcos()
637 x1 = a1 - w1; in __vcos()
640 y1 = (a1 - x1) - w1; in __vcos()
649 x1 = a1 - w1; in __vcos()
652 y1 = (a1 - x1) - w1; in __vcos()
661 x1 = a1 - w1; in __vcos()
664 y1 = (a1 - x1) - w1; in __vcos()
1008 w1 = fn1 * pio2_2; in __vcos()
1009 x1 = a1 - w1; in __vcos()
1013 x1 = a1 - w1; in __vcos()
[all …]
H A D__vcosbig_ultra3.c186 w1 = fn1 * pio2_2; in __vlibm_vcos_big_ultra3()
189 x1 = a1 - w1; in __vlibm_vcos_big_ultra3()
192 y1 = (a1 - x1) - w1; in __vlibm_vcos_big_ultra3()
201 x1 = a1 - w1; in __vlibm_vcos_big_ultra3()
204 y1 = (a1 - x1) - w1; in __vlibm_vcos_big_ultra3()
213 x1 = a1 - w1; in __vlibm_vcos_big_ultra3()
216 y1 = (a1 - x1) - w1; in __vlibm_vcos_big_ultra3()
560 w1 = fn1 * pio2_2; in __vlibm_vcos_big_ultra3()
561 x1 = a1 - w1; in __vlibm_vcos_big_ultra3()
565 x1 = a1 - w1; in __vlibm_vcos_big_ultra3()
[all …]

123