Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h31 static uint32_t HashString(uint32_t hash_function, llvm::StringRef s) { in HashString() argument
32 switch (hash_function) { in HashString()
51 uint16_t hash_function = member
65 return sizeof(magic) + sizeof(version) + sizeof(hash_function) + in GetByteSize()
79 s.Printf("header.hash_function = 0x%4.4x\n", hash_function); in Dump()
91 offset, sizeof(magic) + sizeof(version) + sizeof(hash_function) + in Read()
119 hash_function = data.GetU16(&offset); in Read()
120 if (hash_function == 4) in Read()
121 hash_function = 0; // Deal with pre-release version of this table... in Read()
179 m_header.hash_function == eHashFunctionDJB && in IsValid()
[all …]
/freebsd-13.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-13.1/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-13.1/contrib/llvm-project/libcxx/include/
H A D__hash_table1447 __p2_(0, __u.hash_function()),
1457 __p2_(0, __u.hash_function()),
1489 __p2_(0, _VSTD::move(__u.hash_function())),
1547 hash_function() = __u.hash_function();
1614 hash_function() = _VSTD::move(__u.hash_function());
1639 hash_function() = _VSTD::move(__u.hash_function());
1910 __nd->__hash_ = hash_function()(__nd->__value_);
2072 size_t __hash = hash_function()(__k);
2389 size_t __hash = hash_function()(__k);
2420 size_t __hash = hash_function()(__k);
[all …]
H A Dunordered_map171 hasher hash_function() const;
365 hasher hash_function() const;
468 const _Hash& hash_function() const _NOEXCEPT {return *this;}
503 const _Hash& hash_function() const _NOEXCEPT {return __hash_;}
1057 __table_.hash_function() = __u.__table_.hash_function();
1348 hasher hash_function() const
1349 {return __table_.hash_function().hash_function();}
1992 __table_.hash_function() = __u.__table_.hash_function();
2160 hasher hash_function() const
2161 {return __table_.hash_function().hash_function();}
H A Dunordered_set143 hasher hash_function() const;
320 hasher hash_function() const;
701 hasher hash_function() const {return __table_.hash_function();}
1367 hasher hash_function() const {return __table_.hash_function();}
/freebsd-13.1/contrib/llvm-project/libcxx/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_;}
572 {return __table_.hash_function().hash_function();}
843 {return __table_.hash_function().hash_function();}
H A Dhash_set300 hasher hash_funct() const {return __table_.hash_function();}
520 hasher hash_funct() const {return __table_.hash_function();}