Home
last modified time | relevance | path

Searched defs:block1 (Results 1 – 10 of 10) 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/open-vcdiff/src/
Dblockhash.cc243 inline bool CompareWholeWordValues(const char* block1, in CompareWholeWordValues()
271 inline bool BlockCompareWordsInline(const char* block1, const char* block2) { in BlockCompareWordsInline()
276 bool BlockHash::BlockCompareWords(const char* block1, const char* block2) { in BlockCompareWords()
280 inline bool BlockContentsMatchInline(const char* block1, const char* block2) { in BlockContentsMatchInline()
294 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/ceres-solver/internal/ceres/
Dvisibility_based_preconditioner.cc298 for (set<int>::const_iterator block1 = f_blocks.begin(); in ComputeBlockPairsInPreconditioner() local
316 const int block1 = row.cells[i].block_id - num_eliminate_blocks; in ComputeBlockPairsInPreconditioner() local
408 const int block1 = it->first; in ScaleOffDiagonalCells() local
485 const int block1, in IsBlockPairInPreconditioner()
496 const int block1, in IsBlockPairOffDiagonal()
Dvisibility_based_preconditioner_test.cc211 bool IsBlockPairInPreconditioner(const int block1, const int block2) { in IsBlockPairInPreconditioner()
215 bool IsBlockPairOffDiagonal(const int block1, const int block2) { in IsBlockPairOffDiagonal()
Dschur_eliminator_impl.h502 const int block1 = it1->first - num_eliminate_blocks_; in ChunkOuterProduct() local
615 const int block1 = row.cells[i].block_id - num_eliminate_blocks_; in NoEBlockRowOuterProduct() local
669 const int block1 = row.cells[i].block_id - num_eliminate_blocks_; in EBlockRowOuterProduct() 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()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DBasicBlockList.java259 public boolean catchesEqual(BasicBlock block1, BasicBlock block2) { in catchesEqual()
/external/openssl/crypto/modes/
Dmodes_lcl.h122 block128_f block1,block2; member