Lines Matching refs:BlockHash
20 #include "blockhash.h"
51 hashed_dictionary_ = BlockHash::CreateDictionaryHash(dictionary_,
57 RollingHash<BlockHash::kBlockSize>::Init();
74 // directly to BlockHash::FindBestMatch; please see that function
82 const BlockHash* target_hash,
87 BlockHash::Match best_match;
162 if (target_size < static_cast<size_t>(BlockHash::kBlockSize)) {
167 RollingHash<BlockHash::kBlockSize> hasher;
168 BlockHash* target_hash = NULL;
172 target_hash = BlockHash::CreateTargetHash(target_data,
181 const char* const start_of_last_block = target_end - BlockHash::kBlockSize;
225 candidate_pos[BlockHash::kBlockSize]);