Searched refs:hash_type (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp25 using hash_type = u32;
32 bool eq(hash_type hash, const args_type &args) const;
36 static hash_type hash(const args_type &args);
40 void store(u32 id, const args_type &args, hash_type other_hash);
63 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const {
80 ChainedOriginDepotNode::hash_type ChainedOriginDepotNode::hash(
109 hash_type other_hash) {
H A Dsanitizer_stackdepot.cpp25 using hash_type = u64;
26 hash_type stack_hash;
33 bool eq(hash_type hash, const args_type &args) const {
37 static hash_type hash(const args_type &args) {
46 void store(u32 id, const args_type &args, hash_type hash);
191 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) {
H A Dsanitizer_stackdepotbase.h38 typedef typename Node::hash_type hash_type; typedef in class:__sanitizer::StackDepotBase
66 u32 find(u32 s, args_type args, hash_type hash) const;
80 u32 s, args_type args, hash_type hash) const {
121 hash_type h = Node::hash(args);
/openbsd-current/sys/dev/pci/
H A Dif_vmxreg.h352 u_int16_t hash_type; member in struct:vmxnet3_upt1_rss_conf
H A Dif_bnxt.c3245 uint32_t hash_type, daddr_t rss_table, daddr_t rss_key)
3251 req.hash_type = htole32(hash_type);
3244 bnxt_hwrm_vnic_rss_cfg(struct bnxt_softc *softc, struct bnxt_vnic_info *vnic, uint32_t hash_type, daddr_t rss_table, daddr_t rss_key) argument
H A Dif_vmx.c553 rsscfg->hash_type = UPT1_RSS_HASH_TYPE_TCP_IPV4 |
H A Dif_bnxtreg.h15547 uint32_t hash_type; member in struct:hwrm_vnic_rss_cfg_input
15677 uint32_t hash_type; member in struct:hwrm_vnic_rss_qcfg_output
30410 uint16_t hash_type; member in struct:hwrm_struct_data_rss_v2
[all...]
/openbsd-current/sys/arch/armv7/exynos/
H A Dec_commands.h738 uint8_t hash_type; /* enum ec_vboot_hash_type */ member in struct:ec_params_vboot_hash
748 uint8_t hash_type; /* enum ec_vboot_hash_type */ member in struct:ec_response_vboot_hash
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c2632 hash_type (const void *val) function
2657 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dmangle.c2802 hash_type (const void *val) function
2829 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL);
/openbsd-current/sbin/iked/
H A Dcrypto.c284 hash->hash_type = type;
H A Diked.h308 uint8_t hash_type; /* PRF or INTEGR */ member in struct:iked_hash

Completed in 484 milliseconds