Home
last modified time | relevance | path

Searched refs:dbase (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c65 static void check_overlap_2(TCGv_ptr dbase, uint32_t d, in check_overlap_2() argument
68 tcg_debug_assert(dbase != abase || d == a || d + s <= a || a + s <= d); in check_overlap_2()
72 static void check_overlap_3(TCGv_ptr dbase, uint32_t d, in check_overlap_3() argument
76 check_overlap_2(dbase, d, abase, a, s); in check_overlap_3()
77 check_overlap_2(dbase, d, bbase, b, s); in check_overlap_3()
82 static void check_overlap_4(TCGv_ptr dbase, uint32_t d, in check_overlap_4() argument
87 check_overlap_2(dbase, d, abase, a, s); in check_overlap_4()
88 check_overlap_2(dbase, d, bbase, b, s); in check_overlap_4()
89 check_overlap_2(dbase, d, cbase, c, s); in check_overlap_4()
136 static void expand_2_ool(TCGv_ptr dbase, uint32_t dofs, in expand_2_ool() argument
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp112 double& dbase) in normalizeIntExp() argument
141 dbase /= 10.0; in normalizeIntExp()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp105 static void normalizeIntExp(int16_t& ibase, int8_t& expShift, double& dbase) in normalizeIntExp() argument
134 dbase /= 10.0; in normalizeIntExp()
/openbmc/qemu/hw/net/
H A Dsungem.c379 uint64_t dbase; in sungem_tx_kick() local
401 dbase = s->txdmaregs[TXDMA_DBHI >> 2]; in sungem_tx_kick()
402 dbase = (dbase << 32) | s->txdmaregs[TXDMA_DBLOW >> 2]; in sungem_tx_kick()
417 pci_dma_read(d, dbase + comp * sizeof(desc), &desc, sizeof(desc)); in sungem_tx_kick()
565 uint64_t dbase, baddr; in sungem_receive() local
625 dbase = s->rxdmaregs[RXDMA_DBHI >> 2]; in sungem_receive()
626 dbase = (dbase << 32) | s->rxdmaregs[RXDMA_DBLOW >> 2]; in sungem_receive()
629 pci_dma_read(d, dbase + done * sizeof(desc), &desc, sizeof(desc)); in sungem_receive()
664 pci_dma_write(d, dbase + done * sizeof(desc), &desc, sizeof(desc)); in sungem_receive()
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c62 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ in inflate_table() local
191 base = dbase; in inflate_table()
/openbmc/qemu/include/tcg/
H A Dtcg-op-gvec-common.h231 void tcg_gen_gvec_2_var(TCGv_ptr dbase, uint32_t dofs,
248 void tcg_gen_gvec_3_var(TCGv_ptr dbase, uint32_t dofs,
286 void tcg_gen_gvec_mov_var(unsigned vece, TCGv_ptr dbase, uint32_t dofs,
299 void tcg_gen_gvec_add_var(unsigned vece, TCGv_ptr dbase, uint32_t dofs,
303 void tcg_gen_gvec_sub_var(unsigned vece, TCGv_ptr dbase, uint32_t dofs,
389 void tcg_gen_gvec_dup_imm_var(unsigned vece, TCGv_ptr dbase, uint32_t dofs,