Searched refs:BlockContentsMatch (Results 1 - 9 of 9) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h375 static bool BlockContentsMatch(const char* block1, const char* block2);
382 // BlockContentsMatch will use either this function or memcmp to do its work,
442 // The protected functions BlockContentsMatch, FirstMatchingBlock,
H A Dblockhash.cc293 bool BlockHash::BlockContentsMatch(const char* block1, const char* block2) { function in class:open_vcdiff::BlockHash
H A Dblockhash_test.cc45 static bool BlockContentsMatch(const char* block1, const char* block2) { function in class:open_vcdiff::BlockHashTest
46 return BlockHash::BlockContentsMatch(block1, block2);
350 if (!BlockHash::BlockContentsMatch(block1, block2)) {
369 std::cout << "BlockHash::BlockContentsMatch: "
377 std::cout << "BlockContentsMatch is " << percent_change << "%"
380 std::cout << "BlockContentsMatch is " << (-percent_change) << "%"
386 // check will fail only if BlockContentsMatch is at least twice as slow as
531 // In practice, BlockHash::BlockContentsMatch will only be called
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash.h375 static bool BlockContentsMatch(const char* block1, const char* block2);
382 // BlockContentsMatch will use either this function or memcmp to do its work,
442 // The protected functions BlockContentsMatch, FirstMatchingBlock,
H A Dblockhash.cc294 bool BlockHash::BlockContentsMatch(const char* block1, const char* block2) { function in class:open_vcdiff::BlockHash
H A Dblockhash_test.cc45 static bool BlockContentsMatch(const char* block1, const char* block2) { function in class:open_vcdiff::BlockHashTest
46 return BlockHash::BlockContentsMatch(block1, block2);
350 if (!BlockHash::BlockContentsMatch(block1, block2)) {
369 std::cout << "BlockHash::BlockContentsMatch: "
377 std::cout << "BlockContentsMatch is " << percent_change << "%"
380 std::cout << "BlockContentsMatch is " << (-percent_change) << "%"
386 // check will fail only if BlockContentsMatch is at least twice as slow as
531 // In practice, BlockHash::BlockContentsMatch will only be called
/external/open-vcdiff/src/
H A Dblockhash.h375 static bool BlockContentsMatch(const char* block1, const char* block2);
382 // BlockContentsMatch will use either this function or memcmp to do its work,
442 // The protected functions BlockContentsMatch, FirstMatchingBlock,
H A Dblockhash.cc294 bool BlockHash::BlockContentsMatch(const char* block1, const char* block2) { function in class:open_vcdiff::BlockHash
H A Dblockhash_test.cc45 static bool BlockContentsMatch(const char* block1, const char* block2) { function in class:open_vcdiff::BlockHashTest
46 return BlockHash::BlockContentsMatch(block1, block2);
350 if (!BlockHash::BlockContentsMatch(block1, block2)) {
369 std::cout << "BlockHash::BlockContentsMatch: "
377 std::cout << "BlockContentsMatch is " << percent_change << "%"
380 std::cout << "BlockContentsMatch is " << (-percent_change) << "%"
386 // check will fail only if BlockContentsMatch is at least twice as slow as
531 // In practice, BlockHash::BlockContentsMatch will only be called

Completed in 253 milliseconds