Home | History | Annotate | Download | only in src

Lines Matching refs:hash_value

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_;
364 void AddBlock(uint32_t hash_value);
403 // for any value of hash_value.
404 int FirstMatchingBlock(uint32_t hash_value, const char* block_ptr) const;
415 inline int FirstMatchingBlockInline(uint32_t hash_value,