HomeSort by relevance Sort by last modified time
    Searched defs:GetHashTableIndex (Results 1 - 3 of 3) 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
  /external/chromium_org/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
  /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

Completed in 169 milliseconds