HomeSort by: relevance | last modified time | path
    Searched defs:hash_fn (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
assoc_container.hpp 67 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, \
80 * @tparam Hash_Fn Hashing functor.
97 typename Hash_Fn,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
177 * @tparam Hash_Fn Hashing functor.
180 * If Hash_Fn is not null_type, then this
187 * If Hash_Fn is null_type, then the
198 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
211 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::cc_hash_table
375 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::gp_hash_table
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
assoc_container.hpp 67 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, \
80 * @tparam Hash_Fn Hashing functor.
97 typename Hash_Fn,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
177 * @tparam Hash_Fn Hashing functor.
180 * If Hash_Fn is not null_type, then this
187 * If Hash_Fn is null_type, then the
198 typename Hash_Fn = typename detail::default_hash_fn<Key>::type,
211 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::cc_hash_table
375 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::gp_hash_table
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblutil/
passwd.c 84 LUTIL_PASSWD_HASH_FUNC *hash_fn; member in struct:pw_scheme
167 ptr->s.hash_fn = hash;
179 if ( lutil_passwd_add( &s->name, s->chk_fn, s->hash_fn ) ) break;
360 if( ! sc->hash_fn ) {
367 return (sc->hash_fn)( &sc->name, passwd, hash, text );
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 46 #include <ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp>
71 template<typename Key, typename Mapped, typename Hash_Fn, \
76 PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
83 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash>
105 * @tparam Hash_Fn Hashing functor.
117 * If Hash_Fn is not null_type, then this
134 typename Hash_Fn,
197 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
246 PB_DS_CC_HASH_NAME(const Hash_Fn&)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 42 #include <ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp>
68 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \
73 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
80 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash>
102 * @tparam Hash_Fn Hashing functor.
114 * If Hash_Fn is not null_type, then this
135 typename Hash_Fn,
202 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
254 PB_DS_GP_HASH_NAME(const Hash_Fn&)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 46 #include <ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp>
71 template<typename Key, typename Mapped, typename Hash_Fn, \
76 PB_DS_CC_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
83 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, Store_Hash>
105 * @tparam Hash_Fn Hashing functor.
117 * If Hash_Fn is not null_type, then this
134 typename Hash_Fn,
197 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
246 PB_DS_CC_HASH_NAME(const Hash_Fn&)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 42 #include <ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp>
68 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \
73 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
80 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash>
102 * @tparam Hash_Fn Hashing functor.
114 * If Hash_Fn is not null_type, then this
135 typename Hash_Fn,
202 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::detail::PB_DS_GP_HASH_NAME
254 PB_DS_GP_HASH_NAME(const Hash_Fn&)
    [all...]

Completed in 21 milliseconds