Searched refs:do_hash (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.sbin/dhcpd/ |
| D | hash.c | 59 static int do_hash(unsigned char *, int, int); 76 do_hash(unsigned char *name, int len, int size) in do_hash() function 104 hashno = do_hash(name, len, table->hash_count); in add_hash() 128 hashno = do_hash(name, len, table->hash_count); in delete_hash_entry() 161 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __locale | 290 return do_hash(__lo, __hi); 301 virtual long do_hash(const char_type* __lo, const char_type* __hi) const; 328 collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.h | 1019 { return this->do_hash(__lo, __hi); } in hash() 1041 do_hash(const _CharT* __lo, const _CharT* __hi) const;
|
| D | locale_facets.tcc | 2144 do_hash(const _CharT* __lo, const _CharT* __hi) const in do_hash() function in std::collate
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.h | 2629 { return this->do_hash(__lo, __hi); } in hash() 2686 do_hash(const _CharT* __lo, const _CharT* __hi) const;
|
| D | locale_facets.tcc | 2483 do_hash(const _CharT* __lo, const _CharT* __hi) const in do_hash() function in collate
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 1966 T virtual long do_hash (const charT* low, const charT* high) const; 1984 S virtual long do_hash (const charT* low, const charT* high) const;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 1966 T virtual long do_hash (const charT* low, const charT* high) const; 1984 S virtual long do_hash (const charT* low, const charT* high) const;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog | 5959 * include/bits/locale_facets.tcc (collate::do_hash): Fix.
|