Home
last modified time | relevance | path

Searched refs:hash_type (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp25 using hash_type = u32; typedef
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 { in eq()
80 ChainedOriginDepotNode::hash_type ChainedOriginDepotNode::hash( in hash()
109 hash_type other_hash) { in store()
H A Dsanitizer_stackdepot.cpp25 using hash_type = u64; typedef
26 hash_type stack_hash;
33 bool eq(hash_type hash, const args_type &args) const { in eq()
37 static hash_type hash(const args_type &args) { in hash()
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) { in store()
H A Dsanitizer_stackdepotbase.h38 typedef typename Node::hash_type hash_type; typedef
66 u32 find(u32 s, args_type args, hash_type hash) const;
80 u32 s, args_type args, hash_type hash) const { in find()
121 hash_type h = Node::hash(args); in Put()
/openbsd-src/sys/arch/armv7/exynos/
H A Dec_commands.h738 uint8_t hash_type; /* enum ec_vboot_hash_type */ member
748 uint8_t hash_type; /* enum ec_vboot_hash_type */ member
/openbsd-src/sys/dev/pci/
H A Dif_vmxreg.h352 u_int16_t hash_type; member
H A Dif_bnxt.c3264 uint32_t hash_type, daddr_t rss_table, daddr_t rss_key) in bnxt_cfg_async_cr()
3270 req.hash_type = htole32(hash_type); in bnxt_cfg_async_cr()
3245 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) bnxt_hwrm_vnic_rss_cfg() argument
H A Dif_vmx.c553 rsscfg->hash_type = UPT1_RSS_HASH_TYPE_TCP_IPV4 | in vmxnet3_dma_init()
H A Dif_bnxtreg.h15547 uint32_t hash_type; member
15677 uint32_t hash_type; member
30410 uint16_t hash_type; global() member
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c2632 hash_type (const void *val) in hash_type() function
2657 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL); in mangle_conv_op_name_for_type()
H A DChangeLog867 * mangle.c (hash_type): val is the TREE_LIST itself, not a pointer
972 (hash_type): New function.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dmangle.c2802 hash_type (const void *val) in hash_type() function
2829 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL); in mangle_conv_op_name_for_type()
H A DChangeLog-2003386 (hash_type): Use TYPE_UID of the identifier's type.
3799 * mangle.c (hash_type): Val is the TREE_LIST itself, not a pointer
3956 (hash_type): New function.
/openbsd-src/sbin/iked/
H A Dcrypto.c284 hash->hash_type = type; in hash_new()
H A Diked.h310 uint8_t hash_type; /* PRF or INTEGR */
309 uint8_t hash_type; /* PRF or INTEGR */ global() member