Home
last modified time | relevance | path

Searched refs:__hash (Results 1 – 20 of 20) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dhashtable.h48 #define __hash(table, key) &table[key % (nitems(table) - 1)] macro
52 hlist_add_head(node, __hash(table, key))
56 hlist_for_each_entry(obj, __hash(table, key), member)
/openbsd/gnu/llvm/libcxx/include/
H A D__hash_table94 size_t __hash() const _NOEXCEPT {
1786 size_t __hash, value_type& __value)
1969 __cp->__hash_ = __np->__hash();
1997 size_t __hash = hash_function()(__k);
2009 … (__nd->__hash() == __hash || std::__constrain_hash(__nd->__hash(), __bc) == __chash);
2166 __src_ptr->__hash_ = __hash;
2320 (__nd->__hash() == __hash
2324 if ((__nd->__hash() == __hash)
2347 (__hash == __nd->__hash()
2351 if ((__nd->__hash() == __hash)
[all …]
H A Dtypeinfo205 static size_t __hash(__type_name_t __v) _NOEXCEPT {
220 static size_t __hash(__type_name_t __ptr) _NOEXCEPT {
221 size_t __hash = 5381;
223 __hash = (__hash * 33) ^ __c;
224 return __hash;
250 static size_t __hash(__type_name_t __v) _NOEXCEPT {
253 return __non_unique_impl::__hash(__type_name_to_string(__v));
330 return __impl::__hash(__type_name);
H A DCMakeLists.txt793 ext/__hash
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dboyer_moore_searcher.h57 …explicit _BMSkipTable(size_t __sz, value_type __default_value, _Hash __hash, _BinaryPredicate __pr… in _BMSkipTable() argument
59 __table_(__sz, __hash, __pred) {} in _BMSkipTable()
118 _Hash __hash = _Hash(),
124 __skip_table_(std::make_shared<__skip_table_type>(__pattern_length_, -1, __hash, __pred_)), in __first_()
246 _Hash __hash = _Hash(),
252 …able_(std::make_shared<__skip_table_type>(__pattern_length_, __pattern_length_, __hash, __pred_)) { in __first_()
/openbsd/distrib/special/more/
H A Dcurses.h279 unsigned int __hash(char *, int);
/openbsd/gnu/llvm/libcxx/include/ext/
H A Dhash_set199 #include <ext/__hash>
H A Dhash_map208 #include <ext/__hash>
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn866 "ext/__hash",
/openbsd/gnu/lib/libcxx/
H A DMakefile880 ext/__hash \
/openbsd/distrib/sets/lists/comp/
H A Dclang.amd64845 ./usr/include/c++/v1/ext/__hash
H A Dclang.arm64845 ./usr/include/c++/v1/ext/__hash
H A Dclang.armv7843 ./usr/include/c++/v1/ext/__hash
H A Dclang.i386843 ./usr/include/c++/v1/ext/__hash
H A Dclang.loongson844 ./usr/include/c++/v1/ext/__hash
H A Dclang.macppc844 ./usr/include/c++/v1/ext/__hash
H A Dclang.octeon844 ./usr/include/c++/v1/ext/__hash
H A Dclang.powerpc64843 ./usr/include/c++/v1/ext/__hash
H A Dclang.sparc64844 ./usr/include/c++/v1/ext/__hash
H A Dclang.riscv64843 ./usr/include/c++/v1/ext/__hash