/external/kmod/testsuite/ |
D | test-array.c | 51 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
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | move_assign.pass.cpp | 35 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
|
D | move_alloc.pass.cpp | 35 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
|
D | move.pass.cpp | 36 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
|
/external/clang/test/CodeGen/ |
D | arm64-abi-vector.c | 27 __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 …]
|
D | arm-abi-vector.c | 43 __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
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ |
D | AeadCipherTest.java | 127 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
|
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ |
D | AeadCipherTest.java | 123 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
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
D | merge.pass.cpp | 31 C c3(std::begin(t3), std::end(t3)); in main() local 44 C c3(std::begin(t3), std::end(t3)); in main() local
|
D | merge_pred.pass.cpp | 32 C c3(std::begin(t3), std::end(t3)); in main() local 45 C c3(std::begin(t3), std::end(t3)); in main() local
|
/external/clang/test/SemaCXX/ |
D | attr-cleanup.cpp | 24 void c3(int *a) {} // expected-note {{candidate function}} in c3() function 25 void c3() {} // expected-note {{candidate function}} in c3() function
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | x86_64-gcc.c | 288 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
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | x86_64-gcc.c | 288 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
|
/external/skia/src/core/ |
D | SkM44.cpp | 53 sk4f c3 = sk4f::Load(a.fMat + 12); in setConcat() local 74 sk4f c3 = sk4f::Load(fMat + 12); in preConcat() local 94 sk4f c3 = sk4f::Load(fMat + 12); in preTranslate() local 134 sk4f c3 = sk4f::Load(fMat + 12); in map() local 150 sk4f c3 = skvx::shuffle<0,1,0,1>(sk2f::Load(mat + 12)); in map_rect_affine() local 170 sk4f c3 = sk4f::Load(mat + 12); in map_rect_perspective() local
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptEccCrypt.c | 85 TPM2B_DIGEST *c3 // OUT: digest of ephemeral key in CryptEccEncrypt() 163 TPM2B_DIGEST *c3 // IN: digest of ephemeral key in CryptEccDecrypt()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_locks.py | 109 async def c3(result): function 322 async def c3(result): function 418 async def c3(result): function 597 async def c3(result): function 832 async def c3(result): function
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 61 TestCloseable c3 = closer.register(TestCloseable.normal()); in testNoExceptionsThrown() local 107 TestCloseable c3 = null; in testExceptionThrown_whenCreatingCloseables() local 211 TestCloseable c3 = closer.register(TestCloseable.throwsOnClose(c3Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() local 267 TestCloseable c3 = closer.register(TestCloseable.throwsOnClose(c3Exception)); in testErrors() local
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 61 TestCloseable c3 = closer.register(TestCloseable.normal()); in testNoExceptionsThrown() local 107 TestCloseable c3 = null; in testExceptionThrown_whenCreatingCloseables() local 211 TestCloseable c3 = closer.register(TestCloseable.throwsOnClose(c3Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() local 267 TestCloseable c3 = closer.register(TestCloseable.throwsOnClose(c3Exception)); in testErrors() local
|
/external/libaom/libaom/aom_dsp/arm/ |
D | transpose_neon.h | 234 uint32x2x2_t c3 = vtrn_u32(vreinterpret_u32_u16(b2.val[1]), in transpose_u16_4x8() local 299 int32x2x2_t c3 = vtrn_s32(vreinterpret_s32_s16(b2.val[1]), in transpose_s16_4x8() local 362 const uint32x4x2_t c3 = vtrnq_u32(vreinterpretq_u32_u16(b2.val[1]), in transpose_u16_8x8() local 430 const int32x4x2_t c3 = vtrnq_s32(vreinterpretq_s32_s16(b2.val[1]), in transpose_s16_8x8() local 504 const int32x4x2_t c3 = vtrnq_s32(vreinterpretq_s32_s16(b2.val[1]), in transpose_s16_8x8q() local
|
D | hadamard_neon.c | 33 const int16x8_t c3 = vsubq_s16(b1, b3); in hadamard8x8_one_pass() local 137 const int16x8_t c3 = vsubq_s16(b1, b3); in aom_hadamard_lp_16x16_neon() local 174 const int16x8_t c3 = vsubq_s16(b1, b3); in aom_hadamard_16x16_neon() local
|
/external/clang/test/Modules/ |
D | submodule-visibility-cycles.cpp | 10 C2 c3; variable
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | hadamard_vsx.c | 29 const int16x8_t c3 = vec_sub(b1, b3); in vpx_hadamard_s16_8x8_one_pass() local 105 const int16x8_t c3 = vec_sub(b2, b3); in vpx_hadamard_16x16_vsx() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_add_neon.c | 32 const int16x8_t c3 = vminq_s16(b3, max); in highbd_idct32x32_1_add_pos_kernel() local 54 const uint16x8_t c3 = vqshluq_n_s16(b3, 0); in highbd_idct32x32_1_add_neg_kernel() local
|
/external/clang/test/Parser/ |
D | c1x-alignas.c | 6 char _Alignas(16) c3; variable
|
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
D | assignment_complex.pass.cpp | 29 std::complex<X> c3(3.5, -4.5); in test() local
|