HomeSort by relevance Sort by last modified time
    Searched full:block2 (Results 26 - 50 of 54) sorted by null

12 3

  /external/open-vcdiff/src/
blockhash_test.cc 45 static bool BlockContentsMatch(const char* block1, const char* block2) {
46 return BlockHash::BlockContentsMatch(block1, block2);
330 const char* block2 = compare_buffer_2_;
332 if (!BlockHash::BlockCompareWords(block1, block2)) {
336 block2 += kBlockSize;
348 const char* block2 = compare_buffer_2_;
350 if (!BlockHash::BlockContentsMatch(block1, block2)) {
354 block2 += kBlockSize;
    [all...]
blockhash.h 374 // the block beginning at block2; false otherwise.
375 static bool BlockContentsMatch(const char* block1, const char* block2);
390 static bool BlockCompareWords(const char* block1, const char* block2);
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 512 const int block2 = it2->first - num_eliminate_blocks_; local
515 CellInfo* cell_info = lhs->GetCell(block1, block2,
634 const int block2 = row.cells[j].block_id - num_eliminate_blocks_; local
635 DCHECK_GE(block2, 0);
636 DCHECK_LT(block1, block2);
638 CellInfo* cell_info = lhs->GetCell(block1, block2,
695 const int block2 = row.cells[j].block_id - num_eliminate_blocks_; local
696 DCHECK_GE(block2, 0);
697 DCHECK_LT(block1, block2);
700 CellInfo* cell_info = lhs->GetCell(block1, block2,
    [all...]
visibility_based_preconditioner.h 207 bool IsBlockPairInPreconditioner(int block1, int block2) const;
208 bool IsBlockPairOffDiagonal(int block1, int block2) const;
residual_block.h 56 // --- loss_function( || cost_function(block1, block2, ...) ||^2 ),
suitesparse.cc 255 // block_starts = [0, block1, block1 + block2 ..]
  /external/clang/test/CodeGenObjC/
arc-captured-block-var-inlined-layout.m 119 dispatch_block_t block2 = ^{
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 402 BasicBlock *Block2 = BasicBlock::Create(Context, "block2", Func2);
416 Builder.SetInsertPoint(Block2);
453 BasicBlock *Block2 = BasicBlock::Create(Context, "block2", Func2);
461 Builder.SetInsertPoint(Block2);
  /external/oprofile/libregex/tests/
mangled-name.in 145 vector<block1::block2, allocator<block1::block2> >
146 vector<block1::block2>
  /external/llvm/test/Transforms/GVN/
rle.ll 366 br i1 true, label %block2, label %block3
368 block2:
433 br i1 true, label %block2, label %block3
435 block2:
445 %A = phi i32 [-1, %block2], [42, %block3]
449 ; CHECK-NEXT: %D = phi i32 [ 87, %block2 ], [ 97, %block3 ]
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 194 br label %block2
196 block2:
StackColoring.ll 370 br label %block2
372 block2:
  /external/openssl/crypto/modes/
modes_lcl.h 122 block128_f block1,block2; member in struct:xts128_context
xts128.c 73 (*ctx->block2)(tweak.c,tweak.c,ctx->key2);
  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 374 // the block beginning at block2; false otherwise.
375 static bool BlockContentsMatch(const char* block1, const char* block2);
390 static bool BlockCompareWords(const char* block1, const char* block2);
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 401 GrammarAST block2=(GrammarAST)$start.getFirstChildWithType(BLOCK);
402 org.antlr.analysis.DFA dfa = block2.getLookaheadDFA();
464 $code.add("emptyRule", grammar.isEmptyRule(block2));
    [all...]
  /external/openssl/crypto/evp/
e_aes.c 371 xctx->xts.block2 = (block128_f)aesni_encrypt;
1088 xctx->xts.block2 = (block128_f)vpaes_encrypt;
1107 xctx->xts.block2 = (block128_f)AES_encrypt;
    [all...]
  /external/qemu/
shaper.c 254 //fprintf(stderr, "NETSHAPER: block2 for %.2fms\n", (shaper->block_until - now)*1.0 );
  /external/tremolo/Tremolo/
mdctLARM.s 644 @ block2
781 @ block2
897 @ block2
mdctARM.s 657 @ block2
    [all...]
  /external/valgrind/main/callgrind/
sim.c 749 goto block2; \
764 goto block2; \
775 block2: \
    [all...]
  /external/clang/test/Index/
complete-objc-message.m 179 int (^block2)(int),
  /external/clang/lib/Analysis/
UninitializedValues.cpp 493 // block2: if (b)
  /external/flac/include/FLAC/
metadata.h     [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]

Completed in 425 milliseconds

12 3