HomeSort by relevance Sort by last modified time
    Searched refs:hash_value (Results 1 - 12 of 12) sorted by null

  /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...]
vcdiffengine.cc 81 uint32_t hash_value,
93 hashed_dictionary_->FindBestMatch(hash_value,
101 target_hash->FindBestMatch(hash_value,
191 uint32_t hash_value = hasher.Hash(candidate_pos); local
195 hash_value,
209 hash_value = hasher.Hash(candidate_pos);
224 hash_value);
226 hash_value = hasher.UpdateHash(hash_value,
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,
vcdiffengine.h 96 size_t EncodeCopyForBestMatch(uint32_t hash_value,
blockhash_test.cc 50 uint32_t hash_value,
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr);
    [all...]
  /external/bluetooth/glib/glib/
ghash.c 189 guint hash_value; local
192 /* Empty buckets have hash_value set to 0, and for tombstones, it's 1.
195 hash_value = (* hash_table->hash_func) (key);
196 if (G_UNLIKELY (hash_value <= 1))
197 hash_value = 2;
199 node_index = hash_value % hash_table->mod;
209 if (node->key_hash == hash_value)
260 guint hash_value; local
265 /* Empty buckets have hash_value set to 0, and for tombstones, it's 1.
268 hash_value = (* hash_table->hash_func) (key)
    [all...]
  /external/chromium/base/
file_path.h 372 inline size_t hash_value(const FilePath& f) {
373 return hash_value(f.value());
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
symtab.h 34 unsigned int hash_value; local
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
symtab.h 34 unsigned int hash_value; local
tree.h     [all...]
  /external/v8/src/
api.cc 2289 int hash_value; local
    [all...]

Completed in 381 milliseconds