Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 4901) sorted by relevance

12345678910>>...197

/external/sdv/vsomeip/third_party/boost/bind/test/
Dmem_fn_derived_test.cpp34 struct B struct
38 B(): hash(0) {} in B() argument
40 int f0() { f1(17); return 0; } in f0()
41 int g0() const { g1(17); return 0; } in g0()
43 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
44 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
68 struct X: public B argument
/external/clang/test/CodeGen/
Dsse2-builtins.c11 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi8()
17 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi16()
23 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi32()
29 __m128i test_mm_add_epi64(__m128i A, __m128i B) { in test_mm_add_epi64()
35 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
41 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
50 __m128i test_mm_adds_epi8(__m128i A, __m128i B) { in test_mm_adds_epi8()
56 __m128i test_mm_adds_epi16(__m128i A, __m128i B) { in test_mm_adds_epi16()
62 __m128i test_mm_adds_epu8(__m128i A, __m128i B) { in test_mm_adds_epu8()
68 __m128i test_mm_adds_epu16(__m128i A, __m128i B) { in test_mm_adds_epu16()
[all …]
Davx-builtins.c11 __m256d test_mm256_add_pd(__m256d A, __m256d B) { in test_mm256_add_pd()
17 __m256 test_mm256_add_ps(__m256 A, __m256 B) { in test_mm256_add_ps()
23 __m256d test_mm256_addsub_pd(__m256d A, __m256d B) { in test_mm256_addsub_pd()
29 __m256 test_mm256_addsub_ps(__m256 A, __m256 B) { in test_mm256_addsub_ps()
35 __m256d test_mm256_and_pd(__m256d A, __m256d B) { in test_mm256_and_pd()
41 __m256 test_mm256_and_ps(__m256 A, __m256 B) { in test_mm256_and_ps()
47 __m256d test_mm256_andnot_pd(__m256d A, __m256d B) { in test_mm256_andnot_pd()
54 __m256 test_mm256_andnot_ps(__m256 A, __m256 B) { in test_mm256_andnot_ps()
61 __m256d test_mm256_blend_pd(__m256d A, __m256d B) { in test_mm256_blend_pd()
67 __m256 test_mm256_blend_ps(__m256 A, __m256 B) { in test_mm256_blend_ps()
[all …]
Dsse42-builtins.c11 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra()
17 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc()
23 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri()
29 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm()
35 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro()
41 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs()
47 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz()
53 __m128i test_mm_cmpgt_epi64(__m128i A, __m128i B) { in test_mm_cmpgt_epi64()
59 int test_mm_cmpistra(__m128i A, __m128i B) { in test_mm_cmpistra()
65 int test_mm_cmpistrc(__m128i A, __m128i B) { in test_mm_cmpistrc()
[all …]
/external/licenseclassifier/internal/sets/
Dsets_benchmark_test.go64 func BenchmarkStringSets_NewStringSet(b *testing.B) {
71 func BenchmarkStringSets_Copy(b *testing.B) {
80 func BenchmarkStringSets_Insert(b *testing.B) {
89 func BenchmarkStringSets_Delete(b *testing.B) {
97 func BenchmarkStringSets_Intersect(b *testing.B) {
107 func BenchmarkStringSets_Disjoint(b *testing.B) {
117 func BenchmarkStringSets_Difference(b *testing.B) {
127 func BenchmarkStringSets_Unique(b *testing.B) {
137 func BenchmarkStringSets_Equal(b *testing.B) {
147 func BenchmarkStringSets_Union(b *testing.B) {
[all …]
/external/rust/android-crates-io/crates/zerocopy/src/
Ddeprecated.rs24 pub fn new(bytes: B) -> Option<Ref<B, T>> { in new()
38 pub fn new_from_prefix(bytes: B) -> Option<(Ref<B, T>, B)> { in new_from_prefix() argument
52 pub fn new_from_suffix(bytes: B) -> Option<(B, Ref<B, T>)> { in new_from_suffix()
69 pub fn new_unaligned(bytes: B) -> Option<Ref<B, T>> { in new_unaligned()
86 pub fn new_unaligned_from_prefix(bytes: B) -> Option<(Ref<B, T>, B)> { in new_unaligned_from_prefix() argument
103 pub fn new_unaligned_from_suffix(bytes: B) -> Option<(B, Ref<B, T>)> { in new_unaligned_from_suffix()
116 pub fn new_slice(bytes: B) -> Option<Ref<B, [T]>> { in new_slice()
132 pub fn new_slice_unaligned(bytes: B) -> Option<Ref<B, [T]>> { in new_slice_unaligned()
172 pub fn new_slice_from_prefix(bytes: B, count: usize) -> Option<(Ref<B, [T]>, B)> { in new_slice_from_prefix() argument
180 pub fn new_slice_from_suffix(bytes: B, count: usize) -> Option<(B, Ref<B, [T]>)> { in new_slice_from_suffix()
[all …]
/external/libconfig/tinytest/
Dtinytest.h113 #define TT_TEST_INT_(A, OP, B, F) \ argument
118 #define TT_TEST_INT_(A, OP, B, F) \ argument
126 #define TT_EXPECT_INT_EQ(A, B) \ argument
129 #define TT_ASSERT_INT_EQ(A, B) \ argument
132 #define TT_EXPECT_INT_NE(A, B) \ argument
135 #define TT_ASSERT_INT_NE(A, B) \ argument
138 #define TT_EXPECT_INT_LT(A, B) \ argument
141 #define TT_ASSERT_INT_LT(A, B) \ argument
144 #define TT_EXPECT_INT_LE(A, B) \ argument
147 #define TT_ASSERT_INT_LE(A, B) \ argument
[all …]
/external/stg/test_cases/diff_tests/member/
Dbitfield.0.c1 struct B { struct
14 void fun(const struct B * b) { (void) b; } in fun() argument
Dbitfield.1.c1 struct B { struct
13 void fun(const struct B * b) { (void) b; } in fun() argument
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtest_assignment.cpp170 V B(3,3), RB(3,3); in test_matrix() local
179 V B(3,3), RB(3,3); in test_matrix() local
188 V B(3,3), RB(3,3); in test_matrix() local
197 V B(4,4), RB(4,4); in test_matrix() local
211 V B(4,4), RB(4,4); in test_matrix() local
224 V B(4,4), RB(4,4); in test_matrix() local
237 V B(4,4), RB(4,4); in test_matrix() local
250 V B(4,4), RB(4,4); in test_matrix() local
261 V B(4,4), RB(4,4); in test_matrix() local
272 V B(4,4), RB(4,4); in test_matrix() local
[all …]
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp24 template <class T> struct TYPE_DEFAULT B { struct
25 virtual void foo() {} in foo()
28 template struct B<A>; variable
41 template <class T> struct TYPE_DEFAULT B { struct
42 virtual void foo() {} in foo()
45 template struct B<A>; variable
58 template <class T> struct B { struct
59 virtual void foo() {} in foo()
62 template struct B<A>; variable
75 template <class T> struct TYPE_DEFAULT B { struct
[all …]
Dmove-assignment.cpp7 struct B { struct
17 B b1, b2; in test1() argument
/external/clang/test/Misc/
Dmacro-backtrace.c4 #define M1(A, B) ((A) < (B)) argument
5 #define M2(A, B) M1(A, B) argument
6 #define M3(A, B) M2(A, B) argument
7 #define M4(A, B) M3(A, B) argument
8 #define M5(A, B) M4(A, B) argument
9 #define M6(A, B) M5(A, B) argument
10 #define M7(A, B) M6(A, B) argument
11 #define M8(A, B) M7(A, B) argument
12 #define M9(A, B) M8(A, B) argument
13 #define M10(A, B) M9(A, B) argument
[all …]
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp12 class B : public A<T> { class
21 template class B<int>; // expected-note {{requested here}} variable
22 template class B<char>; // expected-note {{requested here}} variable
64 class B : public A<T> { class
71 template class B<int>; variable
88 class B : public A<T> { class
95 template class B<int>; // expected-note {{requested here}} variable
111 class B : public A<T> { class
130 class B { class
174 class B {}; class
[all …]
Dlookup-dependent-bases.cpp13 struct B : A<T> { struct
14 void foo() { in foo()
19 template struct B<int>; // Instantiation has no warnings. variable
28 struct B : T { struct
29 struct C {
36 template struct B<A>; // Instantiation has no warnings. variable
46 struct B { struct
47 struct C : T {
54 template struct B<A>; // Instantiation has no warnings. variable
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dmfc.hpp43 make_regex(const ATL::CSimpleStringT<B, b>& s, ::boost::regex_constants::syntax_option_type f = boo… in make_regex()
52 inline bool regex_match(const ATL::CSimpleStringT<B, b>& s, in regex_match()
53 match_results<const B*, A>& what, in regex_match()
54 const basic_regex<B, T>& e, in regex_match()
65 inline bool regex_match(const ATL::CSimpleStringT<B, b>& s, in regex_match()
66 const basic_regex<B, T>& e, in regex_match()
78 inline bool regex_search(const ATL::CSimpleStringT<B, b>& s, in regex_search()
79 match_results<const B*, A>& what, in regex_search()
80 const basic_regex<B, T>& e, in regex_search()
91 inline bool regex_search(const ATL::CSimpleStringT<B, b>& s, in regex_search()
[all …]
/external/clang/INPUTS/
Dmacro_pounder_fn.c6 #define A0(A, B) A B argument
7 #define A1(A, B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) argument
8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) argument
9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) argument
10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) argument
11 #define A5(A, B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) argument
12 #define A6(A, B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) argument
13 #define A7(A, B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) argument
14 #define A8(A, B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) argument
/external/clang/test/CXX/class.derived/class.virtual/
Dp3-0x.cpp5 struct B { struct
22 struct B : A { struct
41 struct B : A { struct
45 template struct B<int, char, int>; variable
46 template struct B<int>; // expected-note {{in instantiation of template class 'Test3::B<int>' reque… variable
51 struct B { struct
70 template<typename T> struct B : X { struct
106 struct B {}; struct
112 template<> struct A<int>::B { struct in MemberOfUnknownSpecialization::A
118 template<> struct A<char>::B { struct in MemberOfUnknownSpecialization::A
[all …]
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
Duninitialized_fill.pass.cpp22 struct B struct
27 explicit B() : data_(1) { ++population_; } in B() argument
28 B(const B &b) { in B() function
35 ~B() {data_ = 0; --population_; } in ~B() argument
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
Duninitialized_fill_n.pass.cpp21 struct B struct
26 explicit B() : data_(1) { ++population_; } in B() argument
27 B(const B &b) { in B() function
34 ~B() {data_ = 0; --population_; } in ~B() argument
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp70 struct B : A { struct
105 void test0() { in test0()
109 void test1() { in test1()
114 void test2() { in test2()
118 void test3() { in test3()
122 void test4() { in test4()
126 void test5() { in test5()
141 template <class T> struct B : A { struct
177 void test0() { in test0()
181 void test1() { in test1()
[all …]
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
Duninitialized_copy_n.pass.cpp22 struct B struct
27 explicit B() : data_(1) { ++population_; } in B() argument
28 B(const B &b) { in B() function
35 ~B() {data_ = 0; --population_; } in ~B() argument
Duninitialized_copy.pass.cpp22 struct B struct
27 explicit B() : data_(1) { ++population_; } in B() argument
28 B(const B &b) { in B() argument
35 ~B() {data_ = 0; --population_; } in ~B() argument
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
Duninitialized_fill.pass.cpp21 struct B struct
26 explicit B() : data_(1) { ++population_; } in B() argument
27 B(const B &b) { in B() argument
34 ~B() {data_ = 0; --population_; } in ~B() argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
Duninitialized_fill.pass.cpp21 struct B struct
26 explicit B() : data_(1) { ++population_; } in B() argument
27 B(const B &b) { in B() argument
34 ~B() {data_ = 0; --population_; } in ~B() argument

12345678910>>...197