/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/ |
mask_based_range_hashing.hpp | 65 range_hash(size_type hash) const 66 { return size_type(hash & m_mask); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/ |
mask_based_range_hashing.hpp | 63 range_hash(size_type hash) const 64 { return size_type(hash & m_mask); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/ |
erase_no_store_hash_fn_imps.hpp | 39 * when the hash value is not stored. 48 size_type hash = ranged_probe_fn_base::operator()(r_key); local 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/ |
mask_based_range_hashing.hpp | 65 range_hash(size_type hash) const 66 { return size_type(hash & m_mask); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/ |
mask_based_range_hashing.hpp | 63 range_hash(size_type hash) const 64 { return size_type(hash & m_mask); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/ |
mask_based_range_hashing.hpp | 63 range_hash(size_type hash) const 64 { return size_type(hash & m_mask); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/ |
mask_based_range_hashing.hpp | 63 range_hash(size_type hash) const 64 { return size_type(hash & m_mask); }
|
/system/core/include/mincrypt/ |
hash-internal.h | 42 const uint8_t* (* const hash)(const void*, int, uint8_t*); member in struct:HASH_VTAB 56 #define HASH_hash(data, len, digest) (ctx)->f->hash(data, len, digest)
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
CatchTable.java | 133 int hash = (start * 31) + end; local 134 hash = (hash * 31) + handlers.hashCode(); 135 return hash;
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CatchTable.java | 132 int hash = (start * 31) + end; local 133 hash = (hash * 31) + handlers.hashCode(); 134 return hash;
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
DigitalSignatureTest.java | 63 byte[] hash = ds_sign.sign(); 78 assertTrue(ds_verify.verifySignature(hash)); 95 byte[] hash = ds_sign.sign(); 101 assertTrue(ds_verify.verifySignature(hash));
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
CatchTable.java | 133 int hash = (start * 31) + end; local 134 hash = (hash * 31) + handlers.hashCode(); 135 return hash;
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Image.java | 757 int hash = 7; local 758 hash = 97 * hash + (this.format != null ? this.format.hashCode() : 0); 759 hash = 97 * hash + this.width; 760 hash = 97 * hash + this.height; 761 hash = 97 * hash + this.depth; 762 hash = 97 * hash + Arrays.hashCode(this.mipMapSizes) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
LoadPathToFileCache.java | 96 * hash as the key and throw away the loadpath list 99 * @return a long representing a hash of the loadpaths. 102 long hash = 17; local 104 hash = 37 * hash + path.hashCode(); 106 return hash;
|
/external/libcxx/test/std/containers/unord/unord.map/ |
compare.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 29 struct hash<Key> struct in namespace:std
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
assign_move.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 34 test_hash<std::hash<int> >, 50 test_hash<std::hash<int> >(8), 56 test_hash<std::hash<int> >(2), 67 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 79 test_hash<std::hash<int> >, 95 test_hash<std::hash<int> >(8), 101 test_hash<std::hash<int> >(2), 112 assert(c.hash_function() == test_hash<std::hash<int> >(8)) [all...] |
default.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 31 test_hash<std::hash<NotConstructible> >, 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 51 test_hash<std::hash<NotConstructible> >, 58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
size.fail.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 31 test_hash<std::hash<NotConstructible> >, 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 51 test_hash<std::hash<NotConstructible> >, 58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
size.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 31 test_hash<std::hash<NotConstructible> >, 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 51 test_hash<std::hash<NotConstructible> >, 58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
default.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 31 test_hash<std::hash<NotConstructible> >, 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 51 test_hash<std::hash<NotConstructible> >, 58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
size.fail.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 31 test_hash<std::hash<NotConstructible> >, 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 51 test_hash<std::hash<NotConstructible> >, 58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
size.pass.cpp | 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, 31 test_hash<std::hash<NotConstructible> >, 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 51 test_hash<std::hash<NotConstructible> >, 58 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
default.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 31 test_hash<std::hash<NotConstructible> >, 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 49 test_hash<std::hash<NotConstructible> >, 55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
default.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 31 test_hash<std::hash<NotConstructible> >, 37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 49 test_hash<std::hash<NotConstructible> >, 55 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.h | 56 * @param hash hash function 62 util_cache_create(uint32_t (*hash)(const void *key),
|