Home
last modified time | relevance | path

Searched refs:block2 (Results 1 – 25 of 45) sorted by relevance

12

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_block_unittest.cc31 void PrepareBuffers(uint8_t* &block1, uint8_t* &block2) { in PrepareBuffers() argument
35 block2 = block1 + kSizeOfBlock; in PrepareBuffers()
36 memcpy(block2, block1, kSizeOfBlock); in PrepareBuffers()
41 uint8_t* block2; in TEST() local
42 PrepareBuffers(block1, block2); in TEST()
46 int result = BlockDifference(block1, block2, kBlockSize * kBytesPerPixel); in TEST()
53 uint8_t* block2; in TEST() local
54 PrepareBuffers(block1, block2); in TEST()
55 block2[kSizeOfBlock-2] += 1; in TEST()
58 int result = BlockDifference(block1, block2, kBlockSize * kBytesPerPixel); in TEST()
[all …]
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dextend-sink-hoist.ll5 ; The first cast should be sunk into block2, in order that the
14 br label %block2
16 ; CHECK-LABEL: block2:
20 block2:
35 br label %block2
37 ; CHECK-LABEL: block2:
40 block2:
54 br i1 undef, label %block2, label %block3
56 block2:
62 %res = phi i128 [ %v2, %block1 ], [ %v4, %block2 ]
/external/ceres-solver/internal/ceres/
Dvisibility_based_preconditioner.cc298 set<int>::const_iterator block2 = block1; in ComputeBlockPairsInPreconditioner() local
299 ++block2; in ComputeBlockPairsInPreconditioner()
300 for (; block2 != f_blocks.end(); ++block2) { in ComputeBlockPairsInPreconditioner()
301 if (IsBlockPairInPreconditioner(*block1, *block2)) { in ComputeBlockPairsInPreconditioner()
302 block_pairs_.insert(make_pair(*block1, *block2)); in ComputeBlockPairsInPreconditioner()
315 const int block2 = row.cells[j].block_id - num_eliminate_blocks; in ComputeBlockPairsInPreconditioner() local
316 if (block1 <= block2) { in ComputeBlockPairsInPreconditioner()
317 if (IsBlockPairInPreconditioner(block1, block2)) { in ComputeBlockPairsInPreconditioner()
318 block_pairs_.insert(make_pair(block1, block2)); in ComputeBlockPairsInPreconditioner()
406 const int block2 = it->second; in ScaleOffDiagonalCells() local
[all …]
Dcovariance_test.cc50 double* block2 = block1 + 1; in TEST() local
51 double* block3 = block2 + 2; in TEST()
60 problem.AddParameterBlock(block2, 2); in TEST()
91 covariance_blocks.push_back(make_pair(block2, block2)); in TEST()
93 covariance_blocks.push_back(make_pair(block2, block3)); in TEST()
320 const double* block2 = covariance_blocks[i].second; in ComputeAndCompareCovarianceBlocks() local
322 GetCovarianceBlockAndCompare(block1, block2, covariance, expected_covariance); in ComputeAndCompareCovarianceBlocks()
324 GetCovarianceBlockAndCompare(block2, block1, covariance, expected_covariance); in ComputeAndCompareCovarianceBlocks()
330 const double* block2, in GetCovarianceBlockAndCompare() argument
335 const int col_begin = FindOrDie(column_bounds_, block2).first; in GetCovarianceBlockAndCompare()
[all …]
Dschur_eliminator_impl.h531 const int block2 = it2->first - num_eliminate_blocks_; in ChunkOuterProduct() local
534 CellInfo* cell_info = lhs->GetCell(block1, block2, in ChunkOuterProduct()
623 const int block2 = row.cells[j].block_id - num_eliminate_blocks_; in NoEBlockRowOuterProduct() local
624 DCHECK_GE(block2, 0); in NoEBlockRowOuterProduct()
625 DCHECK_LT(block1, block2); in NoEBlockRowOuterProduct()
627 CellInfo* cell_info = lhs->GetCell(block1, block2, in NoEBlockRowOuterProduct()
675 const int block2 = row.cells[j].block_id - num_eliminate_blocks_; in EBlockRowOuterProduct() local
676 DCHECK_GE(block2, 0); in EBlockRowOuterProduct()
677 DCHECK_LT(block1, block2); in EBlockRowOuterProduct()
680 CellInfo* cell_info = lhs->GetCell(block1, block2, in EBlockRowOuterProduct()
Dvisibility_based_preconditioner.h163 bool IsBlockPairInPreconditioner(int block1, int block2) const;
164 bool IsBlockPairOffDiagonal(int block1, int block2) const;
Dcovariance_impl.cc118 ParameterBlock* block2 = in GetCovarianceBlock() local
122 const int block2_size = block2->Size(); in GetCovarianceBlock()
162 ParameterBlock* block2 = in GetCovarianceBlock() local
165 const LocalParameterization* local_param2 = block2->local_parameterization(); in GetCovarianceBlock()
168 const int block2_size = block2->Size(); in GetCovarianceBlock()
169 const int block2_local_size = block2->LocalSize(); in GetCovarianceBlock()
/external/llvm/test/Transforms/GVN/
Dpre-load.ll7 br i1 %C, label %block2, label %block3
9 block2:
11 ; CHECK: block2:
30 br i1 %C, label %block2, label %block3
32 block2:
34 ; CHECK: block2:
42 %P2 = phi i32* [%p, %block3], [%q, %block2]
57 br i1 %C, label %block2, label %block3
59 block2:
61 ; CHECK: block2:
[all …]
Drle-nonlocal.ll6 br i1 %cmp , label %block2, label %block3
8 block2:
19 %existingPHI = phi i32* [ %a, %block2 ], [ %b, %block3 ]
Dbasic.ll6 br label %block2
7 block2:
Dlocal-pre.ll6 br i1 %cmp, label %block2, label %block3
8 block2:
Drle-semidominated.ll7 br i1 %cmp, label %block2, label %block3
9 block2:
/external/valgrind/cachegrind/
Dcg_sim.c130 UWord block2 = (a+size-1) >> c->line_size_bits; in cachesim_ref_is_miss() local
143 if (block1 == block2) in cachesim_ref_is_miss()
147 else if (block1 + 1 == block2) { in cachesim_ref_is_miss()
148 UInt set2 = block2 & c->sets_min_1; in cachesim_ref_is_miss()
149 UWord tag2 = block2; in cachesim_ref_is_miss()
159 a, size, block1, block2); in cachesim_ref_is_miss()
226 UWord block1, block2; in cachesim_is_IrNoX() local
230 block2 = (a+size-1) >> I1.line_size_bits; in cachesim_is_IrNoX()
231 if (block1 != block2) return False; in cachesim_is_IrNoX()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cc78 u64 block2[4] = {}; // fake malloc block in TEST() local
85 m->MoveMemory((uptr)&block1[0], (uptr)&block2[0], 4 * sizeof(u64)); in TEST()
90 mb1 = m->GetBlock((uptr)&block2[0]); in TEST()
93 mb2 = m->GetBlock((uptr)&block2[3]); in TEST()
100 s1 = m->GetIfExistsAndLock((uptr)&block2[0]); in TEST()
102 EXPECT_EQ(s1->addr, (uptr)&block2[0]); in TEST()
104 s2 = m->GetIfExistsAndLock((uptr)&block2[1]); in TEST()
106 EXPECT_EQ(s2->addr, (uptr)&block2[1]); in TEST()
108 m->FreeRange(thr, 0, (uptr)&block2[0], 4 * sizeof(u64)); in TEST()
/external/llvm/test/Transforms/SimplifyCFG/
DPR17073.ll26 br i1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a), label %exit, label %block2
28 block2:
32 …%storemerge = phi i32* [ null, %entry ],[ null, %block2 ], [ select (i1 icmp eq (i64 urem (i64 2, …
46 br i1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a), label %exit, label %block2
48 block2:
52 …i32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %entry ],[ null, %block2 ], [ null, %block1…
65 br i1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a), label %exit, label %block2
67 block2:
71 …%storemerge = phi i32* [ null, %entry ],[ null, %block2 ], [ select (i1 icmp eq (i64 add (i64 2, i…
/external/llvm/test/CodeGen/Hexagon/
Dearly-if-phi-i1.ll10 br i1 %c, label %block2, label %block1
13 br label %block2
14 block2:
/external/valgrind/none/tests/arm64/
Dmemory.c296 static void show_block_xor ( UChar* block1, UChar* block2, Int n ) in show_block_xor() argument
303 UInt diff = 0xFF & (UInt)(block1[i] - block2[i]); in show_block_xor()
350 ULong block2[12]; \
351 for (i = 0; i < 12; i++) block2[i] = block[i]; \
376 printf(" %016llx x13 (xor, xfer intreg #1)\n", block[0] ^ block2[0]); \
377 printf(" %016llx x23 (xor, xfer intreg #2)\n", block[1] ^ block2[1]); \
378 printf(" %016llx v17.d[0] (xor, xfer vecreg #1)\n", block[2] ^ block2[2]); \
379 printf(" %016llx v17.d[1] (xor, xfer vecreg #1)\n", block[3] ^ block2[3]); \
380 printf(" %016llx v18.d[0] (xor, xfer vecreg #2)\n", block[4] ^ block2[4]); \
381 printf(" %016llx v18.d[1] (xor, xfer vecreg #2)\n", block[5] ^ block2[5]); \
[all …]
/external/llvm/test/CodeGen/SystemZ/Large/
Dbranch-range-07.py48 block2 = 'loop0' if i == 0 else 'after%d' % (i - 1) variable
50 ' [ %%nextcount%d, %%%s ]' % (i, i, block1, i, block2))
Dbranch-range-08.py49 block2 = 'loop0' if i == 0 else 'after%d' % (i - 1) variable
51 ' [ %%nextcount%d, %%%s ]' % (i, i, block1, i, block2))
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DBasicBlockList.java259 public boolean catchesEqual(BasicBlock block1, BasicBlock block2) { in catchesEqual() argument
261 TypeList catches2 = block2.getExceptionHandlerTypes(); in catchesEqual()
268 IntList succ2 = block2.getSuccessors(); in catchesEqual()
272 int primary2 = block2.getPrimarySuccessor(); in catchesEqual()
/external/pdfium/third_party/freetype/src/base/
Dftutil.c150 FT_Pointer block2; in ft_mem_qrealloc() local
155 block2 = memory->realloc( memory, cur_size, new_size, block ); in ft_mem_qrealloc()
156 if ( block2 == NULL ) in ft_mem_qrealloc()
159 block = block2; in ft_mem_qrealloc()
/external/freetype/src/base/
Dftutil.c150 FT_Pointer block2; in ft_mem_qrealloc() local
155 block2 = memory->realloc( memory, cur_size, new_size, block ); in ft_mem_qrealloc()
156 if ( block2 == NULL ) in ft_mem_qrealloc()
159 block = block2; in ft_mem_qrealloc()
/external/boringssl/src/decrepit/xts/
Dxts.c61 block128_f block1, block2; member
78 (*ctx->block2)(tweak.c, tweak.c, ctx->key2); in CRYPTO_xts128_encrypt()
197 xctx->xts.block2 = (block128_f) AES_encrypt; in aes_xts_init_key()
/external/clang/test/CodeGen/
Dblockwithlocalstatic.c15 int (^block2)(void) = ^ {
/external/clang/test/SemaObjC/
Dnonnull.m18 extern void func1 (void (^block1)(), void (^block2)(), int) __attribute__((nonnull));
20 extern void func3 (void (^block1)(), int, void (^block2)(), int)
23 extern void func4 (void (^block1)(), void (^block2)()) __attribute__((nonnull(1)))

12