Searched refs:d64 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/gcclibs/libdecnumber/ |
| HD | decimal64.c | 76 decimal64FromNumber (decimal64 * d64, const decNumber * dn, decContext * set) in decimal64FromNumber() argument 106 DEC_clear (d64); /* clean the target */ in decimal64FromNumber() 117 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), 0); in decimal64FromNumber() 124 d64->bytes[0] = top; in decimal64FromNumber() 144 d64->bytes[0] = (uByte) (comb << 2); in decimal64FromNumber() 146 decimal64SetExpCon (d64, exp); in decimal64FromNumber() 161 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), pad); in decimal64FromNumber() 164 msd = ((unsigned) d64->bytes[1] >> 2) & 0x0f; in decimal64FromNumber() 165 d64->bytes[1] &= 0x03; in decimal64FromNumber() 171 d64->bytes[0] = (uByte) (comb << 2); in decimal64FromNumber() [all …]
|
| HD | decLibrary.c | 61 decimal64 d64; in isinfd64() local 63 __host_to_ieee_64 (arg, &d64); in isinfd64() 64 decimal64ToNumber (&d64, &dn); in isinfd64()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | dfp.c | 194 decimal64 d64; in encode_decimal64() local 201 decimal64FromNumber (&d64, &dn, &set); in encode_decimal64() 205 buf[0] = *(uint32_t *) &d64.bytes[0]; in encode_decimal64() 206 buf[1] = *(uint32_t *) &d64.bytes[4]; in encode_decimal64() 210 buf[1] = dfp_byte_swap (*(uint32_t *) &d64.bytes[0]); in encode_decimal64() 211 buf[0] = dfp_byte_swap (*(uint32_t *) &d64.bytes[4]); in encode_decimal64() 222 decimal64 d64; in decode_decimal64() local 230 *((uint32_t *) &d64.bytes[0]) = (uint32_t) buf[0]; in decode_decimal64() 231 *((uint32_t *) &d64.bytes[4]) = (uint32_t) buf[1]; in decode_decimal64() 235 *((uint32_t *) &d64.bytes[0]) = dfp_byte_swap ((uint32_t) buf[1]); in decode_decimal64() [all …]
|
| /freebsd-11-stable/sys/dev/liquidio/base/ |
| HD | cn23xx_pf_device.c | 175 uint64_t d64; in lio_cn23xx_pf_reset_io_queues() local 189 d64 = lio_read_csr64(oct, in lio_cn23xx_pf_reset_io_queues() 191 d64 = d64 | LIO_CN23XX_PKT_INPUT_CTL_RST; in lio_cn23xx_pf_reset_io_queues() 193 LIO_CN23XX_SLI_IQ_PKT_CONTROL64(q_no), d64); in lio_cn23xx_pf_reset_io_queues() 587 volatile uint64_t d64; in lio_cn23xx_pf_disable_io_queues() local 601 d64 = lio_read_csr64(oct, in lio_cn23xx_pf_disable_io_queues() 603 d64 &= ~LIO_CN23XX_PKT_INPUT_CTL_RING_ENB; in lio_cn23xx_pf_disable_io_queues() 604 d64 |= LIO_CN23XX_PKT_INPUT_CTL_RST; in lio_cn23xx_pf_disable_io_queues() 606 d64); in lio_cn23xx_pf_disable_io_queues() 612 d64 = lio_read_csr64(oct, LIO_CN23XX_SLI_PKT_IOQ_RING_RST); in lio_cn23xx_pf_disable_io_queues() [all …]
|
| /freebsd-11-stable/sys/dev/mlx5/mlx5_en/ |
| HD | mlx5_en_tx.c | 571 if (likely(sq->doorbell.d64 != 0)) { in mlx5e_xmit_locked() 573 sq->doorbell.d64 = 0; in mlx5e_xmit_locked()
|
| HD | en.h | 814 u64 d64; member
|
| HD | mlx5_en_main.c | 1701 if (likely(sq->doorbell.d64 != 0)) { in mlx5e_sq_send_nops_locked() 1703 sq->doorbell.d64 = 0; in mlx5e_sq_send_nops_locked() 3608 sq->doorbell.d64 = 0; in mlx5e_reset_sq_doorbell_record()
|
| /freebsd-11-stable/share/misc/ |
| HD | pci_vendors | 26672 1d64 C600/X79 series chipset Dual 4-Port SATA/SAS Storage Control Unit 31252 8d64 C610/X99 series chipset sSATA Controller [RAID mode] 31499 9d64 Sunrise Point-LP Serial IO I2C Controller #4
|