Searched refs:block_of_y_in_only (Results 1 – 1 of 1) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ |
D | blockhash_test.cc | 182 static const int block_of_y_in_only = 7; member in open_vcdiff::BlockHashTest 190 static const int index_of_y_in_only = block_of_y_in_only * kBlockSize; 257 const int BlockHashTest::block_of_y_in_only; member in open_vcdiff::BlockHashTest 551 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*th_, hashed_y, in TEST_F() 553 EXPECT_EQ(-1, NextMatchingBlock(*th_, block_of_y_in_only, test_string_y)); in TEST_F() 557 EXPECT_EQ(block_of_y_in_only, FirstMatchingBlock(*dh_, hashed_y, in TEST_F() 559 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_y_in_only, test_string_y)); in TEST_F()
|