HomeSort by relevance Sort by last modified time
    Searched refs:AddAllBlocksThroughIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 158 // advances, using AddOneIndexHash() and AddAllBlocksThroughIndex().
199 // If AddAllBlocksThroughIndex(9) is invoked, then it will call AddBlock()
201 // If, after that, AddAllBlocksThroughIndex(14) is invoked, it will not call
208 void AddAllBlocksThroughIndex(int end_index);
368 // to calling AddAllBlocksThroughIndex(source_data + source_size).
497 // used to determine the starting block for AddAllBlocksThroughIndex().
blockhash_test.cc 602 // of AddAllBlocksThroughIndex() is not inclusive: only three matches
604 th_->AddAllBlocksThroughIndex(index_of_fourth_e);
620 // call to AddAllBlocksThroughIndex().
622 th_->AddAllBlocksThroughIndex(index_of_first_e + 1);
632 th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3);
646 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1);
665 th_->AddAllBlocksThroughIndex(index_of_fourth_e + 1);
683 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_fourth_e - 3),
685 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(index_of_first_e + 1),
705 th_->AddAllBlocksThroughIndex(StringLengthAsInt(sample_text))
    [all...]
blockhash.cc 200 AddAllBlocksThroughIndex(static_cast<int>(source_size_));
203 void BlockHash::AddAllBlocksThroughIndex(int end_index) {
205 LOG(DFATAL) << "BlockHash::AddAllBlocksThroughIndex() called"
212 LOG(DFATAL) << "BlockHash::AddAllBlocksThroughIndex() called"
vcdiffengine.cc 212 target_hash->AddAllBlocksThroughIndex(

Completed in 26 milliseconds