Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h32 static uint32_t HashString(uint32_t hash_function, llvm::StringRef s) { in HashString() argument
33 switch (hash_function) { in HashString()
52 uint16_t hash_function; // The hash function enumeration that was used member
61 : magic(HASH_MAGIC), version(1), hash_function(eHashFunctionDJB), in Header()
68 return sizeof(magic) + sizeof(version) + sizeof(hash_function) + in GetByteSize()
82 s.Printf("header.hash_function = 0x%4.4x\n", hash_function); in Dump()
122 hash_function = data.GetU16(&offset); in Read()
123 if (hash_function == 4) in Read()
124 hash_function = 0; // Deal with pre-release version of this table... in Read()
182 m_header.hash_function == eHashFunctionDJB && in IsValid()
[all …]
/freebsd-12.1/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-12.1/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c91 hash_function(const char *string) in hash_function() function
115 hashvalue = hash_function(table[i].nte_name); in _nc_make_hash_table()
/freebsd-12.1/contrib/libc++/include/
H A D__hash_table1464 __p2_(0, __u.hash_function()),
1474 __p2_(0, __u.hash_function()),
1508 __p2_(0, _VSTD::move(__u.hash_function())),
1568 hash_function() = __u.hash_function();
1637 hash_function() = _VSTD::move(__u.hash_function());
1662 hash_function() = _VSTD::move(__u.hash_function());
2104 size_t __hash = hash_function()(__k);
2456 size_t __hash = hash_function()(__k);
2487 size_t __hash = hash_function()(__k);
2527 __h->__hash_ = hash_function()(__h->__value_);
[all …]
H A Dunordered_map172 hasher hash_function() const;
353 hasher hash_function() const;
438 const _Hash& hash_function() const _NOEXCEPT {return *this;}
467 const _Hash& hash_function() const _NOEXCEPT {return __hash_;}
976 __table_.hash_function() = __u.__table_.hash_function();
1267 hasher hash_function() const
1268 {return __table_.hash_function().hash_function();}
1804 __table_.hash_function() = __u.__table_.hash_function();
1972 hasher hash_function() const
1973 {return __table_.hash_function().hash_function();}
H A Dunordered_set144 hasher hash_function() const;
308 hasher hash_function() const;
668 hasher hash_function() const {return __table_.hash_function();}
1236 hasher hash_function() const {return __table_.hash_function();}
/freebsd-12.1/contrib/libc++/include/ext/
H A Dhash_map234 _LIBCPP_INLINE_VISIBILITY const _Hash& hash_function() const {return *this;}
250 _LIBCPP_INLINE_VISIBILITY const _Hash& hash_function() const {return __hash_;}
570 {return __table_.hash_function().hash_function();}
842 {return __table_.hash_function().hash_function();}
H A Dhash_set302 hasher hash_funct() const {return __table_.hash_function();}
523 hasher hash_funct() const {return __table_.hash_function();}
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h777 hash_function() const in _GLIBCXX_BEGIN_NAMESPACE()
844 hash_function() const in _GLIBCXX_BEGIN_NAMESPACE()
H A Dhashtable290 // hash_function, if present, comes from _Hash_code_base.