Home
last modified time | relevance | path

Searched defs:block1 (Results 1 – 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc242 inline bool CompareWholeWordValues(const char* block1, in CompareWholeWordValues()
270 inline bool BlockCompareWordsInline(const char* block1, const char* block2) { in BlockCompareWordsInline()
275 bool BlockHash::BlockCompareWords(const char* block1, const char* block2) { in BlockCompareWords()
279 inline bool BlockContentsMatchInline(const char* block1, const char* block2) { in BlockContentsMatchInline()
293 bool BlockHash::BlockContentsMatch(const char* block1, const char* block2) { in BlockContentsMatch()
Dblockhash_test.cc45 static bool BlockContentsMatch(const char* block1, const char* block2) { in BlockContentsMatch()
329 const char* block1 = compare_buffer_1_; in TestAndPrintTimesForCompareFunctions() local
347 const char* block1 = compare_buffer_1_; in TestAndPrintTimesForCompareFunctions() local
/external/flac/libFLAC/
Dmetadata_object.c696 static FLAC__bool compare_block_data_streaminfo_(const FLAC__StreamMetadata_StreamInfo *block1, con… in compare_block_data_streaminfo_()
719 static FLAC__bool compare_block_data_application_(const FLAC__StreamMetadata_Application *block1, c… in compare_block_data_application_()
733 static FLAC__bool compare_block_data_seektable_(const FLAC__StreamMetadata_SeekTable *block1, const… in compare_block_data_seektable_()
758 static FLAC__bool compare_block_data_vorbiscomment_(const FLAC__StreamMetadata_VorbisComment *block… in compare_block_data_vorbiscomment_()
786 static FLAC__bool compare_block_data_cuesheet_(const FLAC__StreamMetadata_CueSheet *block1, const F… in compare_block_data_cuesheet_()
835 static FLAC__bool compare_block_data_picture_(const FLAC__StreamMetadata_Picture *block1, const FLA… in compare_block_data_picture_()
858 static FLAC__bool compare_block_data_unknown_(const FLAC__StreamMetadata_Unknown *block1, const FLA… in compare_block_data_unknown_()
869 FLAC_API FLAC__bool FLAC__metadata_object_is_equal(const FLAC__StreamMetadata *block1, const FLAC__… in FLAC__metadata_object_is_equal()