Searched defs:w3 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c663 } z0, z1, z2, z3, w0, w1, w2, w3; local
675 w3.i[LOWORD] = 0;
727 w3.i[HIWORD] = i3 - e;
734 d3 = z3.d - w3.d;
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c111 ga_parse_common(char *line, int min, int max, char **w1, char **w2, char **w3) argument
118 wret[2] = w3;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c293 uint32_t w3 = LE_32(((uint32_t *)iomb)[3]); local
392 rp->width = IOP_EVENT_NPIP(w3);
455 pptr->width = IOP_EVENT_NPIP(w3);
677 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_NIL) {
684 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_IN_RESET) {
723 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_LOSTCOMM) {
731 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_VALID) {
766 pptr->width = IOP_EVENT_NPIP(w3);
811 if (IOP_EVENT_PORT_STATE(w3) != IOP_EVENT_PS_INVALID) {
815 IOP_EVENT_PORT_STATE(w3));
[all...]
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; local
214 w3 = LOAD_BIG_32(blk + 4 * 3);
215 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3);
257 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2;
259 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3;
260 SHA256ROUND(f, g, h, a, b, c, d, e, 19, w3);
263 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5;
273 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
290 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3)
378 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; local
[all...]
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c675 uint16_t w0, w1, w2, w3; local
685 w3 = udmf_eeprom_read(dp, i + 3, &err);
687 i, w0, w1, w2, w3);
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c662 uint16_t w0, w1, w2, w3; local
669 IN(dp, i + 6, &w3, &err, usberr);
671 i - URF_EEPROM_BASE, w0, w1, w2, w3);
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c964 uint8_t w0[2], w1[2], w2[2], w3[2]; local
974 IN(dp, VCMD_READ_SROM, i + 3, 0, 2, w3, &err, usberr);
980 (w3[1] << 8) | w3[0]);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h594 uint32_t w3; member in struct:zcp_ram_unit_s

Completed in 59 milliseconds