/external/clang/test/CodeGen/ |
D | bitfield-2.c | 24 int f0_load(struct s0 *a0) { in f0_load() 28 int f0_store(struct s0 *a0) { in f0_store() 31 int f0_reload(struct s0 *a0) { in f0_reload() 70 int f1_load(struct s1 *a0) { in f1_load() 74 int f1_store(struct s1 *a0) { in f1_store() 77 int f1_reload(struct s1 *a0) { in f1_reload() 113 int f2_load(union u2 *a0) { in f2_load() 116 int f2_store(union u2 *a0) { in f2_store() 119 int f2_reload(union u2 *a0) { in f2_reload() 146 int f3_load(struct s3 *a0) { in f3_load() [all …]
|
D | arm-vector-arguments.c | 13 int8x16x2_t f0(int8x16_t a0, int8x16_t a1) { in f0() 25 T_float32x2 f1_0(T_float32x2 a0) { return a0; } in f1_0() 27 T_float32x4 f1_1(T_float32x4 a0) { return a0; } in f1_1() 29 T_float32x8 f1_2(T_float32x8 a0) { return a0; } in f1_2() 31 T_float32x16 f1_3(T_float32x16 a0) { return a0; } in f1_3()
|
D | mips64-padding-arg.c | 18 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { in foo1() 30 void foo3(int a0, long double a1) { in foo3() 42 S0 foo5(long double a0) { in foo5() 53 void foo7(float a0, double a1) { in foo7()
|
D | transparent-union.c | 22 void f1_0(int *a0) { in f1_0() 28 void f1_1(int *a0) { in f1_1()
|
D | windows-struct-abi.c | 11 void receive_f1(struct f1 a0) { } in receive_f1() 24 void receive_f2(struct f2 a0) { } in receive_f2() 39 void receive_f4(struct f4 a0) { } in receive_f4()
|
D | libcalls.c | 8 void test_sqrt(float a0, double a1, long double a2) { in test_sqrt() 38 void test_pow(float a0, double a1, long double a2) { in test_pow() 61 void test_fma(float a0, double a1, long double a2) { in test_fma()
|
D | mips64-class-return.cpp | 38 void foo3(D2 a0) { in foo3() 43 void foo4(D0 a0) { in foo4()
|
D | asm-variable.c | 3 unsigned long long foo(unsigned long long addr, unsigned long long a0, in foo() 29 unsigned long long foo2(unsigned long long addr, double a0, in foo2()
|
D | aarch64-arguments-hfa-v3.c | 13 HFAv3 test(HFAv3 a0, HFAv3 a1, HFAv3 a2) { in test() 18 MixedHFAv3 test_mixed(MixedHFAv3 a0, MixedHFAv3 a1, MixedHFAv3 a2) { in test_mixed()
|
D | x86_32-arguments-win32.c | 10 void f1_2(struct s1 a0) {} in f1_2() 39 void f5_2(struct s5 a0) {} in f5_2() 47 void f6_2(struct s6 a0) {} in f6_2()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p2.cpp | 10 A<int> a0 = f0(arr0); in test_f0_bullet1() local 20 A<int(int, int)> a0 = f0(g0); in test_f0_bullet2() local 31 A<X> a0 = f1(get_X()); in test_f1_bullet3() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | transpose_sse2.h | 27 const __m128i a0 = _mm_unpacklo_epi8(in[0], in[1]); in transpose_8bit_4x4() local 51 const __m128i a0 = _mm_unpacklo_epi8(in[0], in[1]); in transpose_8bit_8x8() local 105 const __m128i a0 = _mm_unpacklo_epi16(in[0], in[1]); in transpose_16bit_4x4() local 131 const __m128i a0 = _mm_unpacklo_epi16(in[0], in[1]); in transpose_16bit_4x8() local 177 const __m128i a0 = _mm_unpacklo_epi16(in[0], in[1]); in transpose_16bit_8x8() local 255 const __m128i a0 = _mm_unpacklo_epi32(in[0], in[1]); in transpose_32bit_4x4() local 291 const __m128i a0 = _mm_unpacklo_epi32(in[0], in[1]); in transpose_32bit_4x4x2() local 339 const __m128i a0 = _mm_unpacklo_epi32(in[0], in[2]); in transpose_32bit_8x4() local
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 375 #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/python/cpython3/Include/ |
D | Python-ast.h | 442 #define Module(a0, a1) _Py_Module(a0, a1) argument 444 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument 446 #define Expression(a0, a1) _Py_Expression(a0, a1) argument 448 #define Suite(a0, a1) _Py_Suite(a0, a1) argument 450 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7) argument 454 #define AsyncFunctionDef(a0, a1, a2, a3, a4, a5, a6, a7) _Py_AsyncFunctionDef(a0, a1, a2, a3, a4, a… argument 458 #define ClassDef(a0, a1, a2, a3, a4, a5, a6, a7) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6, a7) argument 462 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument 464 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument 467 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument [all …]
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | reconinter_dspr2.c | 25 unsigned int a0, a1, a2, a3; in vp8_copy_mem16x16_dspr2() local 53 unsigned int a0, a1; in vp8_copy_mem8x8_dspr2() local 77 unsigned int a0, a1; in vp8_copy_mem8x4_dspr2() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | transpose_neon.h | 24 static INLINE int16x8x2_t vpx_vtrnq_s64_to_s16(int32x4_t a0, int32x4_t a1) { in vpx_vtrnq_s64_to_s16() 33 static INLINE int32x4x2_t vpx_vtrnq_s64_to_s32(int32x4_t a0, int32x4_t a1) { in vpx_vtrnq_s64_to_s32() 40 static INLINE int64x2x2_t vpx_vtrnq_s64(int32x4_t a0, int32x4_t a1) { in vpx_vtrnq_s64() 49 static INLINE uint8x16x2_t vpx_vtrnq_u64_to_u8(uint32x4_t a0, uint32x4_t a1) { in vpx_vtrnq_u64_to_u8() 58 static INLINE uint16x8x2_t vpx_vtrnq_u64_to_u16(uint32x4_t a0, uint32x4_t a1) { in vpx_vtrnq_u64_to_u16() 67 static INLINE void transpose_u8_4x4(uint8x8_t *a0, uint8x8_t *a1) { in transpose_u8_4x4() 96 static INLINE void transpose_s16_4x4d(int16x4_t *a0, int16x4_t *a1, in transpose_s16_4x4d() 129 static INLINE void transpose_s16_4x4q(int16x8_t *a0, int16x8_t *a1) { in transpose_s16_4x4q() 160 static INLINE void transpose_u16_4x4q(uint16x8_t *a0, uint16x8_t *a1) { in transpose_u16_4x4q() 191 static INLINE void transpose_u8_4x8(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_4x8() [all …]
|
D | highbd_idct4x4_add_neon.c | 21 const uint16x4_t a0 = vld1_u16(*dest); in highbd_idct4x4_1_add_kernel1() local 40 const uint16x4_t a0 = vld1_u16(*dest); in highbd_idct4x4_1_add_kernel2() local 69 int32x4_t *const a0, in idct4x4_16_kernel_bd10() 95 int32x4_t *const a0, in idct4x4_16_kernel_bd12() 142 int16x8_t a0, a1; in vpx_highbd_idct4x4_16_add_neon() local
|
D | idct32x32_1_add_neon.c | 19 const uint8x16_t a0 = vld1q_u8(*dest); in idct32x32_1_add_pos_kernel() local 30 const uint8x16_t a0 = vld1q_u8(*dest); in idct32x32_1_add_neg_kernel() local
|
/external/clang/test/CodeGenCXX/ |
D | mangle-template.cpp | 8 void f0(T<x> a0) {} in f0() 16 void f1(t1<f0> a0) {} in f1() 24 void f1(t1<f0> a0) {} in f1() 32 void f1(t1<test3_f0> a0) {} in f1() 40 void f1(t1<test4_f0> a0) {} in f1() 50 void f1(t1<test5_f0> a0) {} in f1() 54 void f2(t2<main> a0) {} in f2() 63 void f0(T<&A::im0> a0) {} in f0()
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 28 AutoDiffJacobian(const T0& a0) : Functor(a0) {} in AutoDiffJacobian() 30 AutoDiffJacobian(const T0& a0, const T1& a1) : Functor(a0, a1) {} in AutoDiffJacobian() 32 AutoDiffJacobian(const T0& a0, const T1& a1, const T2& a2) : Functor(a0, a1, a2) {} in AutoDiffJacobian()
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 50 NumericalDiff(const T0& a0) : Functor(a0), epsfcn(0) {} in NumericalDiff() 52 NumericalDiff(const T0& a0, const T1& a1) : Functor(a0, a1), epsfcn(0) {} in NumericalDiff() 54 NumericalDiff(const T0& a0, const T1& a1, const T2& a2) : Functor(a0, a1, a2), epsfcn(0) {} in NumericalDiff()
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | destroy.pass.cpp | 63 std::aligned_storage<sizeof(A0)>::type a0; in main() local 81 std::aligned_storage<sizeof(A0)>::type a0; in main() local
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | umodarith.h | 268 x64_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in x64_mulmod2() 315 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2() 341 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2() 432 ppro_mulmod2c(mpd_uint_t *a0, mpd_uint_t *a1, mpd_uint_t w, in ppro_mulmod2c() 471 ppro_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in ppro_mulmod2() 546 ppro_mulmod2c(mpd_uint_t *a0, mpd_uint_t *a1, mpd_uint_t w, in ppro_mulmod2c() 585 ppro_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in ppro_mulmod2()
|
/external/clang/test/Sema/ |
D | weak-import-on-enum.c | 7 a0 enumerator
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_decompose_tmp.h | 41 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1) argument 44 #define TRIANGLE_ADJ(flags, i0, a0, i1, a1, i2, a2) TRIANGLE(flags, i0, i1, i2) argument
|