Searched refs:a2 (Results 151 - 175 of 920) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/
H A Ddrd_bitmap.c130 const Addr a1, const Addr a2,
136 return DRD_(bm_access_range_load)(bm, a1, a2);
138 return DRD_(bm_access_range_store)(bm, a1, a2);
141 void DRD_(bm_access_range_load)(struct bitmap* const bm, Addr a1, Addr a2) argument
146 tl_assert(a1 <= a2);
147 tl_assert(a2 < first_address_with_higher_msb(a2));
149 tl_assert(a2 == first_address_with_same_lsb(a2));
151 for (b = a1; b < a2;
129 bm_access_range(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
237 bm_access_range_store(struct bitmap* const bm, const Addr a1, const Addr a2) argument
334 bm_has(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
369 bm_has_any_load(struct bitmap* const bm, const Addr a1, const Addr a2) argument
421 bm_has_any_store(struct bitmap* const bm, const Addr a1, const Addr a2) argument
476 bm_has_any_access(struct bitmap* const bm, const Addr a1, const Addr a2) argument
557 bm_clear(struct bitmap* const bm, Addr a1, Addr a2) argument
634 bm_clear_load(struct bitmap* const bm, Addr a1, Addr a2) argument
715 bm_clear_store(struct bitmap* const bm, const Addr a1, const Addr a2) argument
798 bm_test_and_clear(struct bitmap* const bm, const Addr a1, const Addr a2) argument
808 bm_has_conflict_with(struct bitmap* const bm, const Addr a1, const Addr a2, const BmAccessTypeT access_type) argument
874 bm_load_has_conflict_with(struct bitmap* const bm, const Addr a1, const Addr a2) argument
938 bm_store_has_conflict_with(struct bitmap* const bm, const Addr a1, const Addr a2) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dstmtexpr.cpp32 A b = ({ A a(1); A a1(2); A a2(3); a1; a2; a; });
35 A c = ({ A a(1); A a1(2); A a2(3); a1; a2; a; A a3(4); a2; a3; });
/external/libcxx/test/containers/associative/map/map.cons/
H A Dmove_alloc.pass.cpp47 V a2[] = local
59 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[0])), C(5), A(7));
86 V a2[] = local
98 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[
125 V a2[] = local
165 V a2[] = local
[all...]
H A Dmove_assign.pass.cpp47 V a2[] = local
59 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[0])), C(5), A(7));
87 V a2[] = local
99 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[
127 V a2[] = local
168 V a2[] = local
[all...]
/external/libcxx/test/containers/associative/multimap/multimap.cons/
H A Dmove_alloc.pass.cpp47 V a2[] = local
59 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[0])), C(5), A(7));
86 V a2[] = local
98 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[
125 V a2[] = local
165 V a2[] = local
[all...]
H A Dmove_assign.pass.cpp47 V a2[] = local
59 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[0])), C(5), A(7));
87 V a2[] = local
99 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[
127 V a2[] = local
168 V a2[] = local
[all...]
/external/libcxx/test/containers/associative/multiset/multiset.cons/
H A Dmove_assign.pass.cpp46 V a2[] = local
58 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[0])), C(5), A(7));
85 V a2[] = local
97 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[
124 V a2[] = local
165 V a2[] = local
[all...]
/external/libcxx/test/containers/associative/set/set.cons/
H A Dmove_assign.pass.cpp46 V a2[] = local
58 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[0])), C(5), A(7));
85 V a2[] = local
97 M m2(I(a2), I(a2+sizeof(a2)/sizeof(a2[
124 V a2[] = local
164 V a2[] = local
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Ddiffdb.c19 unsigned char a1[PAGESIZE], a2[PAGESIZE]; local
35 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
36 if( memcmp(a1,a2,PAGESIZE) ){
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-412203.js16 var a2 = new Int32Array(2);
17 a2[0] = 3;
18 b.__proto__ = a2
/external/clang/test/CodeGen/
H A Datomics-inlining.c11 unsigned char a1[100], a2[100]; variable
31 (void)__atomic_load(&a1, &a2, memory_order_seq_cst);
32 (void)__atomic_store(&a1, &a2, memory_order_seq_cst);
43 // ARM: call arm_aapcscc void @__atomic_load(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0)
44 // ARM: call arm_aapcscc void @__atomic_store(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0)
55 // PPC32: call void @__atomic_load(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0)
56 // PPC32: call void @__atomic_store(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0)
67 // PPC64: call void @__atomic_load(i64 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0)
68 // PPC64: call void @__atomic_store(i64 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i32 0, i32 0)
79 // MIPS32: call void @__atomic_load(i32 100, i8* getelementptr inbounds ([100 x i8]* @a1, i32 0, i32 0), i8* getelementptr inbounds ([100 x i8]* @a2, i3
[all...]
H A Dmips64-padding-arg.c12 // N64-LABEL: define void @foo1(i32 %a0, i64, double %a1.coerce0, i64 %a1.coerce1, i64 %a1.coerce2, i64 %a1.coerce3, double %a2.coerce0, i64 %a2.coerce1, i64 %a2.coerce2, i64 %a2.coerce3, i32 %b, i64, double %a3.coerce0, i64 %a3.coerce1, i64 %a3.coerce2, i64 %a3.coerce3)
13 // N64: tail call void @foo2(i32 1, i32 2, i32 %a0, i64 undef, double %a1.coerce0, i64 %a1.coerce1, i64 %a1.coerce2, i64 %a1.coerce3, double %a2.coerce0, i64 %a2.coerce1, i64 %a2.coerce2, i64 %a2.coerce3, i32 3, i64 undef, double %a3.coerce0, i64 %a3.coerce1, i64 %a3.coerce2, i64 %a3.coerce3)
18 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { argument
19 foo2(1, 2, a0, a1, a2,
[all...]
/external/libcxx/test/utilities/memory/default.allocator/
H A Dallocator_types.pass.cpp46 std::allocator<char> a2 = a; local
47 a2 = a;
48 std::allocator<int> a3 = a2;
/external/llvm/unittests/Support/
H A DManagedStatic.cpp46 pthread_attr_t a1, a2; local
48 void *p2 = test1::allocate_stack(a2);
52 pthread_create(&t2, &a2, test1::helper, nullptr);
/external/valgrind/main/none/tests/x86/
H A Dincdec_alt.c7 int r1,r2,r3,r4,r5,r6,r7,r8,a1,a2; variable
15 "\tmovl " VG_SYM(a2) ",%edx\n"
57 a2 = 0x88888888;
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/
H A Dconverting_move.pass.cpp34 A a2 = std::move(a1); local
37 assert(a2 == a1);
47 A a2 = std::move(a1); local
52 assert(a2 == a1);
64 A a2 = std::move(a1); local
71 assert(a2 == a1);
/external/chromium_org/base/memory/
H A Dlinked_ptr_unittest.cc38 linked_ptr<A> a0, a1, a2; local
40 a1 = a2;
43 ASSERT_EQ(a2.get(), static_cast<A*>(NULL));
46 ASSERT_TRUE(a2 == NULL);
60 a2 = a5;
79 a2->Use();
81 a1 = a2;
82 a2.reset(new A);
/external/chromium_org/testing/gtest/test/
H A Dgtest-linked_ptr_test.cc79 linked_ptr<A> a0, a1, a2; local
82 a1 = a2;
85 ASSERT_EQ(a2.get(), static_cast<A*>(NULL));
88 ASSERT_TRUE(a2 == NULL);
102 a2 = a5;
121 a2->Use();
123 a1 = a2;
124 a2.reset(new A);
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_mips.S56 move $t9,$a2
57 move $a2,$sp
H A DSaveRegisters_mips64.S33 move $t9,$a2
34 move $a2,$sp
/external/clang/test/Index/
H A Dannotate-comments-preprocessor.c25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
/external/clang/test/SemaCXX/
H A Dsourceranges.cpp32 void destruct(foo::A *a1, foo::A *a2, P<int> *p1) { argument
36 a2->foo::A::~A();
/external/gtest/test/
H A Dgtest-linked_ptr_test.cc79 linked_ptr<A> a0, a1, a2; local
82 a1 = a2;
85 ASSERT_EQ(a2.get(), static_cast<A*>(NULL));
88 ASSERT_TRUE(a2 == NULL);
102 a2 = a5;
121 a2->Use();
123 a1 = a2;
124 a2.reset(new A);
/external/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/
H A Dand_valarray.pass.cpp24 T a2[] = {6, 7, 8, 9, 10}; local
28 std::valarray<T> v2(a2, N);
H A Ddivide_valarray.pass.cpp24 T a2[] = {6, 7, 8, 9, 10}; local
28 std::valarray<T> v2(a2, N);

Completed in 2263 milliseconds

1234567891011>>