Searched refs:hash_function (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | |
| /freebsd/contrib/bearssl/tools/ |
| H A D | brssl.h | 204 } hash_function; typedef 209 extern const hash_function hash_functions[];
|
| H A D | names.c | 37 const hash_function hash_functions[] = {
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __hash_table | 690 _LIBCPP_HIDE_FROM_ABI hasher& hash_function() _NOEXCEPT { return __p2_.second(); } 691 _LIBCPP_HIDE_FROM_ABI const hasher& hash_function() const _NOEXCEPT { return __p2_.second(); } 826 return std::__constrain_hash(hash_function()(__k), bucket_count()); 969 __p2_(0, __u.hash_function()), 976 __p2_(0, __u.hash_function()), 996 __p2_(0, std::move(__u.hash_function())), 1035 hash_function() = __u.hash_function(); 1076 hash_function() = std::move(__u.hash_function()); 1092 hash_function() = std::move(__u.hash_function()); 1291 __nd->__hash_ = hash_function()(__nd->__get_value()); [all …]
|
| H A D | unordered_map | 184 hasher hash_function() const; 453 hasher hash_function() const; 625 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const _NOEXCEPT { return *this; } 643 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const _NOEXCEPT { return __hash_; } 963 __table_.hash_function() = __u.__table_.hash_function(); 1004 …_LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function().hash_function… 1268 __table_.hash_function() = __u.__table_.hash_function(); 1311 …_LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function().hash_function…
|
| H A D | unordered_set | 157 hasher hash_function() const; 405 hasher hash_function() const; 668 _LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function(); } 899 _LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function(); }
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | make_hash.c | 99 hash_function(const char *string) in hash_function() function 126 hashvalue = hash_function(table[i].ute_name); in _nc_make_hash_table()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 753 _LIBCPP_HIDE_FROM_ABI hasher& hash_function() _NOEXCEPT { return __hasher_; } 754 _LIBCPP_HIDE_FROM_ABI const hasher& hash_function() const _NOEXCEPT { return __hasher_; } 929 return std::__constrain_hash(hash_function()(__k), bucket_count()); 1111 __hasher_(__u.hash_function()), 1120 __hasher_(__u.hash_function()), 1190 hash_function() = __u.hash_function(); 1233 hash_function() = std::move(__u.hash_function()); 1249 hash_function() = std::move(__u.hash_function()); 1448 __nd->__hash_ = hash_function()(__nd->__get_value()); 1533 __cp->__hash_ = hash_function()(__cp->__get_value()); [all …]
|
| H A D | unordered_map | 184 hasher hash_function() const; 453 hasher hash_function() const; 656 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const _NOEXCEPT { return *this; } 680 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const _NOEXCEPT { return __hash_; } 1108 __table_.hash_function() = __u.__table_.hash_function(); 1298 …_LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function().hash_function… 1915 __table_.hash_function() = __u.__table_.hash_function(); 2048 …_LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function().hash_function…
|
| H A D | unordered_set | 157 hasher hash_function() const; 405 hasher hash_function() const; 848 _LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function(); } 1457 _LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function(); }
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ext/ |
| H A D | hash_map | 229 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const { return *this; } 243 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const { return __hash_; } 528 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();… 751 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();…
|
| H A D | hash_set | 292 _LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function(); } 470 _LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function(); }
|
| /freebsd/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 232 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const { return *this; } 246 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const { return __hash_; } 538 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();… 761 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();…
|
| H A D | hash_set | 295 _LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function(); } 473 _LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function(); }
|