Home
last modified time | relevance | path

Searched refs:do_hash (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dhash.c42 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 Dhash.h66 unsigned (*do_hash)(const void *, unsigned, unsigned); member
145 unsigned (*do_hash)(const void *, unsigned, unsigned),
/netbsd-src/usr.sbin/veriexecgen/
H A Dveriexecgen.c171 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 Dlocale_classes.h740 { return this->do_hash(__lo, __hi); } in _GLIBCXX_VISIBILITY()
795 do_hash(const _CharT* __lo, const _CharT* __hi) const; in _GLIBCXX_VISIBILITY()
H A Dlocale_classes.tcc279 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 Dlocale_classes.h736 { return this->do_hash(__lo, __hi); } in _GLIBCXX_VISIBILITY()
791 do_hash(const _CharT* __lo, const _CharT* __hi) const; in _GLIBCXX_VISIBILITY()
H A Dlocale_classes.tcc256 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__locale290 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 DChangeLog-20075030 collate::do_compare, collate::do_transform, collate::do_hash): Move...
5193 _ValueT), collate<>::do_hash(const _CharT*, const _CharT*)): Likewise.
H A DChangeLog-20024455 * include/bits/locale_facets.tcc (collate::do_hash): Fix.