/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/sdch/open-vcdiff/src/ |
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/tools/gn/ |
source_dir.h | 97 inline size_t hash_value(const SourceDir& v) { 98 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/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/media/test/ffmpeg_tests/ |
ffmpeg_tests.cc | 106 unsigned int hash_value = 5381u; // Seed for DJB2. local 314 hash_value = DJB2Hash(u8_samples, size_out, hash_value); 377 hash_value = DJB2Hash(source, bytes_per_line, hash_value); 481 *log_out << " DJB2 Hash:" << std::setw(11) << hash_value
|
/external/chromium_org/media/tools/media_bench/ |
media_bench.cc | 193 unsigned int hash_value = 5381u; // Seed for DJB2. local 421 hash_value = DJB2Hash(u8_samples, size_out, hash_value); 484 hash_value = DJB2Hash(source, bytes_per_line, hash_value); 570 *log_out << " DJB2 Hash:" << std::setw(11) << hash_value
|
/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 | 719 uintptr_t add, uintptr_t* hash_value) { 720 *hash_value += add; 721 *hash_value += *hash_value << 10; 722 *hash_value ^= *hash_value >> 6; 727 void DeepHeapProfile::DeepBucketTable::FinishHashValue(uintptr_t* hash_value) { 728 *hash_value += *hash_value << 3; 729 *hash_value ^= *hash_value >> 11 [all...] |
deep-heap-profile.h | 270 // Adds |add| to a |hash_value| for Lookup. 271 inline static void AddToHashValue(uintptr_t add, uintptr_t* hash_value); 272 inline static void FinishHashValue(uintptr_t* hash_value);
|
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 127 def set_expected_hash_in_json(expected_results_json, image_name, hash_value): 135 @param hash_value The hash to set for the image. 140 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value 147 hash_value 361 def _set_expected_hash(self, device_name, image_name, hash_value): 367 @param hash_value The value of the hash to set. 376 set_expected_hash_in_json(expectations, image_name, hash_value)
|
/external/chromium_org/cc/quads/ |
render_pass.h | 127 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
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
symtab.h | 35 unsigned int hash_value; variable
|