Home
last modified time | relevance | path

Searched defs:h (Results 251 – 275 of 1202) sorted by relevance

1...<<11121314151617181920>>...49

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handlers_builder.cpp58 const auto& h = item.at("handler"); in buildHandlerFromJson() local
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handlers_builder.cpp57 const auto& h = item.at("handler"); in buildHandlerFromJson() local
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h786 static U32 ZSTD_hash3(U32 u, U32 h) { return ((u << (32-24)) * prime3bytes) >> (32-h) ; } in ZSTD_hash3()
790 static U32 ZSTD_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32-h) ; } in ZSTD_hash4()
791 static size_t ZSTD_hash4Ptr(const void* ptr, U32 h) { return ZSTD_hash4(MEM_read32(ptr), h); } in ZSTD_hash4Ptr()
794 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h))… in ZSTD_hash5()
795 static size_t ZSTD_hash5Ptr(const void* p, U32 h) { return ZSTD_hash5(MEM_readLE64(p), h); } in ZSTD_hash5Ptr()
798 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64-48)) * prime6bytes) >> (64-h))… in ZSTD_hash6()
799 static size_t ZSTD_hash6Ptr(const void* p, U32 h) { return ZSTD_hash6(MEM_readLE64(p), h); } in ZSTD_hash6Ptr()
802 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64-56)) * prime7bytes) >> (64-h))… in ZSTD_hash7()
803 static size_t ZSTD_hash7Ptr(const void* p, U32 h) { return ZSTD_hash7(MEM_readLE64(p), h); } in ZSTD_hash7Ptr()
806 static size_t ZSTD_hash8(U64 u, U32 h) { return (size_t)(((u) * prime8bytes) >> (64-h)) ; } in ZSTD_hash8()
[all …]
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_stat_unittest.cpp33 std::unique_ptr<blobs::GenericBlobInterface> h; member in ipmi_flash::VersionStatBlobTest
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_stat_unittest.cpp47 std::unique_ptr<blobs::GenericBlobInterface> h; member in ipmi_flash::LogStatBlobTest
/openbmc/linux/arch/m68k/sun3x/
H A Dtime.c42 volatile struct mostek_dt *h = in sun3x_hwclk() local
/openbmc/linux/arch/nios2/kernel/
H A Dirq.c48 static int irq_map(struct irq_domain *h, unsigned int virq, in irq_map()
/openbmc/linux/drivers/acpi/
H A Dspcr.c30 static bool qdf2400_erratum_44_present(struct acpi_table_header *h) in qdf2400_erratum_44_present()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_core_read.h288 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
289 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
299 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
300 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
310 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h argument
311 #define ___arrow9(a, b, c, d, e, f, g, h, i) a->b->c->d->e->f->g->h->i argument
312 #define ___arrow10(a, b, c, d, e, f, g, h, i, j) a->b->c->d->e->f->g->h->i->j argument
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c53 m_link_p h = mp->h; in ___sym_malloc() local
99 m_link_p h = mp->h; in ___sym_mfree() local
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c227 static int socrates_fpga_pic_host_map(struct irq_domain *h, unsigned int virq, in socrates_fpga_pic_host_map()
238 static int socrates_fpga_pic_host_xlate(struct irq_domain *h, in socrates_fpga_pic_host_xlate()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_accel.c146 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect()
248 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect()
/openbmc/linux/net/sched/
H A Dcls_u32.c99 unsigned int h = ntohl(key & sel->hmask) >> fshift; in u32_hash_fold() local
477 static void u32_clear_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_clear_hw_hnode()
492 static int u32_replace_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_replace_hw_hnode()
579 unsigned int h; in u32_clear_hnode() local
1195 unsigned int h; in u32_walk() local
1280 unsigned int h; in u32_reoffload() local
/openbmc/u-boot/include/linux/
H A Dlist.h554 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()
560 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()
565 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
594 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h166 #define IXGBE_WRITE_REG(h, r, v) ixgbe_write_reg(h, r, v) argument
169 #define IXGBE_READ_REG(h, r) ixgbevf_read_reg(h, r) argument
177 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument
185 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
/openbmc/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S115 #define h %r15d macro
181 #define R(i, a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
215 #define R1(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
218 #define R2(a, b, c, d, e, f, g, h, round, widx, wtype) \ argument
H A Dsha256-avx2-asm.S107 h = %r11d define
144 h = g define
/openbmc/obmc-console/
H A Dconsole-server.h67 #define handler_type_check(h) BUILD_ASSERT_OR_ZERO((h)->init && (h)->fini) argument
70 #define handler_type_check(h) 0 argument
73 #define console_handler_register(h) \ argument
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-btree-spine.c24 struct node_header *h = &n->header; in node_prepare_for_write() local
37 struct node_header *h = &n->header; in node_check() local
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_timer.c42 static enum hrtimer_restart kvm_riscv_vcpu_hrtimer_expired(struct hrtimer *h) in kvm_riscv_vcpu_hrtimer_expired()
109 static enum hrtimer_restart kvm_riscv_vcpu_vstimer_expired(struct hrtimer *h) in kvm_riscv_vcpu_vstimer_expired()
/openbmc/linux/arch/powerpc/sysdev/
H A Dtsi108_pci.c364 static int pci_irq_host_xlate(struct irq_domain *h, struct device_node *ct, in pci_irq_host_xlate()
373 static int pci_irq_host_map(struct irq_domain *h, unsigned int virq, in pci_irq_host_map()
/openbmc/linux/fs/nfsd/
H A Dexport.h64 struct cache_head h; member
88 struct cache_head h; member
/openbmc/linux/arch/arc/include/asm/
H A Dfpu.h19 unsigned int l, h; member
/openbmc/linux/include/crypto/
H A Dstreebog.h31 struct streebog_uint512 h; member
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c93 const short h = var->yres_virtual; in fill_fb() local
699 u32 w, h; in check_fb_var() local
1442 u16 w, h; in omapfb_alloc_fbmem_display() local
1659 u16 w, h; in omapfb_auto_update_work() local
1748 u16 w, h; in omapfb_fb_init() local
2320 u16 w, h; in omapfb_init_display() local
2583 u16 w, h; in omapfb_probe() local

1...<<11121314151617181920>>...49