Searched refs:do_hash (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | hash.c | 42 unsigned (*do_hash)(const void *, unsigned, unsigned)) in find_length() 44 if (do_hash == do_case_hash || do_hash == do_string_hash) in find_length() 46 if (do_hash == do_number_hash) in find_length() 48 if (do_hash == do_ip4_hash) in find_length() 234 (*rp)->do_hash = hasher; in new_hash() 417 len = find_length(key, table->do_hash); 419 hashno = (*table->do_hash)(key, len, table->hash_count); 452 len = find_length(key, table->do_hash); 454 hashno = (*table->do_hash)(key, len, table->hash_count); 493 len = find_length(key, table->do_hash); [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
| H A D | hash.h | 66 unsigned (*do_hash)(const void *, unsigned, unsigned); member 145 unsigned (*do_hash)(const void *, unsigned, unsigned),
|
| /netbsd-src/usr.sbin/veriexecgen/ |
| H A D | veriexecgen.c | 171 do_hash(char *filename, hash_t * h) in do_hash() function 229 if ((e->hash_val = do_hash(e->filename, hash)) == NULL) { in add_new_path_entry() 267 if ((e->hash_val = do_hash(e->filename, hash)) == NULL) { in add_new_ftsent_entry()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | locale_classes.h | 740 { return this->do_hash(__lo, __hi); } in _GLIBCXX_VISIBILITY() 795 do_hash(const _CharT* __lo, const _CharT* __hi) const; in _GLIBCXX_VISIBILITY()
|
| H A D | locale_classes.tcc | 279 do_hash(const _CharT* __lo, const _CharT* __hi) const in do_hash() function in std::collate
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | locale_classes.h | 736 { return this->do_hash(__lo, __hi); } in _GLIBCXX_VISIBILITY() 791 do_hash(const _CharT* __lo, const _CharT* __hi) const; in _GLIBCXX_VISIBILITY()
|
| H A D | locale_classes.tcc | 256 do_hash(const _CharT* __lo, const _CharT* __hi) const in do_hash() function in std::collate
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A 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
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2007 | 5030 collate::do_compare, collate::do_transform, collate::do_hash): Move... 5193 _ValueT), collate<>::do_hash(const _CharT*, const _CharT*)): Likewise.
|
| H A D | ChangeLog-2002 | 4455 * include/bits/locale_facets.tcc (collate::do_hash): Fix.
|