OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockContentsMatch
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
blockhash.h
375
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,
blockhash.cc
293
bool BlockHash::
BlockContentsMatch
(const char* block1, const char* block2) {
blockhash_test.cc
45
static bool
BlockContentsMatch
(const char* block1, const char* block2) {
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
[
all
...]
/external/open-vcdiff/src/
blockhash.h
375
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,
blockhash.cc
294
bool BlockHash::
BlockContentsMatch
(const char* block1, const char* block2) {
blockhash_test.cc
45
static bool
BlockContentsMatch
(const char* block1, const char* block2) {
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
[
all
...]
Completed in 62 milliseconds