Home
last modified time | relevance | path

Searched defs:a1 (Results 1 – 25 of 2572) sorted by relevance

12345678910>>...103

/external/clang/test/CodeGen/
Darm64_vcopy.c11 int8x16_t test_vcopyq_laneq_s8(int8x16_t a1, int8x16_t a2) { in test_vcopyq_laneq_s8()
19 uint8x16_t test_vcopyq_laneq_u8(uint8x16_t a1, uint8x16_t a2) { in test_vcopyq_laneq_u8()
32 int16x8_t test_vcopyq_laneq_s16(int16x8_t a1, int16x8_t a2) { in test_vcopyq_laneq_s16()
45 uint16x8_t test_vcopyq_laneq_u16(uint16x8_t a1, uint16x8_t a2) { in test_vcopyq_laneq_u16()
58 int32x4_t test_vcopyq_laneq_s32(int32x4_t a1, int32x4_t a2) { in test_vcopyq_laneq_s32()
70 uint32x4_t test_vcopyq_laneq_u32(uint32x4_t a1, uint32x4_t a2) { in test_vcopyq_laneq_u32()
82 int64x2_t test_vcopyq_laneq_s64(int64x2_t a1, int64x2_t a2) { in test_vcopyq_laneq_s64()
94 uint64x2_t test_vcopyq_laneq_u64(uint64x2_t a1, uint64x2_t a2) { in test_vcopyq_laneq_u64()
106 float32x4_t test_vcopyq_laneq_f32(float32x4_t a1, float32x4_t a2) { in test_vcopyq_laneq_f32()
118 float64x2_t test_vcopyq_laneq_f64(float64x2_t a1, float64x2_t a2) { in test_vcopyq_laneq_f64()
Darm64_vdup.c6 void test_vdup_lane_s64(int64x1_t a1) { in test_vdup_lane_s64()
12 void test_vdup_lane_u64(uint64x1_t a1) { in test_vdup_lane_u64()
29 float16x8_t test_vdupq_n_f16(float16_t *a1) { in test_vdupq_n_f16()
/external/libcxx/test/std/containers/sequences/list/list.special/
Dswap.pass.cpp23 int a1[] = {1, 3, 7, 9, 10}; in main() local
32 int a1[] = {1, 3, 7, 9, 10}; in main() local
42 int a1[] = {1, 3, 7, 9, 10}; in main() local
52 int a1[] = {1, 3, 7, 9, 10}; in main() local
63 int a1[] = {1, 3, 7, 9, 10}; in main() local
75 int a1[] = {1, 3, 7, 9, 10}; in main() local
88 int a1[] = {1, 3, 7, 9, 10}; in main() local
97 int a1[] = {1, 3, 7, 9, 10}; in main() local
107 int a1[] = {1, 3, 7, 9, 10}; in main() local
117 int a1[] = {1, 3, 7, 9, 10}; in main() local
[all …]
/external/libcxx/test/std/containers/sequences/vector/vector.special/
Dswap.pass.cpp25 int a1[] = {1, 3, 7, 9, 10}; in main() local
38 int a1[] = {1, 3, 7, 9, 10}; in main() local
52 int a1[] = {1, 3, 7, 9, 10}; in main() local
66 int a1[] = {1, 3, 7, 9, 10}; in main() local
81 int a1[] = {1, 3, 7, 9, 10}; in main() local
93 int a1[] = {1, 3, 7, 9, 10}; in main() local
110 int a1[] = {1, 3, 7, 9, 10}; in main() local
123 int a1[] = {1, 3, 7, 9, 10}; in main() local
137 int a1[] = {1, 3, 7, 9, 10}; in main() local
151 int a1[] = {1, 3, 7, 9, 10}; in main() local
[all …]
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h85 #define STAssertNoErr(a1, description, ...) \ argument
114 #define STAssertErr(a1, a2, description, ...) \ argument
144 #define STAssertNotNULL(a1, description, ...) \ argument
172 #define STAssertNULL(a1, description, ...) \ argument
202 #define STAssertNotEquals(a1, a2, description, ...) \ argument
240 #define STAssertNotEqualObjects(a1, a2, description, ...) \ argument
271 #define STAssertOperation(a1, a2, op, description, ...) \ argument
311 #define STAssertGreaterThan(a1, a2, description, ...) \ argument
322 #define STAssertGreaterThanOrEqual(a1, a2, description, ...) \ argument
333 #define STAssertLessThan(a1, a2, description, ...) \ argument
[all …]
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/
Dequal.pass.cpp36 A1 const a1; in main() local
45 A1 const a1(&d1); in main() local
61 A1 const a1(&d1); in main() local
74 A1 const a1(&d1); in main() local
89 A1 const a1(&d1); in main() local
103 A1 const a1(&d1); in main() local
121 A1 const a1(&d1); in main() local
Dnot_equal.pass.cpp36 A1 const a1; in main() local
45 A1 const a1(&d1); in main() local
61 A1 const a1(&d1); in main() local
74 A1 const a1(&d1); in main() local
92 A1 const a1(&d1); in main() local
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Dargument_types_macro_4_byte.h31 #define _PW_TOKENIZER_TYPES_1(a1) (_PW_VARARGS_TYPE(a1) << 4 | 1) argument
33 #define _PW_TOKENIZER_TYPES_2(a1, a2) (_PW_VARARGS_TYPE(a2) << 6 | _PW_VARARGS_TYPE(a1) << 4 | 2) argument
35 #define _PW_TOKENIZER_TYPES_3(a1, a2, a3) (_PW_VARARGS_TYPE(a3) << 8 | _PW_VARARGS_TYPE(a2) << 6 | … argument
37 #define _PW_TOKENIZER_TYPES_4(a1, a2, a3, a4) (_PW_VARARGS_TYPE(a4) << 10 | _PW_VARARGS_TYPE(a3) <<… argument
39 #define _PW_TOKENIZER_TYPES_5(a1, a2, a3, a4, a5) (_PW_VARARGS_TYPE(a5) << 12 | _PW_VARARGS_TYPE(a4… argument
41 #define _PW_TOKENIZER_TYPES_6(a1, a2, a3, a4, a5, a6) (_PW_VARARGS_TYPE(a6) << 14 | _PW_VARARGS_TYP… argument
43 #define _PW_TOKENIZER_TYPES_7(a1, a2, a3, a4, a5, a6, a7) (_PW_VARARGS_TYPE(a7) << 16 | _PW_VARARGS… argument
45 #define _PW_TOKENIZER_TYPES_8(a1, a2, a3, a4, a5, a6, a7, a8) (_PW_VARARGS_TYPE(a8) << 18 | _PW_VAR… argument
47 #define _PW_TOKENIZER_TYPES_9(a1, a2, a3, a4, a5, a6, a7, a8, a9) (_PW_VARARGS_TYPE(a9) << 20 | _PW… argument
49 #define _PW_TOKENIZER_TYPES_10(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) (_PW_VARARGS_TYPE(a10) << 2… argument
[all …]
/external/libaom/libaom/aom_dsp/
Dprob.h45 #define AOM_CDF3(a0, a1) AOM_ICDF(a0), AOM_ICDF(a1), AOM_ICDF(CDF_PROB_TOP), 0 argument
46 #define AOM_CDF4(a0, a1, a2) \ argument
48 #define AOM_CDF5(a0, a1, a2, a3) \ argument
51 #define AOM_CDF6(a0, a1, a2, a3, a4) \ argument
55 #define AOM_CDF7(a0, a1, a2, a3, a4, a5) \ argument
59 #define AOM_CDF8(a0, a1, a2, a3, a4, a5, a6) \ argument
63 #define AOM_CDF9(a0, a1, a2, a3, a4, a5, a6, a7) \ argument
67 #define AOM_CDF10(a0, a1, a2, a3, a4, a5, a6, a7, a8) \ argument
71 #define AOM_CDF11(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) \ argument
76 #define AOM_CDF12(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) \ argument
[all …]
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.members/
Dshift.pass.cpp23 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
34 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
45 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
56 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
67 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
78 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
89 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
107 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
118 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
Dcshift.pass.cpp23 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
34 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
45 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
56 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
67 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
78 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
89 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
107 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
118 T a1[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in main() local
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Daddress_v4.hpp130 friend bool operator==(const address_v4& a1, const address_v4& a2) in operator ==()
136 friend bool operator!=(const address_v4& a1, const address_v4& a2) in operator !=()
142 friend bool operator<(const address_v4& a1, const address_v4& a2) in operator <()
148 friend bool operator>(const address_v4& a1, const address_v4& a2) in operator >()
154 friend bool operator<=(const address_v4& a1, const address_v4& a2) in operator <=()
160 friend bool operator>=(const address_v4& a1, const address_v4& a2) in operator >=()
Daddress_v6.hpp152 friend bool operator!=(const address_v6& a1, const address_v6& a2) in operator !=()
162 friend bool operator>(const address_v6& a1, const address_v6& a2) in operator >()
168 friend bool operator<=(const address_v6& a1, const address_v6& a2) in operator <=()
174 friend bool operator>=(const address_v6& a1, const address_v6& a2) in operator >=()
Daddress.hpp123 friend bool operator!=(const address& a1, const address& a2) in operator !=()
132 friend bool operator>(const address& a1, const address& a2) in operator >()
138 friend bool operator<=(const address& a1, const address& a2) in operator <=()
144 friend bool operator>=(const address& a1, const address& a2) in operator >=()
/external/libxml2/
Dtriodef.h145 # define TRIO_ARGS1(list,a1) list a1; argument
146 # define TRIO_ARGS2(list,a1,a2) list a1; a2; argument
147 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3; argument
148 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4; argument
149 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5; argument
150 # define TRIO_ARGS6(list,a1,a2,a3,a4,a5,a6) list a1; a2; a3; a4; a5; a6; argument
151 # define TRIO_VARGS2(list,a1,a2) list a1; a2 argument
152 # define TRIO_VARGS3(list,a1,a2,a3) list a1; a2; a3 argument
153 # define TRIO_VARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4 argument
154 # define TRIO_VARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5 argument
[all …]
/external/abseil-cpp/absl/strings/
Dsubstitute.h253 const substitute_internal::Arg& a1) { in SubstituteAndAppend()
261 const substitute_internal::Arg& a1, in SubstituteAndAppend()
270 const substitute_internal::Arg& a1, in SubstituteAndAppend()
281 const substitute_internal::Arg& a1, in SubstituteAndAppend()
293 const substitute_internal::Arg& a1, in SubstituteAndAppend()
306 const substitute_internal::Arg& a1, in SubstituteAndAppend()
321 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
334 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
348 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
513 const substitute_internal::Arg& a1) { in Substitute()
[all …]
/external/libtextclassifier/abseil-cpp/absl/strings/
Dsubstitute.h253 const substitute_internal::Arg& a1) { in SubstituteAndAppend()
261 const substitute_internal::Arg& a1, in SubstituteAndAppend()
270 const substitute_internal::Arg& a1, in SubstituteAndAppend()
281 const substitute_internal::Arg& a1, in SubstituteAndAppend()
293 const substitute_internal::Arg& a1, in SubstituteAndAppend()
306 const substitute_internal::Arg& a1, in SubstituteAndAppend()
321 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
334 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
348 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
500 const substitute_internal::Arg& a1) { in Substitute()
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/
Dsubstitute.h253 const substitute_internal::Arg& a1) { in SubstituteAndAppend()
261 const substitute_internal::Arg& a1, in SubstituteAndAppend()
270 const substitute_internal::Arg& a1, in SubstituteAndAppend()
281 const substitute_internal::Arg& a1, in SubstituteAndAppend()
293 const substitute_internal::Arg& a1, in SubstituteAndAppend()
306 const substitute_internal::Arg& a1, in SubstituteAndAppend()
321 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
334 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
348 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
500 const substitute_internal::Arg& a1) { in Substitute()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dsubstitute.h253 const substitute_internal::Arg& a1) { in SubstituteAndAppend()
261 const substitute_internal::Arg& a1, in SubstituteAndAppend()
270 const substitute_internal::Arg& a1, in SubstituteAndAppend()
281 const substitute_internal::Arg& a1, in SubstituteAndAppend()
293 const substitute_internal::Arg& a1, in SubstituteAndAppend()
306 const substitute_internal::Arg& a1, in SubstituteAndAppend()
321 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
334 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
348 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
513 const substitute_internal::Arg& a1) { in Substitute()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dsubstitute.h253 const substitute_internal::Arg& a1) { in SubstituteAndAppend()
261 const substitute_internal::Arg& a1, in SubstituteAndAppend()
270 const substitute_internal::Arg& a1, in SubstituteAndAppend()
281 const substitute_internal::Arg& a1, in SubstituteAndAppend()
293 const substitute_internal::Arg& a1, in SubstituteAndAppend()
306 const substitute_internal::Arg& a1, in SubstituteAndAppend()
321 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
334 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
348 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
500 const substitute_internal::Arg& a1) { in Substitute()
[all …]
/external/libcxx/test/std/containers/sequences/list/list.ops/
Dremove.pass.cpp38 int a1[] = {1, 2, 3, 4}; in main() local
45 int a1[] = {1, 2, 1, 3, 5, 8, 11}; in main() local
52 int a1[] = {1, 2, 1, 3, 5, 8, 11, 1}; in main() local
68 int a1[] = {1, 2, 3, 4}; in main() local
76 int a1[] = {1, 2, 3, 4}; in main() local
/external/python/cpython2/Include/
DPython-ast.h375 #define Module(a0, a1) _Py_Module(a0, a1) argument
377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument
379 #define Expression(a0, a1) _Py_Expression(a0, a1) argument
381 #define Suite(a0, a1) _Py_Suite(a0, a1) argument
383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) argument
387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) argument
391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument
393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument
396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument
399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5) argument
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dtranspose_sse2.h29 const __m128i a1 = _mm_unpacklo_epi8(in[2], in[3]); in transpose_8bit_4x4() local
53 const __m128i a1 = _mm_unpacklo_epi8(in[2], in[3]); in transpose_8bit_8x8() local
107 const __m128i a1 = _mm_unpacklo_epi16(in[2], in[3]); in transpose_16bit_4x4() local
141 const __m128i a1 = _mm_unpacklo_epi16(in[2], in[3]); in transpose_16bit_4x8() local
180 const __m128i a1 = _mm_unpacklo_epi16(in[2], in[3]); in transpose_16bit_8x4() local
235 const __m128i a1 = _mm_unpacklo_epi16(in[2], in[3]); in transpose_16bit_8x8() local
313 const __m128i a1 = _mm_unpacklo_epi32(in[2], in[3]); in transpose_32bit_4x4() local
349 const __m128i a1 = _mm_unpacklo_epi32(in[2], in[3]); in transpose_32bit_4x4x2() local
397 const __m128i a1 = _mm_unpacklo_epi32(in[4], in[6]); in transpose_32bit_8x4() local
/external/musl/arch/x86_64/
Dsyscall_arch.h11 static __inline long __syscall1(long n, long a1) in __syscall1()
18 static __inline long __syscall2(long n, long a1, long a2) in __syscall2()
26 static __inline long __syscall3(long n, long a1, long a2, long a3) in __syscall3()
34 static __inline long __syscall4(long n, long a1, long a2, long a3, long a4) in __syscall4()
43 static __inline long __syscall5(long n, long a1, long a2, long a3, long a4, long a5) in __syscall5()
53 static __inline long __syscall6(long n, long a1, long a2, long a3, long a4, long a5, long a6) in __syscall6()
/external/angle/third_party/abseil-cpp/absl/strings/
Dsubstitute.h261 const substitute_internal::Arg& a1) { in SubstituteAndAppend()
269 const substitute_internal::Arg& a1, in SubstituteAndAppend()
278 const substitute_internal::Arg& a1, in SubstituteAndAppend()
289 const substitute_internal::Arg& a1, in SubstituteAndAppend()
301 const substitute_internal::Arg& a1, in SubstituteAndAppend()
314 const substitute_internal::Arg& a1, in SubstituteAndAppend()
329 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
342 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
356 const substitute_internal::Arg& a0, const substitute_internal::Arg& a1, in SubstituteAndAppend()
521 const substitute_internal::Arg& a1) { in Substitute()
[all …]

12345678910>>...103