Home
last modified time | relevance | path

Searched refs:hash_function (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h
/freebsd/contrib/bearssl/tools/
H A Dbrssl.h204 } hash_function; typedef
209 extern const hash_function hash_functions[];
H A Dnames.c37 const hash_function hash_functions[] = {
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c99 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_table729 _LIBCPP_HIDE_FROM_ABI hasher& hash_function() _NOEXCEPT { return __p2_.second(); }
730 _LIBCPP_HIDE_FROM_ABI const hasher& hash_function() const _NOEXCEPT { return __p2_.second(); }
895 return std::__constrain_hash(hash_function()(__k), bucket_count());
1054 __p2_(0, __u.hash_function()),
1061 __p2_(0, __u.hash_function()),
1084 __p2_(0, std::move(__u.hash_function())),
1125 hash_function() = __u.hash_function();
1168 hash_function() = std::move(__u.hash_function());
1184 hash_function() = std::move(__u.hash_function());
1385 __nd->__hash_ = hash_function()(__nd->__get_value());
[all …]
H A Dunordered_map184 hasher hash_function() const;
453 hasher hash_function() const;
642 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const _NOEXCEPT { return *this; }
668 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const _NOEXCEPT { return __hash_; }
1186 __table_.hash_function() = __u.__table_.hash_function();
1376 …_LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function().hash_function
1985 __table_.hash_function() = __u.__table_.hash_function();
2118 …_LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function().hash_function
H A Dunordered_set157 hasher hash_function() const;
405 hasher hash_function() const;
832 _LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function(); }
1429 _LIBCPP_HIDE_FROM_ABI hasher hash_function() const { return __table_.hash_function(); }
/freebsd/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map229 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const { return *this; }
243 _LIBCPP_HIDE_FROM_ABI const _Hash& hash_function() const { return __hash_; }
535 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();…
758 …_LIBCPP_HIDE_FROM_ABI hasher hash_funct() const { return __table_.hash_function().hash_function();…
H A Dhash_set292 _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(); }