HomeSort by relevance Sort by last modified time
    Searched full:block1 (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/modules/desktop_capture/
differ_block_unittest.cc 31 void PrepareBuffers(uint8_t* &block1, uint8_t* &block2) {
32 block1 = reinterpret_cast<uint8_t*>
34 GenerateData(block1, kSizeOfBlock);
35 block2 = block1 + kSizeOfBlock;
36 memcpy(block2, block1, kSizeOfBlock);
40 uint8_t* block1; local
42 PrepareBuffers(block1, block2);
46 int result = BlockDifference(block1, block2, kBlockSize * kBytesPerPixel);
52 uint8_t* block1; local
54 PrepareBuffers(block1, block2)
64 uint8_t* block1; local
76 uint8_t* block1; local
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
early-if-phi-i1.ll 3 ; Check that the early if-conversion does not predicate block1 (where the
10 br i1 %c, label %block2, label %block1
11 block1:
15 %b = phi i1 [ 0, %entry ], [ %c1, %block1 ]
  /external/clang/test/Rewriter/
objc-modern-implicit-cast.mm 24 void(^block1)(void) = obj1;
26 return_id(block1);
30 return_block(block1);
  /external/llvm/test/Transforms/GVN/
basic.ll 5 block1:
local-pre.ll 4 block1:
load-metadata.ll 5 block1:
rle-semidominated.ll 4 block1:
rle-nonlocal.ll 4 block1:
  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
basic.ll 4 block1:
local-pre.ll 4 block1:
rle-semidominated.ll 4 block1:
rle-nonlocal.ll 4 block1:
  /external/llvm/test/Transforms/CodeGenPrepare/X86/
extend-sink-hoist.ll 9 ; CHECK-LABEL: block1:
11 block1:
27 ; The first cast should be hoisted into block1, in order that the
30 ; CHECK-LABEL: block1:
33 block1:
51 block1:
62 %res = phi i128 [ %v2, %block1 ], [ %v4, %block2 ]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_sync_test.cc 77 u64 block1[4] = {}; // fake malloc block local
79 m->AllocBlock(thr, 0, (uptr)&block1[0], 3 * sizeof(u64));
80 m->AllocBlock(thr, 0, (uptr)&block1[3], 1 * sizeof(u64));
81 SyncVar *s1 = m->GetOrCreateAndLock(thr, 0, (uptr)&block1[0], true);
83 SyncVar *s2 = m->GetOrCreateAndLock(thr, 0, (uptr)&block1[1], true);
85 m->MoveMemory((uptr)&block1[0], (uptr)&block2[0], 4 * sizeof(u64));
86 MBlock *mb1 = m->GetBlock((uptr)&block1[0]);
88 MBlock *mb2 = m->GetBlock((uptr)&block1[3]);
96 s1 = m->GetIfExistsAndLock((uptr)&block1[0], true);
98 s2 = m->GetIfExistsAndLock((uptr)&block1[1], true)
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
PR17073.ll 4 ; The first test confirms that we don't do that when the trapping op is reached by the current BB (block1).
23 br i1 %tobool, label %exit, label %block1
25 block1:
32 %storemerge = phi i32* [ null, %entry ],[ null, %block2 ], [ select (i1 icmp eq (i64 urem (i64 2, i64 zext (i1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %block1 ]
43 br i1 %tobool, label %exit, label %block1
45 block1:
52 %storemerge = phi i32* [ select (i1 icmp eq (i64 urem (i64 2, i64 zext (i1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %entry ],[ null, %block2 ], [ null, %block1 ]
62 br i1 %tobool, label %exit, label %block1
64 block1:
71 %storemerge = phi i32* [ null, %entry ],[ null, %block2 ], [ select (i1 icmp eq (i64 add (i64 2, i64 zext (i1 icmp eq (i32* bitcast (i8* @b to i32*), i32* @a) to i64)), i64 0), i32* null, i32* @a), %block1 ]
    [all...]
  /external/clang/test/CodeGen/
blockwithlocalstatic.c 10 void (^block1)(void) = ^ {
  /external/clang/test/SemaObjC/
NSString-type.m 6 void (^block1)(void) = pid;
  /external/llvm/test/Transforms/LoopVectorize/
value-ptr-bug.ll 26 br i1 %cmp, label %block1, label %loop
28 block1:
37 %row_width.5 = phi i32 [ %sub267.lcssa, %block1 ], [ %dec, %do.body272 ]
38 %sp.4 = phi i8* [ %tmp30, %block1 ], [ %incdec.ptr273, %do.body272 ]
39 %dp.addr.4 = phi i8* [ %tmp29, %block1 ], [ %incdec.ptr274, %do.body272 ]
  /art/compiler/optimizing/
linearize_test.cc 58 // Block1
83 // Block1
108 // Block1
135 // Block1
165 // Block1
194 // Block1
221 // Block1
common_dominator.h 30 static HBasicBlock* ForPair(HBasicBlock* block1, HBasicBlock* block2) {
31 CommonDominator finder(block1);
  /external/clang/test/SemaObjCXX/
NSString-type.mm 6 void (^block1)(void) = pid;
  /external/clang/test/Index/
comment-c-decls.c 103 int (^Block1) (int i, int j) = ^(int i, int j) { return i + j; };
104 // CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {\n}</Declaration>
format-comment-cdecls.c 98 int (^Block1) (int i, int j) = ^(int i, int j) { return i + j; };
99 // CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {\n}</Declaration>
  /external/valgrind/cachegrind/
cg_sim.c 129 UWord block1 = a >> c->line_size_bits; local
131 UInt set1 = block1 & c->sets_min_1;
140 UWord tag1 = block1;
143 if (block1 == block2)
147 else if (block1 + 1 == block2) {
159 a, size, block1, block2);
226 UWord block1, block2; local
229 block1 = a >> I1.line_size_bits;
231 if (block1 != block2) return False;
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 110 Reference block1 = allocator_->Allocate(sizeof(TestObject1), 1); local
111 EXPECT_NE(0U, block1);
112 EXPECT_NE(nullptr, allocator_->GetAsObject<TestObject1>(block1, 1));
113 EXPECT_EQ(nullptr, allocator_->GetAsObject<TestObject2>(block1, 1));
114 EXPECT_LE(sizeof(TestObject1), allocator_->GetAllocSize(block1));
116 allocator_->GetAllocSize(block1));
126 allocator_->MakeIterable(block1);
127 EXPECT_EQ(block1, iter1a.GetNext(&type));
152 PersistentMemoryAllocator::Iterator iter1b(allocator_.get(), block1);
200 EXPECT_EQ(block1, iter2.GetNext(&type))
230 Reference block1 = allocator_->Allocate(TEST_MEMORY_PAGE \/ 2, 1); local
477 Reference block1 = allocator_->Allocate(sizeof(TestObject1), 1); local
    [all...]

Completed in 965 milliseconds

1 2 3 4 5