Home
last modified time | relevance | path

Searched refs:w3 (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/common/crypto/sha2/
H A Dsha2.c168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
214 w3 = LOAD_BIG_32(blk + 4 * 3); in SHA256Transform()
215 SHA256ROUND(f, g, h, a, b, c, d, e, 3, w3); in SHA256Transform()
257 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
259 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform()
260 SHA256ROUND(f, g, h, a, b, c, d, e, 19, w3); in SHA256Transform()
263 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5; in SHA256Transform()
273 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform()
290 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
292 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform()
[all …]
/titanic_50/usr/src/common/crypto/aes/amd64/
H A Daestab.h123 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3);
137 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3);
152 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
/titanic_50/usr/src/lib/libmvec/common/
H A D__vlog.c663 } 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()
/titanic_50/usr/src/cmd/power/
H A Dsysidpm.sh267 ROOT_FSTYPE=`df -n / | (read w1 w2 w3; echo $w3)`
/titanic_50/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) in ga_parse_common() argument
118 wret[2] = w3; in ga_parse_common()
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c293 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()
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h266 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
271 (zcp)->zc_word[3] = w3; \
/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c583 data->w3 = val.w3; in npi_zcp_tt_bam_entry()
718 NXGE_REG_RD64(handle, ZCP_RAM_DATA3_REG, &val->w3); in zcp_mem_read()
742 NXGE_REG_WR64(handle, ZCP_RAM_DATA3_REG, val->w3); in zcp_mem_write()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c62 w_data.w3 = 0; in nxge_zcp_init()
442 w_data.w3 = 0; in nxge_zcp_fatal_err_recover()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h474 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
479 (zcp)->zc_word[3] = w3; \
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h594 uint32_t w3; member