Searched refs:Hash (Results 76 - 100 of 272) sorted by relevance

1234567891011

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc188 uint32_t hash_value = hasher.Hash(candidate_pos);
206 hash_value = hasher.Hash(candidate_pos);
H A Drolling_hash.h69 // Hash() function, below, does exactly this, albeit with some refinements.
107 // instance of this type to use UpdateHash(), but Hash() does not depend on
117 static uint32_t Hash(const char* ptr) { function in class:open_vcdiff::RollingHash
131 // without having to run Hash() on the entire window.
134 // (which runs in time independent of window_size) instead of Hash().
135 // Each time window_size doubles, the time to execute Hash() also doubles,
H A Dblockhash_test.cc147 hashed_y = RollingHash<kBlockSize>::Hash(test_string_y);
148 hashed_e = RollingHash<kBlockSize>::Hash(test_string_e);
150 RollingHash<kBlockSize>::Hash(&search_string[index_of_f_in_fearsome]);
151 hashed_unaligned_e = RollingHash<kBlockSize>::Hash(test_string_unaligned_e);
152 hashed_all_Qs = RollingHash<kBlockSize>::Hash(test_string_all_Qs);
549 th_->AddOneIndexHash(i, RollingHash<kBlockSize>::Hash(&sample_text[i]));
793 // Hash the "i" in "fear itself"
794 uint32_t hash_value = RollingHash<kBlockSize>::Hash(
807 // Hash the "i" in "fear itself"
808 uint32_t hash_value = RollingHash<kBlockSize>::Hash(
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Dpadding.c549 const EVP_MD *Hash, const EVP_MD *mgf1Hash,
562 mgf1Hash = Hash;
565 hLen = EVP_MD_size(Hash);
627 if (!EVP_DigestInit_ex(&ctx, Hash, NULL) ||
658 const EVP_MD *Hash, const EVP_MD *mgf1Hash,
668 mgf1Hash = Hash;
671 hLen = EVP_MD_size(Hash);
725 if (!EVP_DigestInit_ex(&ctx, Hash, NULL) ||
548 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const uint8_t *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const uint8_t *EM, int sLen) argument
656 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) argument
/external/chromium_org/v8/src/
H A Dtransitions.cc43 return key1->Hash() > key2->Hash();
/external/chromium_org/v8/test/cctest/
H A Dtest-hashmap.cc90 static uint32_t Hash(uint32_t key) { return 23; } function
175 TestSet(Hash, 100);
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_win.cc43 base::Int64ToString(base::Hash(base::WideToUTF8(monitor_info.szDevice)));
/external/chromium_org/components/metrics/
H A Dmetrics_log.h70 static uint64 Hash(const std::string& value);
H A Dmetrics_log.cc107 uma_proto_.set_client_id(Hash(client_id));
140 uint64 MetricsLog::Hash(const std::string& value) { function in class:metrics::MetricsLog
149 DVLOG(1) << "Metrics: Hash numeric [" << value << "]=[" << hash << "]";
176 user_action->set_name_hash(Hash(key));
188 histogram_proto->set_name_hash(Hash(histogram_name));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFallbackList.h40 typedef HashMap<int, GlyphPageTreeNode*, DefaultHash<int>::Hash> GlyphPages;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dbloom.cc14 return Hash(key.data(), key.size(), 0xbc9f1d34);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h55 static uint32_t Hash(const GrFontDescKey& key) { function in class:GrTextStrike
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp20 class GrTextureStripAtlas::Hash : public SkTDynamicHash<GrTextureStripAtlas::AtlasEntry, class in class:GrTextureStripAtlas
25 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = NULL;
27 GrTextureStripAtlas::Hash* GrTextureStripAtlas::GetCache() {
30 gAtlasCache = SkNEW(Hash);
/external/chromium_org/third_party/skia/src/core/
H A DSkTDynamicHash.h17 // static uint32_t Hash(const Key&) { ... }
271 return Hash(key) & this->hashMask();
281 static uint32_t Hash(const Key& key) { return Traits::Hash(key); } function in class:SkTDynamicHash
/external/skia/src/core/
H A DSkTDynamicHash.h17 // static uint32_t Hash(const Key&) { ... }
224 return Hash(key) & this->hashMask();
234 static uint32_t Hash(const Key& key) { return Traits::Hash(key); } function in class:SkTDynamicHash
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h72 ssize_t Hash() const { function in class:fst::ProductWeight
73 ssize_t h1 = value1_.Hash();
74 ssize_t h2 = value2_.Hash();
/external/clang/lib/Frontend/
H A DASTUnit.cpp779 unsigned &Hash; member in class:__anon17907::MacroDefinitionTrackerPPCallbacks
782 explicit MacroDefinitionTrackerPPCallbacks(unsigned &Hash) : Hash(Hash) { } argument
786 Hash = llvm::HashString(MacroNameTok.getIdentifierInfo()->getName(), Hash);
791 void AddTopLevelDeclarationToHash(Decl *D, unsigned &Hash) { argument
809 Hash = llvm::HashString(EI->getIdentifier()->getName(), Hash);
815 Hash
834 unsigned &Hash; member in class:__anon17907::TopLevelDeclTrackerConsumer
837 TopLevelDeclTrackerConsumer(ASTUnit &_Unit, unsigned &Hash) argument
932 unsigned &Hash; member in class:__anon17907::PrecompilePreambleConsumer
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js106 var Hash = new Native({
108 name: 'Hash',
118 Hash.implement({
144 Hash.alias('forEach', 'each');
187 ((type == 'arguments' || type == 'collection' || type == 'array') ? Array : Hash).each(iterable, fn, bind);
198 return new Hash(object);
277 unlinked = new Hash(object);
291 The Browser Core. Contains Browser initialization, Window and Document, and the Browser Hash.
786 Script: Hash.js
787 Contains Hash Prototype
[all...]
/external/openfst/src/include/fst/
H A Dcompose-filter.h44 // size_t Hash() const;
63 size_t Hash() const { return static_cast<size_t>(state_); } function in class:fst::IntegerFilterState
95 size_t Hash() const { return weight_.Hash(); } function in class:fst::WeightFilterState
124 size_t Hash() const { function in class:fst::PairFilterState
125 size_t h1 = f1_.Hash();
126 size_t h2 = f2_.Hash();
H A Dpair-weight.h89 size_t Hash() const { function in class:fst::PairWeight
90 size_t h1 = value1_.Hash();
91 size_t h2 = value2_.Hash();
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h53 struct Hash { struct in class:fst::ParenState
128 typename ParenState<A>::Hash> StateSetMap;
133 typename ParenState<A>::Hash> ParenArcMultiMap;
353 // Hash set for open parens
354 typedef unordered_set<ParenState<A>, typename ParenState<A>::Hash> OpenParenSet;
361 typename ParenState<A>::Hash> CloseParenMap;
365 typename ParenState<A>::Hash> CloseSourceMap;
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhash.h47 inline uint32_t Hash(const uint8_t *data) { function in namespace:brotli
146 const uint32_t key = Hash<kBucketBits, kMinLength>(data);
296 const uint32_t key = Hash<kBucketBits, kMinLength>(&data[cur_ix_masked]);
/external/deqp/framework/delibs/depool/
H A DdePoolMultiSet.h63 DE_DECLARE_POOL_HASH(TYPENAME##Hash, KEYTYPE, int); \
69 TYPENAME##Hash* hash; \
123 DE_IMPLEMENT_POOL_HASH(TYPENAME##Hash, KEYTYPE, int, HASHFUNC, CMPFUNC); \
/external/chromium_org/base/win/
H A Dscoped_handle.cc21 return base::Hash(buffer, sizeof(buffer));
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dmake_macros.sh60 echo Hash of ${type}

Completed in 2366 milliseconds

1234567891011