HomeSort by relevance Sort by last modified time
    Searched defs:hash_table_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
visitedlink_common.h 78 *fingerprints = hash_table_;
97 if (!hash_table_)
99 return hash_table_[table_offset];
123 VisitedLinkCommon::Fingerprint* hash_table_; member in class:VisitedLinkCommon
  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 130 // Init() dynamically allocates hash_table_ and next_block_table_.
454 // value. The value of each element of hash_table_ is the lowest block
459 std::vector<int> hash_table_; member in class:open_vcdiff::BlockHash
467 // B that is referenced in hash_table_, last_block_table_[B] will contain
470 // is not referenced in hash_table_, the value of last_block_table_[B'] is -1.
480 // from 0 to the number of elements in hash_table_.

Completed in 123 milliseconds