| /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()
|
| /external/libaom/libaom/aom_dsp/ |
| D | prob.h | 45 #define AOM_CDF2(a0) AOM_ICDF(a0), AOM_ICDF(CDF_PROB_TOP), 0 argument 46 #define AOM_CDF3(a0, a1) AOM_ICDF(a0), AOM_ICDF(a1), AOM_ICDF(CDF_PROB_TOP), 0 argument 47 #define AOM_CDF4(a0, a1, a2) \ argument 49 #define AOM_CDF5(a0, a1, a2, a3) \ argument 52 #define AOM_CDF6(a0, a1, a2, a3, a4) \ argument 56 #define AOM_CDF7(a0, a1, a2, a3, a4, a5) \ argument 60 #define AOM_CDF8(a0, a1, a2, a3, a4, a5, a6) \ argument 64 #define AOM_CDF9(a0, a1, a2, a3, a4, a5, a6, a7) \ argument 68 #define AOM_CDF10(a0, a1, a2, a3, a4, a5, a6, a7, a8) \ argument 72 #define AOM_CDF11(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) \ argument [all …]
|
| /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/libaom/libaom/aom_dsp/x86/ |
| D | transpose_sse2.h | 28 const __m128i a0 = _mm_unpacklo_epi8(in[0], in[1]); in transpose_8bit_4x4() local 52 const __m128i a0 = _mm_unpacklo_epi8(in[0], in[1]); in transpose_8bit_8x8() local 106 const __m128i a0 = _mm_unpacklo_epi16(in[0], in[1]); in transpose_16bit_4x4() local 136 const __m128i a0 = _mm_unpacklo_epi16(in[0], in[1]); in transpose_16bit_4x8() local 175 const __m128i a0 = _mm_unpacklo_epi16(in[0], in[1]); in transpose_16bit_8x4() local 230 const __m128i a0 = _mm_unpacklo_epi16(in[0], in[1]); in transpose_16bit_8x8() local 308 const __m128i a0 = _mm_unpacklo_epi32(in[0], in[1]); in transpose_32bit_4x4() local 344 const __m128i a0 = _mm_unpacklo_epi32(in[0], in[1]); in transpose_32bit_4x4x2() local 392 const __m128i a0 = _mm_unpacklo_epi32(in[0], in[2]); in transpose_32bit_8x4() 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/libaom/libaom/av1/common/arm/ |
| D | transpose_neon.h | 16 static INLINE void transpose_u8_8x8(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_8x8() 70 static INLINE void transpose_u8_8x4(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_8x4() 103 static INLINE void transpose_u8_4x4(uint8x8_t *a0, uint8x8_t *a1) { in transpose_u8_4x4() 132 static INLINE void transpose_u8_4x8(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_4x8() 188 static INLINE void transpose_u16_4x8(uint16x4_t *a0, uint16x4_t *a1, in transpose_u16_4x8() 253 static INLINE void transpose_u16_8x8(uint16x8_t *a0, uint16x8_t *a1, in transpose_u16_8x8() 321 static INLINE void transpose_s16_8x8(int16x8_t *a0, int16x8_t *a1, in transpose_s16_8x8() 389 static INLINE int16x8x2_t vpx_vtrnq_s64_to_s16(int32x4_t a0, int32x4_t a1) { in vpx_vtrnq_s64_to_s16() 398 static INLINE void transpose_s16_8x8q(int16x8_t *a0, int16x8_t *out) { in transpose_s16_8x8q() 466 static INLINE void transpose_s16_4x4d(int16x4_t *a0, int16x4_t *a1, in transpose_s16_4x4d() [all …]
|
| /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/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 …]
|
| /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/libhevc/common/arm/ |
| D | ihevc_cmn_utils_neon.h | 97 static INLINE int16x8x2_t vtrnq_s64_to_s16(int32x4_t a0, int32x4_t a1) in vtrnq_s64_to_s16() 108 static INLINE void transpose_s16_4x4d(int16x4_t *a0, int16x4_t *a1, int16x4_t *a2, int16x4_t *a3) in transpose_s16_4x4d() 141 static INLINE void transpose_s16_4x4q(int16x8_t *a0, int16x8_t *a1, int16x8_t *a2, int16x8_t *a3) in transpose_s16_4x4q() 175 int16x8_t *a0, in transpose_s16_8x8() 250 static INLINE int32x4x2_t vtrnq_s64_to_s32(int32x4_t a0, int32x4_t a1) in vtrnq_s64_to_s32() 258 static INLINE void transpose_s32_4x4(int32x4_t *a0, int32x4_t *a1, int32x4_t *a2, int32x4_t *a3) in transpose_s32_4x4() 290 int32x4x2_t *a0, in transpose_s32_8x8()
|
| /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/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/jemalloc_new/include/jemalloc/internal/ |
| D | prof_inlines_a.h | 11 uint64_t a0, a1; in prof_accum_add() local 54 uint64_t a0, a1; in prof_accum_cancel() local
|
| /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/libhevc/encoder/arm/ |
| D | ihevce_itrans_recon_neon.c | 62 int16x8_t a0, a1, a2; in ihevce_itrans_recon_dc_4x4_luma_neon() local 91 int16x8_t a0, a1; in ihevce_itrans_recon_dc_4x4_chroma_neon() local 116 uint8x8_t a0, a2, a3; in ihevce_itrans_recon_dc_8x8_luma_neon() local 142 uint8x16_t a4, a0, a5; in ihevce_itrans_recon_dc_8x8_chroma_neon() local 174 uint8x8_t a0; in ihevce_itrans_recon_dc_16x16_luma_neon() local 197 uint8x8_t a0; in ihevce_itrans_recon_dc_16x16_chroma_neon() local
|
| /external/syzkaller/vendor/golang.org/x/sys/unix/ |
| D | syscall_linux_gc_386.go | 15 func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err syscall.Errno) argument 16 func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err syscall.Errno) argument
|