Searched refs:Hash (Results 1 - 25 of 158) sorted by relevance

1234567

/external/v8/test/mjsunit/
H A Dcall-stub.js28 function Hash() { function
36 Hash.prototype.m = function() {
40 var h = new Hash();
55 Hash.prototype.wwwww = Hash.prototype.m;
34 Hash.prototype.m = function() { class
/external/llvm/unittests/Support/
H A DMD5Test.cpp24 MD5 Hash; local
25 Hash.update(Input);
27 Hash.final(MD5Res);
34 MD5 Hash; local
35 Hash.update(Input);
37 Hash.final(MD5Res);
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.h33 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash);
36 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash);
H A Dubsan_handlers_cxx.cc33 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash,
35 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
75 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) {
77 HandleDynamicTypeCacheMiss(Data, Pointer, Hash, Opts);
80 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) {
82 HandleDynamicTypeCacheMiss(Data, Pointer, Hash, Opts);
32 HandleDynamicTypeCacheMiss( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, ReportOptions Opts) argument
74 __ubsan_handle_dynamic_type_cache_miss( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) argument
79 __ubsan_handle_dynamic_type_cache_miss_abort( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) argument
H A Dubsan_type_hash.cc212 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { argument
217 HashValue *Bucket = getTypeCacheHashTableBucket(Hash);
218 if (*Bucket == Hash) {
219 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
238 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
239 *Bucket = Hash;
H A Dubsan_type_hash.h49 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
56 /// __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] == Hash
/external/llvm/lib/ProfileData/
H A DInstrProfIndexed.h31 MD5 Hash; local
32 Hash.update(Str);
34 Hash.final(Result);
/external/libcxx/test/std/containers/unord/unord.map/
H A Dswap_member.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
30 typedef test_hash<std::hash<int> > Hash; typedef
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1));
36 C c2(0, Hash(2), Compare(2), Alloc(2));
42 assert(c1.hash_function() == Hash(2));
51 assert(c2.hash_function() == Hash(1));
59 typedef test_hash<std::hash<int> > Hash; typedef
62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
75 C c1(0, Hash(
107 typedef test_hash<std::hash<int> > Hash; typedef
149 typedef test_hash<std::hash<int> > Hash; typedef
211 typedef test_hash<std::hash<int> > Hash; typedef
240 typedef test_hash<std::hash<int> > Hash; typedef
288 typedef test_hash<std::hash<int> > Hash; typedef
330 typedef test_hash<std::hash<int> > Hash; typedef
392 typedef test_hash<std::hash<int> > Hash; typedef
421 typedef test_hash<std::hash<int> > Hash; typedef
469 typedef test_hash<std::hash<int> > Hash; typedef
511 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
30 typedef test_hash<std::hash<int> > Hash; typedef
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1));
36 C c2(0, Hash(2), Compare(2), Alloc(2));
42 assert(c1.hash_function() == Hash(2));
51 assert(c2.hash_function() == Hash(1));
59 typedef test_hash<std::hash<int> > Hash; typedef
62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
75 C c1(0, Hash(
107 typedef test_hash<std::hash<int> > Hash; typedef
149 typedef test_hash<std::hash<int> > Hash; typedef
211 typedef test_hash<std::hash<int> > Hash; typedef
240 typedef test_hash<std::hash<int> > Hash; typedef
288 typedef test_hash<std::hash<int> > Hash; typedef
330 typedef test_hash<std::hash<int> > Hash; typedef
392 typedef test_hash<std::hash<int> > Hash; typedef
421 typedef test_hash<std::hash<int> > Hash; typedef
469 typedef test_hash<std::hash<int> > Hash; typedef
511 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 typedef test_hash<std::hash<int> > Hash; typedef
34 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
36 C c1(0, Hash(1), Compare(1), Alloc(1));
37 C c2(0, Hash(2), Compare(2), Alloc(2));
43 assert(c1.hash_function() == Hash(2));
52 assert(c2.hash_function() == Hash(1));
60 typedef test_hash<std::hash<int> > Hash; typedef
63 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
76 C c1(0, Hash(
108 typedef test_hash<std::hash<int> > Hash; typedef
152 typedef test_hash<std::hash<int> > Hash; typedef
216 typedef test_hash<std::hash<int> > Hash; typedef
245 typedef test_hash<std::hash<int> > Hash; typedef
293 typedef test_hash<std::hash<int> > Hash; typedef
337 typedef test_hash<std::hash<int> > Hash; typedef
401 typedef test_hash<std::hash<int> > Hash; typedef
430 typedef test_hash<std::hash<int> > Hash; typedef
478 typedef test_hash<std::hash<int> > Hash; typedef
522 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
30 typedef test_hash<std::hash<int> > Hash; typedef
33 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1));
36 C c2(0, Hash(2), Compare(2), Alloc(2));
42 assert(c1.hash_function() == Hash(2));
51 assert(c2.hash_function() == Hash(1));
59 typedef test_hash<std::hash<int> > Hash; typedef
62 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
75 C c1(0, Hash(
107 typedef test_hash<std::hash<int> > Hash; typedef
151 typedef test_hash<std::hash<int> > Hash; typedef
215 typedef test_hash<std::hash<int> > Hash; typedef
244 typedef test_hash<std::hash<int> > Hash; typedef
292 typedef test_hash<std::hash<int> > Hash; typedef
336 typedef test_hash<std::hash<int> > Hash; typedef
400 typedef test_hash<std::hash<int> > Hash; typedef
429 typedef test_hash<std::hash<int> > Hash; typedef
477 typedef test_hash<std::hash<int> > Hash; typedef
521 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
29 typedef test_hash<std::hash<int> > Hash; typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
41 assert(c1.hash_function() == Hash(2));
50 assert(c2.hash_function() == Hash(1));
58 typedef test_hash<std::hash<int> > Hash; typedef
61 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(
106 typedef test_hash<std::hash<int> > Hash; typedef
148 typedef test_hash<std::hash<int> > Hash; typedef
210 typedef test_hash<std::hash<int> > Hash; typedef
239 typedef test_hash<std::hash<int> > Hash; typedef
287 typedef test_hash<std::hash<int> > Hash; typedef
329 typedef test_hash<std::hash<int> > Hash; typedef
391 typedef test_hash<std::hash<int> > Hash; typedef
420 typedef test_hash<std::hash<int> > Hash; typedef
468 typedef test_hash<std::hash<int> > Hash; typedef
510 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
29 typedef test_hash<std::hash<int> > Hash; typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
41 assert(c1.hash_function() == Hash(2));
50 assert(c2.hash_function() == Hash(1));
58 typedef test_hash<std::hash<int> > Hash; typedef
61 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(
106 typedef test_hash<std::hash<int> > Hash; typedef
148 typedef test_hash<std::hash<int> > Hash; typedef
210 typedef test_hash<std::hash<int> > Hash; typedef
239 typedef test_hash<std::hash<int> > Hash; typedef
287 typedef test_hash<std::hash<int> > Hash; typedef
329 typedef test_hash<std::hash<int> > Hash; typedef
391 typedef test_hash<std::hash<int> > Hash; typedef
420 typedef test_hash<std::hash<int> > Hash; typedef
468 typedef test_hash<std::hash<int> > Hash; typedef
510 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.set/
H A Dswap_member.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
29 typedef test_hash<std::hash<int> > Hash; typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
41 assert(c1.hash_function() == Hash(2));
50 assert(c2.hash_function() == Hash(1));
58 typedef test_hash<std::hash<int> > Hash; typedef
61 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(
106 typedef test_hash<std::hash<int> > Hash; typedef
148 typedef test_hash<std::hash<int> > Hash; typedef
210 typedef test_hash<std::hash<int> > Hash; typedef
239 typedef test_hash<std::hash<int> > Hash; typedef
287 typedef test_hash<std::hash<int> > Hash; typedef
329 typedef test_hash<std::hash<int> > Hash; typedef
391 typedef test_hash<std::hash<int> > Hash; typedef
420 typedef test_hash<std::hash<int> > Hash; typedef
468 typedef test_hash<std::hash<int> > Hash; typedef
510 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
29 typedef test_hash<std::hash<int> > Hash; typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
41 assert(c1.hash_function() == Hash(2));
50 assert(c2.hash_function() == Hash(1));
58 typedef test_hash<std::hash<int> > Hash; typedef
61 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(
106 typedef test_hash<std::hash<int> > Hash; typedef
148 typedef test_hash<std::hash<int> > Hash; typedef
210 typedef test_hash<std::hash<int> > Hash; typedef
239 typedef test_hash<std::hash<int> > Hash; typedef
287 typedef test_hash<std::hash<int> > Hash; typedef
329 typedef test_hash<std::hash<int> > Hash; typedef
391 typedef test_hash<std::hash<int> > Hash; typedef
420 typedef test_hash<std::hash<int> > Hash; typedef
468 typedef test_hash<std::hash<int> > Hash; typedef
510 typedef test_hash<std::hash<int> > Hash; typedef
[all...]
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h137 // Hash table entry for atlases
143 static uint32_t Hash(const Key& key) { return key.getHash(); } function in class:GrTextureStripAtlas::AtlasEntry
152 class Hash;
153 static Hash* gAtlasCache;
155 static Hash* GetCache();
/external/skia/src/gpu/
H A DGrFontScaler.h26 typedef uint32_t Hash; typedef in class:GrFontDescKey
31 Hash getHash() const { return fHash; }
50 const Hash fHash;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h58 DIEHash &Hash; member in class:llvm::HashingByteStreamer
60 HashingByteStreamer(DIEHash &H) : Hash(H) {}
62 Hash.update(Byte);
65 Hash.addSLEB128(DWord);
68 Hash.addULEB128(DWord);
H A DDIEHash.cpp54 Hash.update(Str);
55 Hash.update(makeArrayRef((uint8_t)'\0'));
69 Hash.update(Byte);
83 Hash.update(Byte);
275 // Hash all of the values in a block like set of values. This assumes that
281 Hash.update((uint64_t)cast<DIEInteger>(*I)->getValue());
284 // Hash the contents of a loclistptr class.
293 // Hash an individual attribute \param Attr based on the type of attribute and
481 Hash.update(makeArrayRef((uint8_t)'\0'));
508 Hash
[all...]
/external/skia/tests/
H A DDynamicHashTest.cpp18 static uint32_t Hash(const int& key) { return key; } function in struct:__anon14112::Entry
22 class Hash : public SkTDynamicHash<Entry, int> { class in namespace:__anon14112
24 Hash() : INHERITED() {} function in class:__anon14112::Hash
45 Hash hash;
67 Hash hash;
79 Hash hash;
114 Hash hash;
140 Hash hash;
188 TestIter<Hash::Iter>(reporter);
189 TestIter<Hash
[all...]
/external/v8/src/
H A Dversion.h19 static int Hash() { return (major_ << 20) ^ (minor_ << 10) ^ patch_; } function in class:v8::internal::Version
/external/skia/src/pdf/
H A DSkPDFCanon.h88 static uint32_t Hash(const WrapGS& w) { function in struct:SkPDFCanon::WrapGS
93 SkTHashSet<WrapGS, WrapGS::Hash> fGraphicStateRecords;
/external/skia/src/core/
H A DSkTHash.h21 // - static uint32_t Hash(K)
59 uint32_t hash = Hash(key);
79 uint32_t hash = Hash(key);
118 uint32_t hash = Hash(key);
169 static uint32_t Hash(const K& key) { function in class:SkTHashTable
170 uint32_t hash = Traits::Hash(key);
244 static uint32_t Hash(const K& key) { return HashK(key); } function in struct:SkTHashMap::Pair
287 static uint32_t Hash(const T& item) { return HashT(item); } function in struct:SkTHashSet::Traits
/external/deqp/framework/delibs/depool/
H A DdePoolHashArray.h54 * Value* HashArray_find (Hash* hashArray, Key key);
55 * deBool HashArray_insert (Hash* hashArray, Key key, Value value);
56 * deBool HashArray_copyToArray (Hash* hashArray, KeyArray* keys, ValueArray* values);
62 DE_DECLARE_POOL_HASH(TYPENAME##Hash, KEYTYPE, int); \
66 TYPENAME##Hash* hash; \
125 DE_IMPLEMENT_POOL_HASH(TYPENAME##Hash, KEYTYPE, int, KEYHASHFUNC, KEYCMPFUNC); \
153 TYPENAME##Hash* hash = hashArray->hash; \
/external/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp54 uint64_t Hash; member in struct:__anon11281::OneFunctionCoverageReader
59 OneFunctionCoverageReader(StringRef Name, uint64_t Hash, argument
62 : Name(Name), Hash(Hash), Filenames(Filenames), Regions(Regions),
71 Record.FunctionHash = Hash;
143 void loadCoverageMapping(StringRef FuncName, uint64_t Hash) { argument
150 OneFunctionCoverageReader CovReader(FuncName, Hash, Filenames, OutputCMRs);

Completed in 561 milliseconds

1234567