Searched refs:candidate_pos (Results 1 – 1 of 1) sorted by relevance
190 const char* candidate_pos = target_data; in EncodeInternal() local191 uint32_t hash_value = hasher.Hash(candidate_pos); in EncodeInternal()196 candidate_pos, in EncodeInternal()203 candidate_pos = next_encode; in EncodeInternal()204 if (candidate_pos > start_of_last_block) { in EncodeInternal()209 hash_value = hasher.Hash(candidate_pos); in EncodeInternal()218 if ((candidate_pos + 1) > start_of_last_block) { in EncodeInternal()223 static_cast<int>(candidate_pos - target_data), in EncodeInternal()227 candidate_pos[0], in EncodeInternal()228 candidate_pos[BlockHash::kBlockSize]); in EncodeInternal()[all …]