/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 169 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local 215 w3 = LOAD_BIG_32(blk + 4 * 3); in SHA256Transform() 216 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3); in SHA256Transform() 258 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform() 260 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform() 261 SHA256ROUND(f, g, h, a, b, c, d, e, 19, w3); in SHA256Transform() 264 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5; in SHA256Transform() 274 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform() 291 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform() 293 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform() [all …]
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aestab.h | 121 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/uts/common/fs/zfs/ |
H A D | cityhash.c | 53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() argument 59 uint64_t d = w3 * HASH_K2; in cityhash4()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa_checksum.h | 42 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument 47 (zcp)->zc_word[3] = w3; \
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 663 } z0, z1, z2, z3, w0, w1, w2, w3; in __vlog() local 675 w3.i[LOWORD] = 0; in __vlog() 727 w3.i[HIWORD] = i3 - e; in __vlog() 734 d3 = z3.d - w3.d; in __vlog()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_intr.c | 293 uint32_t w3 = LE_32(((uint32_t *)iomb)[3]); in pmcs_process_sas_hw_event() local 392 rp->width = IOP_EVENT_NPIP(w3); in pmcs_process_sas_hw_event() 455 pptr->width = IOP_EVENT_NPIP(w3); in pmcs_process_sas_hw_event() 677 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_NIL) { in pmcs_process_sas_hw_event() 684 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_IN_RESET) { in pmcs_process_sas_hw_event() 723 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_LOSTCOMM) { in pmcs_process_sas_hw_event() 731 if (IOP_EVENT_PORT_STATE(w3) == IOP_EVENT_PS_VALID) { in pmcs_process_sas_hw_event() 766 pptr->width = IOP_EVENT_NPIP(w3); in pmcs_process_sas_hw_event() 811 if (IOP_EVENT_PORT_STATE(w3) != IOP_EVENT_PS_INVALID) { in pmcs_process_sas_hw_event() 815 IOP_EVENT_PORT_STATE(w3)); in pmcs_process_sas_hw_event()
|
/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) in ga_parse_common() argument 118 wret[2] = w3; in ga_parse_common()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | nested-declarator2.c | 22 static void w3(...);
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_zcp.c | 578 data->w3 = val.w3; in npi_zcp_tt_bam_entry() 713 NXGE_REG_RD64(handle, ZCP_RAM_DATA3_REG, &val->w3); in zcp_mem_read() 737 NXGE_REG_WR64(handle, ZCP_RAM_DATA3_REG, val->w3); in zcp_mem_write()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 270 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument 275 (zcp)->zc_word[3] = w3; \
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_zcp.c | 60 w_data.w3 = 0; in nxge_zcp_init() 436 w_data.w3 = 0; in nxge_zcp_fatal_err_recover()
|
/illumos-gate/usr/src/uts/common/io/urf/ |
H A D | urf_usbgem.c | 662 uint16_t w0, w1, w2, w3; in urf_eeprom_dump() local 669 IN(dp, i + 6, &w3, &err, usberr); in urf_eeprom_dump() 671 i - URF_EEPROM_BASE, w0, w1, w2, w3); in urf_eeprom_dump()
|
/illumos-gate/usr/src/uts/common/io/udmf/ |
H A D | udmf_usbgem.c | 675 uint16_t w0, w1, w2, w3; in udmf_eeprom_dump() local 685 w3 = udmf_eeprom_read(dp, i + 3, &err); in udmf_eeprom_dump() 687 i, w0, w1, w2, w3); in udmf_eeprom_dump()
|
/illumos-gate/usr/src/uts/common/io/axf/ |
H A D | axf_usbgem.c | 964 uint8_t w0[2], w1[2], w2[2], w3[2]; in axf_eeprom_dump() local 974 IN(dp, VCMD_READ_SROM, i + 3, 0, 2, w3, &err, usberr); in axf_eeprom_dump() 980 (w3[1] << 8) | w3[0]); in axf_eeprom_dump()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 427 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument 432 (zcp)->zc_word[3] = w3; \
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_zcp_hw.h | 592 uint32_t w3; member
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | make.probe | 50 probe_warn="-Wall -fullwarn -w3 '-A -A' +w1"
|