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

  /external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc 49 int FirstMatchingBlock(const BlockHash& block_hash,
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr);
544 EXPECT_EQ(-1, FirstMatchingBlock(*th_, hashed_y, test_string_y));
551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y,
557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y,
563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs));
575 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_unaligned_e,
580 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
595 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
605 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*th_, hashed_e
    [all...]
blockhash.h 397 // FirstMatchingBlock or NextMatchingBlock. No check is performed
404 int FirstMatchingBlock(uint32_t hash_value, const char* block_ptr) const;
406 // Given a block number returned by FirstMatchingBlock()
412 // Inline version of FirstMatchingBlock. This saves the cost of a function
442 // The protected functions BlockContentsMatch, FirstMatchingBlock,
blockhash.cc 312 // FirstMatchingBlock or NextMatchingBlock. No check is performed
320 int BlockHash::FirstMatchingBlock(uint32_t hash_value,
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash_test.cc 49 int FirstMatchingBlock(const BlockHash& block_hash,
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr);
544 EXPECT_EQ(-1, FirstMatchingBlock(*th_, hashed_y, test_string_y));
551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y,
557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y,
563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs));
575 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_unaligned_e,
580 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
595 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
605 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*th_, hashed_e
    [all...]
blockhash.h 397 // FirstMatchingBlock or NextMatchingBlock. No check is performed
404 int FirstMatchingBlock(uint32_t hash_value, const char* block_ptr) const;
406 // Given a block number returned by FirstMatchingBlock()
412 // Inline version of FirstMatchingBlock. This saves the cost of a function
442 // The protected functions BlockContentsMatch, FirstMatchingBlock,
blockhash.cc 313 // FirstMatchingBlock or NextMatchingBlock. No check is performed
321 int BlockHash::FirstMatchingBlock(uint32_t hash_value,
  /external/open-vcdiff/src/
blockhash_test.cc 49 int FirstMatchingBlock(const BlockHash& block_hash,
52 return block_hash.FirstMatchingBlock(hash_value, block_ptr);
544 EXPECT_EQ(-1, FirstMatchingBlock(*th_, hashed_y, test_string_y));
551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y,
557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y,
563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs));
575 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_unaligned_e,
580 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
595 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*dh_, hashed_e,
605 EXPECT_EQ(block_of_first_e, FirstMatchingBlock(*th_, hashed_e
    [all...]
blockhash.h 397 // FirstMatchingBlock or NextMatchingBlock. No check is performed
404 int FirstMatchingBlock(uint32_t hash_value, const char* block_ptr) const;
406 // Given a block number returned by FirstMatchingBlock()
412 // Inline version of FirstMatchingBlock. This saves the cost of a function
442 // The protected functions BlockContentsMatch, FirstMatchingBlock,
blockhash.cc 313 // FirstMatchingBlock or NextMatchingBlock. No check is performed
321 int BlockHash::FirstMatchingBlock(uint32_t hash_value,

Completed in 112 milliseconds