/external/chromium/sdch/open-vcdiff/src/ |
blockhash.h | 180 void AddOneIndexHash(int index, uint32_t hash_value) { 182 AddBlock(hash_value); 212 // beginning at that position (hash_value). It attempts to find a matching 245 // uint32_t hash_value = 247 // bh1.FindBestMatch(hash_value, 252 // bh2.FindBestMatch(hash_value, 262 // hash_value is passed as a separate parameter from target_candidate_start, 294 void FindBestMatch(uint32_t hash_value, 344 uint32_t GetHashTableIndex(uint32_t hash_value) const { 345 return hash_value & hash_table_mask_ [all...] |
blockhash.cc | 152 void BlockHash::AddBlock(uint32_t hash_value) { 176 const uint32_t hash_table_index = GetHashTableIndex(hash_value); 314 inline int BlockHash::FirstMatchingBlockInline(uint32_t hash_value, 316 return SkipNonMatchingBlocks(hash_table_[GetHashTableIndex(hash_value)], 320 int BlockHash::FirstMatchingBlock(uint32_t hash_value, 322 return FirstMatchingBlockInline(hash_value, block_ptr); 391 void BlockHash::FindBestMatch(uint32_t hash_value, 397 for (int block_number = FirstMatchingBlockInline(hash_value,
|
blockhash_test.cc | 50 uint32_t hash_value, 52 return block_hash.FirstMatchingBlock(hash_value, block_ptr); [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
blockhash.h | 180 void AddOneIndexHash(int index, uint32_t hash_value) { 182 AddBlock(hash_value); 212 // beginning at that position (hash_value). It attempts to find a matching 245 // uint32_t hash_value = 247 // bh1.FindBestMatch(hash_value, 252 // bh2.FindBestMatch(hash_value, 262 // hash_value is passed as a separate parameter from target_candidate_start, 294 void FindBestMatch(uint32_t hash_value, 344 uint32_t GetHashTableIndex(uint32_t hash_value) const { 345 return hash_value & hash_table_mask_ [all...] |
blockhash.cc | 153 void BlockHash::AddBlock(uint32_t hash_value) { 177 const uint32_t hash_table_index = GetHashTableIndex(hash_value); 315 inline int BlockHash::FirstMatchingBlockInline(uint32_t hash_value, 317 return SkipNonMatchingBlocks(hash_table_[GetHashTableIndex(hash_value)], 321 int BlockHash::FirstMatchingBlock(uint32_t hash_value, 323 return FirstMatchingBlockInline(hash_value, block_ptr); 392 void BlockHash::FindBestMatch(uint32_t hash_value, 398 for (int block_number = FirstMatchingBlockInline(hash_value,
|
blockhash_test.cc | 50 uint32_t hash_value, 52 return block_hash.FirstMatchingBlock(hash_value, block_ptr); [all...] |
/external/open-vcdiff/src/ |
blockhash.h | 180 void AddOneIndexHash(int index, uint32_t hash_value) { 182 AddBlock(hash_value); 212 // beginning at that position (hash_value). It attempts to find a matching 245 // uint32_t hash_value = 247 // bh1.FindBestMatch(hash_value, 252 // bh2.FindBestMatch(hash_value, 262 // hash_value is passed as a separate parameter from target_candidate_start, 294 void FindBestMatch(uint32_t hash_value, 344 uint32_t GetHashTableIndex(uint32_t hash_value) const { 345 return hash_value & hash_table_mask_ [all...] |
blockhash.cc | 153 void BlockHash::AddBlock(uint32_t hash_value) { 177 const uint32_t hash_table_index = GetHashTableIndex(hash_value); 315 inline int BlockHash::FirstMatchingBlockInline(uint32_t hash_value, 317 return SkipNonMatchingBlocks(hash_table_[GetHashTableIndex(hash_value)], 321 int BlockHash::FirstMatchingBlock(uint32_t hash_value, 323 return FirstMatchingBlockInline(hash_value, block_ptr); 392 void BlockHash::FindBestMatch(uint32_t hash_value, 398 for (int block_number = FirstMatchingBlockInline(hash_value,
|
blockhash_test.cc | 50 uint32_t hash_value, 52 return block_hash.FirstMatchingBlock(hash_value, block_ptr); [all...] |
/external/chromium_org/tools/gn/ |
source_dir.h | 110 inline size_t hash_value(const SourceDir& v) { 111 return hash_value(v.value());
|
/external/libsepol/include/sepol/policydb/ |
hashtab.h | 37 unsigned int (*hash_value) (struct hashtab_val * h, hashtab_key_t key); /* hash function */ member in struct:hashtab_val 49 extern hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h,
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.cc | 136 std::string hash_value; local 137 if (!arguments.GetString(i, &hash_value) || 138 !jtl::Hasher::IsHash(hash_value)) 140 target->WriteHash(hash_value);
|
/external/chromium_org/net/http/ |
http_security_headers.h | 14 #include "net/base/hash_value.h"
|
/external/chromium/crypto/ |
symmetric_key_win.cc | 271 std::vector<BYTE> hash_value(hash_size); 274 ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0); 278 memcpy(output_buf, &hash_value[0], hash_size); 289 ok = CryptHashData(safe_hash, &hash_value[0], hash_size, 0); 294 ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0); 299 output_buf[i] ^= hash_value[i];
|
/external/chromium_org/crypto/ |
symmetric_key_win.cc | 271 std::vector<BYTE> hash_value(hash_size); 274 ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0); 278 memcpy(output_buf, &hash_value[0], hash_size); 289 ok = CryptHashData(safe_hash, &hash_value[0], hash_size, 0); 294 ok = CryptGetHashParam(safe_hash, HP_HASHVAL, &hash_value[0], &size, 0); 299 output_buf[i] ^= hash_value[i];
|
/external/chromium_org/net/cert/ |
signed_certificate_timestamp.h | 13 #include "net/base/hash_value.h"
|
/external/llvm/lib/IR/ |
LLVMContextImpl.h | 55 friend hash_code hash_value(const KeyTy &Key) { function in struct:llvm::DenseMapAPIntKeyInfo::KeyTy 62 return static_cast<unsigned>(hash_value(Key)); 79 friend hash_code hash_value(const KeyTy &Key) { function in struct:llvm::DenseMapAPFloatKeyInfo::KeyTy 90 return static_cast<unsigned>(hash_value(Key));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 748 uintptr_t add, uintptr_t* hash_value) { 749 *hash_value += add; 750 *hash_value += *hash_value << 10; 751 *hash_value ^= *hash_value >> 6; 756 void DeepHeapProfile::DeepBucketTable::FinishHashValue(uintptr_t* hash_value) { 757 *hash_value += *hash_value << 3; 758 *hash_value ^= *hash_value >> 11 [all...] |
deep-heap-profile.h | 287 // Adds |add| to a |hash_value| for Lookup. 288 inline static void AddToHashValue(uintptr_t add, uintptr_t* hash_value); 289 inline static void FinishHashValue(uintptr_t* hash_value);
|
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 131 def set_expected_hash_in_json(expected_results_json, image_name, hash_value): 139 @param hash_value The hash to set for the image. 144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value 151 hash_value 368 def _set_expected_hash(self, device_name, image_name, hash_value): 374 @param hash_value The value of the hash to set. 383 set_expected_hash_in_json(expectations, image_name, hash_value)
|
/external/chromium_org/cc/quads/ |
render_pass.h | 126 inline size_t hash_value(const cc::RenderPass::Id& key) { function in namespace:BASE_HASH_NAMESPACE
|
/external/chromium_org/net/base/ |
hash_value.cc | 5 #include "net/base/hash_value.h"
|
/external/srtp/crypto/include/ |
sha1.h | 106 sha1_core(const uint32_t M[16], uint32_t hash_value[5]);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
HandleToArea.h | 40 unsigned int hash_value; member in struct:mcld::HandleToArea::Bucket
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
symtab.h | 35 unsigned int hash_value; variable
|