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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 334 // internal error occurs. Some calculations (such as GetHashTableIndex())
344 uint32_t GetHashTableIndex(uint32_t hash_value) const {
453 // GetHashTableIndex() returns an index into this table for a given hash
456 // GetHashTableIndex(), or -1 if there is no matching block. This value can
463 // would produce a matching result from GetHashTableIndex().
468 // the maximum block number that has the same GetHashTableIndex() value
blockhash.cc 176 const uint32_t hash_table_index = GetHashTableIndex(hash_value);
316 return SkipNonMatchingBlocks(hash_table_[GetHashTableIndex(hash_value)],
  /external/open-vcdiff/src/
blockhash.h 334 // internal error occurs. Some calculations (such as GetHashTableIndex())
344 uint32_t GetHashTableIndex(uint32_t hash_value) const {
453 // GetHashTableIndex() returns an index into this table for a given hash
456 // GetHashTableIndex(), or -1 if there is no matching block. This value can
463 // would produce a matching result from GetHashTableIndex().
468 // the maximum block number that has the same GetHashTableIndex() value
blockhash.cc 177 const uint32_t hash_table_index = GetHashTableIndex(hash_value);
317 return SkipNonMatchingBlocks(hash_table_[GetHashTableIndex(hash_value)],

Completed in 44 milliseconds