Home | History | Annotate | Download | only in src

Lines Matching refs:BlockHash

20 #include "blockhash.h"
51 hashed_dictionary_ = BlockHash::CreateDictionaryHash(dictionary_,
57 if (!RollingHash<BlockHash::kBlockSize>::Init()) {
77 // directly to BlockHash::FindBestMatch; please see that function
85 const BlockHash* target_hash,
90 BlockHash::Match best_match;
165 if (target_size < static_cast<size_t>(BlockHash::kBlockSize)) {
170 RollingHash<BlockHash::kBlockSize> hasher;
171 BlockHash* target_hash = NULL;
175 target_hash = BlockHash::CreateTargetHash(target_data,
184 const char* const start_of_last_block = target_end - BlockHash::kBlockSize;
228 candidate_pos[BlockHash::kBlockSize]);