HomeSort by relevance Sort by last modified time
    Searched defs:hash_fn (Results 26 - 28 of 28) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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,
195 typedef Hash_Fn hash_fn; typedef in class:__gnu_pbds::detail::PB_DS_CC_HASH_NAME
244 PB_DS_CC_HASH_NAME(const Hash_Fn&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 43 #include <ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp>
69 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \
74 PB_DS_GP_HASH_NAME<Key, Mapped, Hash_Fn, Eq_Fn, _Alloc, \
81 ranged_probe_fn<Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, Store_Hash>
103 * @tparam Hash_Fn Hashing functor.
115 * If Hash_Fn is not null_type, then this
136 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...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 242 unsigned int (*hash_fn)(TDB_DATA *key); member in struct:tdb_context
747 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
755 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
761 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
767 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
772 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
777 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
782 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
    [all...]

Completed in 349 milliseconds

12