Searched refs:tmp64 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libfruutils/
H A Dfru_tag.c161 uint64_t tmp64; local
187 tmp64 = ((uint64_t)tag->byte[0] << 40) |
193 tmp.raw_data = tmp64;
228 uint64_t tmp64; local
258 tmp64 = ((uint64_t)tag->byte[0] << 40) |
264 tmp.raw_data = tmp64;
301 uint64_t tmp64; local
331 tmp64 = ((uint64_t)tag->byte[0] << 40) |
337 tmp.raw_data = tmp64;
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c501 uint64_t tmp64; local
504 tmp64 = (((uint64_t)in[0] << 56) |
513 tmp64 = (((uint64_t)in[7] << 56) |
523 out[0] = tmp64;
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.s822 movl %esp, %ecx /, tmp64
825 pushl %ecx / tmp64
946 movl %esp, %ecx /, tmp64
949 pushl %ecx / tmp64
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c4369 u64 tmp64; local
4371 tmp64 = xge_os_pio_mem_read64(hldev->pdev, hldev->regh0,
4374 *hw_status = tmp64;
4376 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_TDMA_READY)) {
4380 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_RDMA_READY)) {
4384 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_PFC_READY)) {
4388 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_TMAC_BUF_EMPTY)) {
4392 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_PIC_QUIESCENT)) {
4396 if (!(tmp64 & XGE_HAL_ADAPTER_STATUS_MC_DRAM_READY)) {
4400 if (!(tmp64
[all...]
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.s1159 movl %esp, %ecx /, tmp64
1162 pushl %ecx / tmp64
1283 movl %esp, %ecx /, tmp64
1286 pushl %ecx / tmp64
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s154 ldx [%o0], %o3 ! tmp64 = *src++ (groups with the branch)
277 .dw: ldx [%i0], %l0 ! tmp64 = *src++ (groups with the branch below)
409 ldx [%i0], %l0 ! tmp64 = *src++
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c16026 uint64_t tmp64; local
16050 tmp64 = LE_64(wwn);
16051 bcopy(&tmp64, &req.SASAddress, SAS_WWN_BYTE_SIZE);

Completed in 269 milliseconds