/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | nested-declarator2.c | 16 static void w1(y) function 31 nested-declarator2.c:17:1: warning: non-ANSI definition of function 'w1'
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strcoll.c | 54 wchar_t *w1 = NULL, *w2 = NULL; local 75 w1 = t1; 77 if ((w1 = alloca(sz1 * sizeof (wchar_t))) == NULL) 89 if ((mbstowcs_l(w1, s1, sz1, loc)) == (size_t)-1) 95 ret = wcscoll_l(w1, w2, loc);
|
H A D | wcscoll.c | 70 const wchar_t *w1 = ws1; local 83 if ((tr1 = wcsdup(w1)) == NULL) 102 w1 = tr1; 108 while (*w1 && *w2) { 113 _collate_lookup(lcc, w1, &len1, 145 w1 += len1; 148 if (!*w1) { 154 ret = *w1; 159 while (*w1 || *w2 || st1 || st2) { 161 while (*w1 || st [all...] |
/illumos-gate/usr/src/cmd/spell/ |
H A D | hashcheck.c | 51 long w1; local 64 (((unsigned long)1 << (BYTE * sizeof (y) - 1)) - 1), &w1); 70 return (w1);
|
H A D | spellin.c | 52 append(register unsigned w1, register int i) argument 55 table[wp] |= w1>>(B-bp); 61 w1 <<= bp; 82 long w1; local 127 i = encode(x, &w1); 132 if (!(append((unsigned)(w1>>(long) (i-B)), B) && 133 append((unsigned)(w1<<(long) (B+B-i)), 137 if (!append((unsigned)(w1<<(long)(B-i)), i))
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | cityhash.c | 53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) argument 56 uint64_t a = w1 * HASH_K1;
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | atan.c | 189 double *w, w0, w1, s, z; local 193 w1 = (hx >= 0)? w[1] : -w[1]; 195 return (((q1 * s) * (q4 + z)) * (q2 + z * (q3 + z)) + w1);
|
H A D | pow.c | 37 * log2(x) = w1 + w2, 38 * where w1 has 24 bits trailing zero. 163 double y1, y2, w1, w2; local 286 /* first compute log2(ax) = w1+w2, with 24 bits w1 */ 287 w1 = log2_x(ax, &w2); 289 /* split up y into y1+y2 and compute (y1+y2)*(w1+w2) */ 293 y1 = y * w1; 297 y2 = (y - y1) * w1 + y * w2; 298 y1 *= w1; [all...] |
/illumos-gate/usr/src/cmd/acct/ |
H A D | wtmpfix.c | 254 setdtab(off_t p, struct futmpx *w1, struct futmpx *w2) argument 263 dp->d_adj = w2->ut_xtime - w1->ut_xtime;
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_atan2l.c | 724 long double t, xh, th, t1, t2, w1, w2; local 798 w1 = mx_atanl(t, &w2); 801 t1 = pi - w1; 803 w2 = (pi_lo - w2) - (w1 - t2); 804 w1 = t1; 807 return ((hy >= 0)? w1 : -w1);
|
H A D | cpow.c | 115 double t1, t2, t3, t4, w1, w2, t; local 137 /* summing r = t1 + t2 + t3 + t4 to w1 + w2 */ 138 w1 = t3 + t4; 139 w2 = t4 - (w1 - t3); 140 t = t2 + w1; 141 w2 += w1 - (t - t2); 142 w1 = t + w2; 143 w2 += t - w1; 144 t = t1 + w1; 145 w2 += w1 155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; local [all...] |
H A D | cpowl.c | 70 long double t1, t2, t3, t4, w1, w2, t; local 92 /* summing r = t1 + t2 + t3 + t4 to w1 + w2 */ 93 w1 = t3 + t4; 94 w2 = t4 - (w1 - t3); 95 t = t2 + w1; 96 w2 += w1 - (t - t2); 97 w1 = t + w2; 98 w2 += t - w1; 99 t = t1 + w1; 100 w2 += w1 110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; local [all...] |
H A D | k_atan2.c | 458 double t, xh, th, t1, t2, w1, w2; local 539 w1 = mx_atan(t, &w2); 542 t1 = pi - w1; 544 w2 = (pi_lo - w2) - (w1 - t2); 545 w1 = t1; 548 return ((hy >= 0)? w1 : -w1);
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 663 } z0, z1, z2, z3, w0, w1, w2, w3; local 673 w1.i[LOWORD] = 0; 713 w1.i[HIWORD] = i1 - e; 732 d1 = z1.d - w1.d;
|
H A D | __vcosbig_ultra3.c | 105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local 186 w1 = fn1 * pio2_2; 189 x1 = a1 - w1; 192 y1 = (a1 - x1) - w1; 198 w1 = fn1 * pio2_3 - y1; 201 x1 = a1 - w1; 204 y1 = (a1 - x1) - w1; 210 w1 = fn1 * pio2_3t - y1; 213 x1 = a1 - w1; 216 y1 = (a1 - x1) - w1; 549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local [all...] |
H A D | __vsinbig_ultra3.c | 105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local 186 w1 = fn1 * pio2_2; 189 x1 = a1 - w1; 192 y1 = (a1 - x1) - w1; 198 w1 = fn1 * pio2_3 - y1; 201 x1 = a1 - w1; 204 y1 = (a1 - x1) - w1; 210 w1 = fn1 * pio2_3t - y1; 213 x1 = a1 - w1; 216 y1 = (a1 - x1) - w1; 549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local [all...] |
H A D | __vcos.c | 203 double a0, a1, a2, w0, w1, w2; local 227 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 240 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); 264 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 272 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); 349 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 358 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); 376 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 381 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); 436 double a0, a1, w0, w1; local 534 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local 997 double fn0, fn1, a0, a1, w0, w1, y0, y1; local [all...] |
H A D | __vsin.c | 177 double a0, a1, a2, w0, w1, w2; local 201 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 213 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1]; 236 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 245 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1]; 325 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 334 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1]; 353 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); 359 t1 = (__vlibm_TBL_sincos_hi[j1+1] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+xsb1]; 417 double a0, a1, w0, w1; local 513 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local 1005 double fn0, fn1, a0, a1, w0, w1, y0, y1; local [all...] |
/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | genassym.c | 111 ga_parse_common(char *line, int min, int max, char **w1, char **w2, char **w3) argument 116 wret[0] = w1;
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_intr.c | 292 uint32_t w1 = LE_32(((uint32_t *)iomb)[1]); local 295 uint8_t phynum = IOP_EVENT_PHYNUM(w1); 296 uint8_t portid = IOP_EVENT_PORTID(w1); 302 switch (IOP_EVENT_EVENT(w1)) { 304 if (IOP_EVENT_STATUS(w1)) { 307 phynum, IOP_EVENT_STATUS(w1)); 387 pmcs_link_rate(IOP_EVENT_LINK_RATE(w1)); 458 pptr->link_rate = pmcs_link_rate(IOP_EVENT_LINK_RATE(w1)); 592 pptr->link_rate = pmcs_link_rate(IOP_EVENT_LINK_RATE(w1)); 955 switch (IOP_EVENT_STATUS(w1)) { [all...] |
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_espc.h | 101 uint32_t w1; member in struct:_mac_addr_0_t::__anon8194 118 uint32_t w1; member in struct:_mac_addr_0_t::__anon8194 137 uint32_t w1; member in struct:_mac_addr_1_t::__anon8197 152 uint32_t w1; member in struct:_mac_addr_1_t::__anon8197 172 uint32_t w1; member in struct:_phy_type_t::__anon8200 189 uint32_t w1; member in struct:_phy_type_t::__anon8200 209 uint32_t w1; member in struct:_intr_num_t::__anon8203 226 uint32_t w1; member in struct:_intr_num_t::__anon8203
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | powl.c | 136 long double y1, y2, w1, w2; local 246 /* first compute log(ax) = w1+w2, with 53 bits w1 */ 247 w1 = logl_x(ax, &w2); 249 /* split up y into y1+y2 and compute (y1+y2)*(w1+w2) */ 251 y1 = y * w1; 255 y2 = (y - y1) * w1 + y * w2; 256 y1 *= w1; 299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo; 300 t = w1 * w [all...] |
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; local 208 w1 = LOAD_BIG_32(blk + 4 * 1); 209 SHA256ROUND(h, a, b, c, d, e, f, g, 1, w1); 253 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) + w0; 255 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; 256 SHA256ROUND(h, a, b, c, d, e, f, g, 17, w1); 259 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; 269 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; 286 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) 378 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; local [all...] |
/illumos-gate/usr/src/uts/common/io/udmf/ |
H A D | udmf_usbgem.c | 675 uint16_t w0, w1, w2, w3; local 683 w1 = udmf_eeprom_read(dp, i + 1, &err); 687 i, w0, w1, w2, w3);
|
/illumos-gate/usr/src/uts/common/io/urf/ |
H A D | urf_usbgem.c | 662 uint16_t w0, w1, w2, w3; local 667 IN(dp, i + 2, &w1, &err, usberr); 671 i - URF_EEPROM_BASE, w0, w1, w2, w3);
|