Searched defs:Hash (Results 1 - 25 of 120) sorted by last modified time

12345

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1351 typedef struct Hash struct
1358 } Hash; typedef in typeref:struct:Hash
1360 static unsigned hash_init(Hash* hash, unsigned windowsize)
1378 static void hash_cleanup(Hash* hash)
1415 static void updateHashChain(Hash* hash, size_t wpos, int hashval)
1431 static unsigned encodeLZ77(uivector* out, Hash* hash,
1671 static unsigned deflateDynamic(ucvector* out, size_t* bp, Hash* hash,
1916 static unsigned deflateFixed(ucvector* out, size_t* bp, Hash* hash,
1970 Hash hash;
/external/sqlite/dist/orig/
H A Dsqlite3.c8116 typedef struct Hash Hash; typedef in typeref:struct:Hash
8128 ** Hash.first points to the head of this list.
8130 ** There are Hash.htsize buckets. Each bucket points to a spot in
8134 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
8136 ** Hash.ht table is never allocated because if there are few elements
8140 struct Hash { struct
8165 SQLITE_PRIVATE void sqlite3HashInit(Hash*);
8166 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, cons
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8116 typedef struct Hash Hash; typedef in typeref:struct:Hash
8128 ** Hash.first points to the head of this list.
8130 ** There are Hash.htsize buckets. Each bucket points to a spot in
8134 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
8136 ** Hash.ht table is never allocated because if there are few elements
8140 struct Hash { struct
8165 SQLITE_PRIVATE void sqlite3HashInit(Hash*);
8166 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, cons
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h54 ssize_t Hash() const { function in class:fst::FloatWeight
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();
H A Dstring-weight.h108 ssize_t Hash() const;
267 inline ssize_t StringWeight<L, S>::Hash() const { function in class:fst::StringWeight
/external/skia/src/core/
H A DSkImageFilter.cpp398 static uint32_t Hash(Key key) { function in struct:CacheImpl::Value
H A DSkPictureFlat.h340 static uint32_t Hash(const SkFlatData& flat) { return flat.checksum(); } function in struct:SkFlatData::HashTraits
H A DSkScaledImageCache.cpp119 static uint32_t Hash(const Key& key) { return key.fHash; } function in struct:SkScaledImageCache::Rec
140 class SkScaledImageCache::Hash : class in class:SkScaledImageCache
164 fHash = new Hash;
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/skia/src/gpu/
H A DGrResourceCache.h125 static uint32_t Hash(const GrResourceKey& key) { return key.getHash(); } function in class:GrResourceCacheEntry
H A DGrTMultiMap.h26 static uint32_t Hash(const Key& key) { return HashTraits::Hash(key); } function in struct:GrTMultiMap::ValueList
/external/skia/tests/
H A DDynamicHashTest.cpp18 static uint32_t Hash(const int& key) { return key; } function in struct:__anon30785::Entry
22 class Hash : public SkTDynamicHash<Entry, int> { class in namespace:__anon30785
24 Hash() : INHERITED() {} function in class:__anon30785::Hash
45 Hash hash;
67 Hash hash;
79 Hash hash;
114 Hash hash;
140 Hash hash;
144 for (Hash::Iter iter(&hash); !iter.done(); ++iter) {
161 for (Hash
[all...]
/external/skia/include/gpu/
H A DGrKey.h15 typedef intptr_t Hash; typedef in class:GrKey
17 explicit GrKey(Hash hash) : fHash(hash) {}
33 const Hash fHash;
/external/openfst/src/include/fst/
H A Dbi-table.h412 const H &Hash() const { return *h_; } function in class:fst::VectorHashBiTable
459 H *h_; // Hash function used when hashing entry into hash_set
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 Dfloat-weight.h80 size_t Hash() const { function in class:fst::FloatWeightTpl
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();
H A Dsigned-log-weight.h94 size_t Hash() const { function in class:fst::SignedLogWeightTpl
97 h1 = TropicalWeight(1.0).Hash();
99 h1 = TropicalWeight(-1.0).Hash();
100 size_t h2 = Value2().Hash();
H A Dsparse-tuple-weight.h141 size_t Hash() const { function in class:fst::SparseTupleWeight
146 h = 13 * h + it.Value().second.Hash();
H A Dstring-weight.h116 size_t Hash() const;
275 inline size_t StringWeight<L, S>::Hash() const { function in class:fst::StringWeight
H A Dtuple-weight.h108 size_t Hash() const { function in class:fst::TupleWeight
111 hash = 5 * hash + values_[i].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/openssl/crypto/rsa/
H A Drsa_pss.c74 const EVP_MD *Hash, const unsigned char *EM, int sLen)
76 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen);
80 const EVP_MD *Hash, const EVP_MD *mgf1Hash,
93 mgf1Hash = Hash;
95 hLen = EVP_MD_size(Hash);
159 if (!EVP_DigestInit_ex(&ctx, Hash, NULL)
189 const EVP_MD *Hash, int sLen)
191 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen);
196 const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen)
205 mgf1Hash = Hash;
73 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) argument
79 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const unsigned char *EM, int sLen) argument
187 RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, int sLen) argument
194 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
[all...]
/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);

Completed in 9151 milliseconds

12345