Home
last modified time | relevance | path

Searched defs:hash_fn (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/libbpf/src/
H A Dhashmap.c38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init()
51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new()
H A Dhashmap.h73 hashmap_hash_fn hash_fn; member
H A Dbtf.c3393 hashmap_hash_fn hash_fn = btf_dedup_identity_hash_fn; in btf_dedup_new() local
/aosp_15_r20/external/libchrome/base/
H A Dhash.cc10 std::hash<std::string> hash_fn; in SuperFastHash() local
/aosp_15_r20/system/update_engine/payload_generator/
H A Dblock_mapping.cc36 std::hash<string> hash_fn; in HashValue() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
Dassoc_container.hpp211 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::cc_hash_table
375 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::gp_hash_table
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/
Dassoc_container.hpp211 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::cc_hash_table
375 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::gp_hash_table
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c13 static size_t hash_fn(const void *k, void *ctx) in hash_fn() function
/aosp_15_r20/packages/modules/StatsD/statsd/src/packages/
DUidMap.h188 std::hash<std::string> hash_fn; in operator() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dunique_op.cc178 auto hash_fn = [&Tin](const Eigen::Index& key) { in Compute() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.cc172 void DropDeletesWithoutResize(CommonFields& common, const void* hash_fn, in DropDeletesWithoutResize()
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dhashmap.h73 hashmap_hash_fn hash_fn; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
Dcc_ht_map_.hpp194 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::detail::PB_DS_CC_HASH_NAME
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
Dcc_ht_map_.hpp194 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::detail::PB_DS_CC_HASH_NAME
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dgp_ht_map_.hpp201 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::detail::PB_DS_GP_HASH_NAME
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dgp_ht_map_.hpp201 typedef Hash_Fn hash_fn; typedef in __gnu_pbds::detail::PB_DS_GP_HASH_NAME
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.cc216 const void* hash_fn = policy.hash_fn(common); in DropDeletesWithoutResize() local
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Draw_hash_set.cc216 const void* hash_fn = policy.hash_fn(common); in DropDeletesWithoutResize() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c247 unsigned int (*hash_fn)(TDB_DATA *key); member
3833 tdb_hash_func hash_fn) in tdb_open_ex()