/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_fast.c | 39 size_t const hash = ZSTD_hashPtr(ip + p, hBits, mls); in ZSTD_fillHashTable() local [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_functions.c | 836 ftrace_trace_onoff_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_trace_onoff_callback() argument 855 ftrace_stacktrace_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_stacktrace_callback() argument 870 ftrace_dump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_dump_callback() argument 886 ftrace_cpudump_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_cpudump_callback() argument 797 ftrace_trace_probe_callback(struct trace_array *tr, struct ftrace_probe_ops *ops, struct ftrace_hash *hash, char *glob, char *cmd, char *param, int enable) ftrace_trace_probe_callback() argument [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | rhashtable.c | 53 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held() argument 490 rhashtable_lookup_one(struct rhashtable *ht, struct rhash_lock_head __rcu **bkt, struct bucket_table *tbl, unsigned int hash, const void *key, struct rhash_head *obj) rhashtable_lookup_one() argument 541 rhashtable_insert_one( struct rhashtable *ht, struct rhash_lock_head __rcu **bkt, struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj, void *data) rhashtable_insert_one() argument 597 unsigned int hash; rhashtable_try_insert() local 1178 __rht_bucket_nested( const struct bucket_table *tbl, unsigned int hash) __rht_bucket_nested() argument 1207 rht_bucket_nested( const struct bucket_table *tbl, unsigned int hash) rht_bucket_nested() argument 1218 rht_bucket_nested_insert( struct rhashtable *ht, struct bucket_table *tbl, unsigned int hash) rht_bucket_nested_insert() argument [all...] |
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | originator.c | 59 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find() local 863 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free() local 1228 struct batadv_hashtable *hash = bat_priv->orig_hash; batadv_purge_orig_ref() local [all...] |
/kernel/linux/linux-6.6/net/appletalk/ |
H A D | aarp.c | 413 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_remove() local 429 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in __aarp_proxy_find() local 483 int hash, retval = -EPROTONOSUPPORT; in aarp_proxy_probe_network() local 547 int hash; aarp_send_ddp() local 685 __aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, int hash) __aarp_resolved() argument 717 int hash, ret = 0; aarp_rcv() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_metrics.c | 254 unsigned int hash; in __tcp_get_metrics_req() local 163 tcpm_new(struct dst_entry *dst, struct inetpeer_addr *saddr, struct inetpeer_addr *daddr, unsigned int hash) tcpm_new() argument 231 __tcp_get_metrics(const struct inetpeer_addr *saddr, const struct inetpeer_addr *daddr, struct net *net, unsigned int hash) __tcp_get_metrics() argument 297 unsigned int hash; tcp_get_metrics() local 795 __parse_nl_addr(struct genl_info *info, struct inetpeer_addr *addr, unsigned int *hash, int optional, int v4, int v6) __parse_nl_addr() argument 822 parse_nl_addr(struct genl_info *info, struct inetpeer_addr *addr, unsigned int *hash, int optional) parse_nl_addr() argument 841 unsigned int hash; tcp_metrics_nl_cmd_get() local 926 unsigned int hash; tcp_metrics_nl_cmd_del() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_conn.c | 164 unsigned int hash; in ip_vs_conn_hash() local 200 unsigned int hash; ip_vs_conn_unhash() local 228 unsigned int hash; ip_vs_conn_unlink() local 264 unsigned int hash; __ip_vs_conn_in_get() local 350 unsigned int hash; ip_vs_ct_in_get() local 402 unsigned int hash; ip_vs_conn_out_get() local 1310 unsigned int hash = get_random_u32() & ip_vs_conn_tab_mask; ip_vs_random_dropentry() local [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | xdp.c | 735 __bpf_kfunc int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, u32 *hash, in bpf_xdp_metadata_rx_hash() argument
|
H A D | datagram.c | 501 skb_copy_and_hash_datagram_iter(const struct sk_buff *skb, int offset, struct iov_iter *to, int len, struct ahash_request *hash) skb_copy_and_hash_datagram_iter() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_expect.c | 91 u32 hash; in nf_ct_expect_dst_hash() local
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.c | 218 static int hash(int x) in hash() function
|
H A D | monitor.c | 78 struct hlist_node hash; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | adpcmenc.c | 364 uint8_t *hash = s->trellis_hash; in adpcm_compress_trellis() local
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 1654 f2fs_hash_t hash = f2fs_dentry_hash(0, 0, (unsigned char *)LPF, len); in f2fs_add_default_dentry_root() local
|
/third_party/eudev/src/libudev/ |
H A D | libudev-monitor.c | 303 unsigned int hash = util_string_hash32(udev_list_entry_get_name(list_entry)); in udev_monitor_filter_update() local
|
/third_party/eudev/src/shared/ |
H A D | hashmap.h | 74 hash_func_t hash; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_palettegen.c | 450 const unsigned hash = color_hash(color, use_alpha); in color_inc() local
|
/third_party/curl/lib/vssh/ |
H A D | libssh.c | 336 unsigned char *hash = NULL; in myssh_is_known() local
|
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 1339 std::uint32_t hash = 10000; in hashType() local 1349 std::uint32_t hash = 200000; in hashType() local 1364 std::uint32_t hash = 300011 + hashType(idPos(spv[typeStart+1])); in hashType() local 1371 std::uint32_t hash = 400011 + hashType(idPos(spv[typeStart+1])); hashType() local 1378 std::uint32_t hash = 500009 + hashType(idPos(spv[typeStart+1])); hashType() local 1383 std::uint32_t hash = 600011 + hashType(idPos(spv[typeStart+1])); hashType() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | StringTrieBuilder.java | 503 private int hash; global() field in StringTrieBuilder.LinearMatchNode 599 protected int hash; global() field in StringTrieBuilder.BranchNode [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbi.cpp | 428 int32_t hash = 0; in hashCode() local
|
H A D | uhash.cpp | 146 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) _uhash_setElement() argument 186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) _uhash_internalRemoveElement() argument 195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) _uhash_internalSetResizePolicy() argument 213 _uhash_allocate(UHashtable *hash, int32_t primeIndex, UErrorCode *status) _uhash_allocate() argument 336 _uhash_find(const UHashtable *hash, UHashTok key, int32_t hashcode) _uhash_find() argument 397 _uhash_rehash(UHashtable *hash, UErrorCode *status) _uhash_rehash() argument 440 _uhash_remove(UHashtable *hash, UHashTok key) _uhash_remove() argument 465 _uhash_put(UHashtable *hash, UHashTok key, UHashTok value, int8_t hint, UErrorCode *status) _uhash_put() argument 593 uhash_close(UHashtable *hash) uhash_close() argument 614 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) uhash_setKeyHasher() argument 621 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn) uhash_setKeyComparator() argument 627 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn) uhash_setValueComparator() argument 634 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn) uhash_setKeyDeleter() argument 641 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn) uhash_setValueDeleter() argument 648 uhash_setResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) uhash_setResizePolicy() argument 657 uhash_count(const UHashtable *hash) uhash_count() argument 662 uhash_get(const UHashtable *hash, const void* key) uhash_get() argument 670 uhash_iget(const UHashtable *hash, int32_t key) uhash_iget() argument 678 uhash_geti(const UHashtable *hash, const void* key) uhash_geti() argument 686 uhash_igeti(const UHashtable *hash, int32_t key) uhash_igeti() argument 694 uhash_getiAndFound(const UHashtable *hash, const void *key, UBool *found) uhash_getiAndFound() argument 705 uhash_igetiAndFound(const UHashtable *hash, int32_t key, UBool *found) uhash_igetiAndFound() argument 716 uhash_put(UHashtable *hash, void* key, void* value, UErrorCode *status) uhash_put() argument 729 uhash_iput(UHashtable *hash, int32_t key, void* value, UErrorCode *status) uhash_iput() argument 742 uhash_puti(UHashtable *hash, void* key, int32_t value, UErrorCode *status) uhash_puti() argument 756 uhash_iputi(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputi() argument 769 uhash_putiAllowZero(UHashtable *hash, void *key, int32_t value, UErrorCode *status) uhash_putiAllowZero() argument 783 uhash_iputiAllowZero(UHashtable *hash, int32_t key, int32_t value, UErrorCode *status) uhash_iputiAllowZero() argument 796 uhash_remove(UHashtable *hash, const void* key) uhash_remove() argument 804 uhash_iremove(UHashtable *hash, int32_t key) uhash_iremove() argument 812 uhash_removei(UHashtable *hash, const void* key) uhash_removei() argument 820 uhash_iremovei(UHashtable *hash, int32_t key) uhash_iremovei() argument 828 uhash_removeAll(UHashtable *hash) uhash_removeAll() argument 841 uhash_containsKey(const UHashtable *hash, const void *key) uhash_containsKey() argument 856 uhash_icontainsKey(const UHashtable *hash, int32_t key) uhash_icontainsKey() argument 864 uhash_find(const UHashtable *hash, const void* key) uhash_find() argument 873 uhash_nextElement(const UHashtable *hash, int32_t *pos) uhash_nextElement() argument 891 uhash_removeElement(UHashtable *hash, const UHashElement* e) uhash_removeElement() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | StringTrieBuilder.java | 502 private int hash; global() field in StringTrieBuilder.LinearMatchNode 598 protected int hash; global() field in StringTrieBuilder.BranchNode [all...] |
/third_party/libsnd/src/ |
H A D | caf.c | 830 { uint32_t hash = 0x87654321 ; in string_hash32() local 844 uint32_t count, hash ; in caf_read_strings() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.h | 51 uint64_t hash[2]; member
|