Searched refs:TestHashFirstTwoBytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash_test.cc41 void TestHashFirstTwoBytes(char first_value, char second_value) { function in class:open_vcdiff::__anon3255::RollingHashSimpleTest
77 TestHashFirstTwoBytes(0x00, 0x00);
78 TestHashFirstTwoBytes(0x00, 0xFF);
79 TestHashFirstTwoBytes(0xFF, 0x00);
80 TestHashFirstTwoBytes(0xFF, 0xFF);
81 TestHashFirstTwoBytes(0x00, 0x80);
82 TestHashFirstTwoBytes(0x7F, 0xFF);
83 TestHashFirstTwoBytes(0x7F, 0x80);
84 TestHashFirstTwoBytes(0x01, 0x8F);
/external/open-vcdiff/src/
H A Drolling_hash_test.cc41 void TestHashFirstTwoBytes(char first_value, char second_value) { function in class:open_vcdiff::__anon10385::RollingHashSimpleTest
77 TestHashFirstTwoBytes(0x00, 0x00);
78 TestHashFirstTwoBytes(0x00, 0xFF);
79 TestHashFirstTwoBytes(0xFF, 0x00);
80 TestHashFirstTwoBytes(0xFF, 0xFF);
81 TestHashFirstTwoBytes(0x00, 0x80);
82 TestHashFirstTwoBytes(0x7F, 0xFF);
83 TestHashFirstTwoBytes(0x7F, 0x80);
84 TestHashFirstTwoBytes(0x01, 0x8F);

Completed in 249 milliseconds