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

  /external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc 55 int NextMatchingBlock(const BlockHash& block_hash,
58 return block_hash.NextMatchingBlock(block_number, block_ptr);
553 EXPECT_EQ(-1, NextMatchingBlock(*th_, block_of_y_in_only, test_string_y));
559 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_y_in_only, test_string_y));
582 EXPECT_EQ(block_of_second_e, NextMatchingBlock(*dh_, block_of_first_e,
584 EXPECT_EQ(block_of_third_e, NextMatchingBlock(*dh_, block_of_second_e,
586 EXPECT_EQ(block_of_fourth_e, NextMatchingBlock(*dh_, block_of_third_e,
588 EXPECT_EQ(block_of_fifth_e, NextMatchingBlock(*dh_, block_of_fourth_e,
590 EXPECT_EQ(block_of_sixth_e, NextMatchingBlock(*dh_, block_of_fifth_e,
592 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_sixth_e, test_string_e))
    [all...]
blockhash.cc 312 // FirstMatchingBlock or NextMatchingBlock. No check is performed
325 int BlockHash::NextMatchingBlock(int block_number,
328 LOG(DFATAL) << "NextMatchingBlock called for invalid block number "
400 block_number = NextMatchingBlock(block_number, target_candidate_start)) {
  /external/open-vcdiff/src/
blockhash_test.cc 55 int NextMatchingBlock(const BlockHash& block_hash,
58 return block_hash.NextMatchingBlock(block_number, block_ptr);
553 EXPECT_EQ(-1, NextMatchingBlock(*th_, block_of_y_in_only, test_string_y));
559 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_y_in_only, test_string_y));
582 EXPECT_EQ(block_of_second_e, NextMatchingBlock(*dh_, block_of_first_e,
584 EXPECT_EQ(block_of_third_e, NextMatchingBlock(*dh_, block_of_second_e,
586 EXPECT_EQ(block_of_fourth_e, NextMatchingBlock(*dh_, block_of_third_e,
588 EXPECT_EQ(block_of_fifth_e, NextMatchingBlock(*dh_, block_of_fourth_e,
590 EXPECT_EQ(block_of_sixth_e, NextMatchingBlock(*dh_, block_of_fifth_e,
592 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_sixth_e, test_string_e))
    [all...]
blockhash.cc 313 // FirstMatchingBlock or NextMatchingBlock. No check is performed
326 int BlockHash::NextMatchingBlock(int block_number,
329 VCD_DFATAL << "NextMatchingBlock called for invalid block number "
401 block_number = NextMatchingBlock(block_number, target_candidate_start)) {

Completed in 87 milliseconds