Home
last modified time | relevance | path

Searched defs:c3 (Results 1 – 25 of 1891) sorted by relevance

12345678910>>...76

/aosp_15_r20/external/clang/test/CodeGen/
H A Darm64-abi-vector.c27 __char2 c3 = va_arg(ap, __char2); in varargs_vec_2c() local
46 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c() local
148 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s() local
192 __int3 c3 = va_arg(ap, __int3); in varargs_vec_3i() local
234 __double3 c3 = va_arg(ap, __double3); in varargs_vec_3d() local
251 __char3 c3 = va_arg(ap, __char3); in varargs_vec() local
300 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, in test()
308 __attribute__((noinline)) double args_vec_3c(int fixed, __char3 c3) { in args_vec_3c()
370 __attribute__((noinline)) double args_vec_3s(int fixed, __short3 c3) { in args_vec_3s()
402 __attribute__((noinline)) double args_vec_3i(int fixed, __int3 c3) { in args_vec_3i()
[all …]
H A Darm-abi-vector.c43 __int2 c3 = va_arg(ap, __int2); in varargs_vec_2i() local
75 __char3 c3 = va_arg(ap, __char3); in varargs_vec_3c() local
231 __short3 c3 = va_arg(ap, __short3); in varargs_vec_3s() local
315 StructWithVec c3 = va_arg(ap, StructWithVec); in varargs_struct() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.counted/
H A Dcounted.pass.cpp78 auto c3 = std::views::counted(std::move(it), 3); in test() local
110 auto c3 = std::views::counted(std::move(it), 3); in test() local
142 auto c3 = std::views::counted(std::move(it), 3); in test() local
176 auto c3 = std::views::counted(std::move(it), 3); in test() local
197 auto c3 = std::views::counted(std::move(it), 3); in test() local
219 auto c3 = std::views::counted(std::move(it), 3); in test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/
Dmake_expr.hpp108 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3) in make_expr()
144 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4) in make_expr()
180 … make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5) in make_expr()
216 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
252 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
288 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
324 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
/aosp_15_r20/external/kmod/testsuite/
H A Dtest-array.c51 const char *c3 = "test3"; in test_array_append2() local
73 const char *c3 = "test3"; in test_array_append_unique() local
105 const char *c3 = "test3"; in test_array_sort() local
134 const char *c3 = "test3"; in test_array_remove_at() local
174 const char *c3 = "test3"; in test_array_pop() local
/aosp_15_r20/external/libdav1d/src/ppc/
H A Ditx_tmpl.c207 #define IDCT_4_INNER(c0, c1, c2, c3) \ argument
247 #define dct4_for_dct8(c0, c1, c2, c3, c03, c12) \ argument
252 #define dct_4_in(c0, c1, c2, c3, c01, c23) \ argument
263 #define dct_4_out(c0, c1, c2, c3, c01, c23) \ argument
278 #define identity_4_in(c0, c1, c2, c3, c01, c23) \ argument
287 #define identity_4_out(c0, c1, c2, c3, c01, c23) \ argument
294 #define ADST_INNER_4(c0, c1, c2, c3, oc0, oc1, oc2, oc3) \ argument
339 #define adst_4_in(c0, c1, c2, c3, c01, c23) \ argument
344 #define flipadst_4_in(c0, c1, c2, c3, c01, c23) \ argument
349 #define adst_4_out(c0, c1, c2, c3, c01, c23) \ argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_safe_mode.cpp136 container c3; in local_test_safe_mode() local
147 container c3; in local_test_safe_mode() local
157 container c3; in local_test_safe_mode() local
179 container c3(c); in local_test_safe_mode() local
210 container c3(c2,allocator_type(-1)); in local_test_safe_mode() local
219 container c3(c); in local_test_safe_mode() local
230 container c3; in local_test_safe_mode() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs238 let c3 = v3.chunks(2); in test_chunks_count() localVariable
304 let mut c3 = v3.chunks(10); in test_chunks_nth_back() localVariable
348 let c3 = v3.chunks_mut(2); in test_chunks_mut_count() localVariable
378 let mut c3 = v3.chunks_mut(10); in test_chunks_mut_nth_back() localVariable
467 let c3 = v3.chunks_exact(2); in test_chunks_exact_count() localVariable
499 let mut c3 = v3.chunks_exact(10); in test_chunks_exact_nth_back() localVariable
545 let c3 = v3.chunks_exact_mut(2); in test_chunks_exact_mut_count() localVariable
577 let mut c3 = v3.chunks_exact_mut(10); in test_chunks_exact_mut_nth_back() localVariable
637 let c3 = v3.array_chunks::<2>(); in test_array_chunks_count() localVariable
669 let mut c3 = v3.array_chunks::<10>(); in test_array_chunks_nth_back() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs238 let c3 = v3.chunks(2); in test_chunks_count() localVariable
304 let mut c3 = v3.chunks(10); in test_chunks_nth_back() localVariable
348 let c3 = v3.chunks_mut(2); in test_chunks_mut_count() localVariable
378 let mut c3 = v3.chunks_mut(10); in test_chunks_mut_nth_back() localVariable
467 let c3 = v3.chunks_exact(2); in test_chunks_exact_count() localVariable
499 let mut c3 = v3.chunks_exact(10); in test_chunks_exact_nth_back() localVariable
545 let c3 = v3.chunks_exact_mut(2); in test_chunks_exact_mut_count() localVariable
577 let mut c3 = v3.chunks_exact_mut(10); in test_chunks_exact_mut_nth_back() localVariable
637 let c3 = v3.array_chunks::<2>(); in test_array_chunks_count() localVariable
669 let mut c3 = v3.array_chunks::<10>(); in test_array_chunks_nth_back() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs238 let c3 = v3.chunks(2); in test_chunks_count() localVariable
304 let mut c3 = v3.chunks(10); in test_chunks_nth_back() localVariable
348 let c3 = v3.chunks_mut(2); in test_chunks_mut_count() localVariable
378 let mut c3 = v3.chunks_mut(10); in test_chunks_mut_nth_back() localVariable
467 let c3 = v3.chunks_exact(2); in test_chunks_exact_count() localVariable
499 let mut c3 = v3.chunks_exact(10); in test_chunks_exact_nth_back() localVariable
545 let c3 = v3.chunks_exact_mut(2); in test_chunks_exact_mut_count() localVariable
577 let mut c3 = v3.chunks_exact_mut(10); in test_chunks_exact_mut_nth_back() localVariable
637 let c3 = v3.array_chunks::<2>(); in test_array_chunks_count() localVariable
669 let mut c3 = v3.array_chunks::<10>(); in test_array_chunks_nth_back() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs238 let c3 = v3.chunks(2); in test_chunks_count() localVariable
304 let mut c3 = v3.chunks(10); in test_chunks_nth_back() localVariable
348 let c3 = v3.chunks_mut(2); in test_chunks_mut_count() localVariable
378 let mut c3 = v3.chunks_mut(10); in test_chunks_mut_nth_back() localVariable
467 let c3 = v3.chunks_exact(2); in test_chunks_exact_count() localVariable
499 let mut c3 = v3.chunks_exact(10); in test_chunks_exact_nth_back() localVariable
545 let c3 = v3.chunks_exact_mut(2); in test_chunks_exact_mut_count() localVariable
577 let mut c3 = v3.chunks_exact_mut(10); in test_chunks_exact_mut_nth_back() localVariable
637 let c3 = v3.array_chunks::<2>(); in test_array_chunks_count() localVariable
669 let mut c3 = v3.array_chunks::<10>(); in test_array_chunks_nth_back() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dslice.rs238 let c3 = v3.chunks(2); in test_chunks_count() localVariable
304 let mut c3 = v3.chunks(10); in test_chunks_nth_back() localVariable
348 let c3 = v3.chunks_mut(2); in test_chunks_mut_count() localVariable
378 let mut c3 = v3.chunks_mut(10); in test_chunks_mut_nth_back() localVariable
467 let c3 = v3.chunks_exact(2); in test_chunks_exact_count() localVariable
499 let mut c3 = v3.chunks_exact(10); in test_chunks_exact_nth_back() localVariable
545 let c3 = v3.chunks_exact_mut(2); in test_chunks_exact_mut_count() localVariable
577 let mut c3 = v3.chunks_exact_mut(10); in test_chunks_exact_mut_nth_back() localVariable
637 let c3 = v3.array_chunks::<2>(); in test_array_chunks_count() localVariable
669 let mut c3 = v3.array_chunks::<10>(); in test_array_chunks_nth_back() localVariable
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dmove_alloc.pass.cpp35 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local
50 std::deque<MoveOnly, A> c3(std::move(c1), A(1)); in main() local
65 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); in main() local
80 std::deque<MoveOnly, A> c3(std::move(c1), A()); in main() local
H A Dmove_assign.pass.cpp35 std::deque<MoveOnly, A> c3(A(5)); in main() local
51 std::deque<MoveOnly, A> c3(A(6)); in main() local
67 std::deque<MoveOnly, A> c3(A(6)); in main() local
83 std::deque<MoveOnly, A> c3(A{}); in main() local
H A Dmove.pass.cpp36 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local
52 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local
67 std::deque<MoveOnly, A> c3 = std::move(c1); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/deque/deque.cons/
H A Dmove_assign.pass.cpp36 std::deque<MoveOnly, A> c3(A(5)); in main() local
55 std::deque<MoveOnly, A> c3(A(6)); in main() local
74 std::deque<MoveOnly, A> c3(A(6)); in main() local
93 std::deque<MoveOnly, A> c3(A{}); in main() local
H A Dmove_alloc.pass.cpp36 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); // unequal allocator in main() local
54 std::deque<MoveOnly, A> c3(std::move(c1), A(1)); // equal allocator in main() local
72 std::deque<MoveOnly, A> c3(std::move(c1), A(3)); // unequal allocator in main() local
90 std::deque<MoveOnly, A> c3(std::move(c1), A()); // equal allocator in main() local
/aosp_15_r20/external/skia/src/core/
H A DSkM44.cpp52 auto c3 = skvx::float4::Load(a.fMat + 12); in setConcat() local
73 auto c3 = skvx::float4::Load(fMat + 12); in preConcat() local
93 auto c3 = skvx::float4::Load(fMat + 12); in preTranslate() local
133 auto c3 = skvx::float4::Load(fMat + 12); in map() local
149 auto c3 = skvx::shuffle<0,1,0,1>(skvx::float2::Load(mat + 12)); in map_rect_affine() local
169 auto c3 = skvx::float4::Load(mat + 12); in map_rect_perspective() local
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
H A DAeadCipherTest.java127 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer() local
163 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer_MultipleUpdates() local
206 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer_MixedCalls() local
248 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer_Unequal() local
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
H A DAeadCipherTest.java123 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer() local
159 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer_MultipleUpdates() local
202 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer_MixedCalls() local
244 Cipher c3 = Cipher.getInstance(cipher); in testUpdateAAD_ByteBuffer_Unequal() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py102 async def c3(result): function
315 async def c3(result): function
411 async def c3(result): function
590 async def c3(result): function
823 async def c3(result): function
993 async def c3(result): function
1025 async def c3(result): function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-gcc.c288 BN_ULONG c1, c2, c3; in bn_mul_comba8() local
390 BN_ULONG c1, c2, c3; in bn_mul_comba4() local
428 BN_ULONG c1, c2, c3; in bn_sqr_comba8() local
502 BN_ULONG c1, c2, c3; in bn_sqr_comba4() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c288 BN_ULONG c1, c2, c3; in bn_mul_comba8() local
390 BN_ULONG c1, c2, c3; in bn_mul_comba4() local
428 BN_ULONG c1, c2, c3; in bn_sqr_comba8() local
502 BN_ULONG c1, c2, c3; in bn_sqr_comba4() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c288 BN_ULONG c1, c2, c3; in bn_mul_comba8() local
390 BN_ULONG c1, c2, c3; in bn_mul_comba4() local
428 BN_ULONG c1, c2, c3; in bn_sqr_comba8() local
502 BN_ULONG c1, c2, c3; in bn_sqr_comba4() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-gcc.c288 BN_ULONG c1, c2, c3; in bn_mul_comba8() local
390 BN_ULONG c1, c2, c3; in bn_mul_comba4() local
428 BN_ULONG c1, c2, c3; in bn_sqr_comba8() local
502 BN_ULONG c1, c2, c3; in bn_sqr_comba4() local

12345678910>>...76