HomeSort by relevance Sort by last modified time
    Searched refs:hash (Results 101 - 125 of 3140) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mask_based_base::range_hash(hash); }
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mask_based_base::range_hash(hash); }
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mask_based_base::range_hash(hash); }
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mask_based_base::range_hash(hash); }
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mask_based_base::range_hash(hash); }
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mask_based_base::range_hash(hash); }
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
direct_mask_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mask_based_base::range_hash(hash); }
direct_mod_range_hashing_imp.hpp 56 operator()(size_type hash) const
57 { return mod_based_base::range_hash(hash); }
  /external/javassist/src/main/javassist/scopedpool/
SoftValueHashMap.java 52 * Returns a set of the mappings contained in this hash table.
56 return hash.entrySet();
59 /* Hash table mapping WeakKeys to values */
60 private Map hash; field in class:SoftValueHashMap
72 if (ref == (SoftValueRef)hash.get(ref.key)) {
75 hash.remove(ref.key);
97 hash = new HashMap(initialCapacity, loadFactor);
111 hash = new HashMap(initialCapacity);
119 hash = new HashMap();
146 return hash.size()
    [all...]
  /external/wpa_supplicant_8/src/crypto/
sha1-prf.c 35 u8 hash[SHA1_MAC_LEN]; local
57 hash))
59 os_memcpy(&buf[pos], hash, plen);
64 os_memset(hash, 0, sizeof(hash));
  /frameworks/base/libs/hwui/utils/
TinyHashMap.h 26 * A very simple hash map that doesn't allow duplicate keys, overwriting the older entry.
34 * Puts an entry in the hash, removing any existing entry with the same key
37 hash_t hash = android::hash_type(key); local
39 ssize_t index = mTable.find(-1, hash, key);
45 mTable.add(hash, initEntry);
52 hash_t hash = android::hash_type(key); local
53 ssize_t index = mTable.find(-1, hash, key);
  /external/apache-http/src/org/apache/http/conn/scheme/
Scheme.java 214 * Obtains a hash code for this scheme.
216 * @return the hash code
220 int hash = LangUtils.HASH_SEED; local
221 hash = LangUtils.hashCode(hash, this.defaultPort);
222 hash = LangUtils.hashCode(hash, this.name);
223 hash = LangUtils.hashCode(hash, this.layered);
224 hash = LangUtils.hashCode(hash, this.socketFactory)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
hash.h 59 // Make hash<T> be the same as less<T>. Note that everywhere where custom
60 // hash functions are defined in the protobuf code, they are also defined such
63 struct hash { struct in namespace:google::protobuf
64 // Dummy, just to make derivative hash functions compile.
77 struct hash<const char*> { struct in namespace:google::protobuf
78 // Dummy, just to make derivative hash functions compile.
90 typename HashFcn = hash<Key>,
98 typename HashFcn = hash<Key>,
108 struct hash : public HASH_NAMESPACE::hash_compare<Key> {
121 struct hash<const char*
190 struct hash<string> { struct in namespace:google::protobuf
203 struct hash<pair<First, Second> > { struct in namespace:google::protobuf
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p6.cpp 17 template<typename T> struct hash { }; struct
24 hash<T> h;
32 template<> struct hash<S> { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
resize_store_hash_fn_imps.hpp 39 * hash value is stored.
49 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
60 p_new_e->m_hash = hash;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
resize_store_hash_fn_imps.hpp 39 * hash value is stored.
49 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
60 p_new_e->m_hash = hash;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
resize_store_hash_fn_imps.hpp 39 * hash value is stored.
49 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
60 p_new_e->m_hash = hash;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_store_hash_fn_imps.hpp 39 * hash value is stored.
49 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
60 p_new_e->m_hash = hash;

Completed in 766 milliseconds

1 2 3 45 6 7 8 91011>>