/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/ |
D | switch.h | 118 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6) { in Switch() 140 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7) { in Switch() 164 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 192 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 222 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 254 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 288 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 324 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 363 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() 404 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() [all …]
|
/external/webrtc/common_audio/third_party/ooura/fft_size_128/ |
D | ooura_fft_mips.cc | 275 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local 523 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local 877 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local 933 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local 996 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local 1122 float f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local
|
/external/clang/test/SemaObjCXX/ |
D | conversion-ranking.mm | 85 int &f6(A*); function 86 float &f6(id<P1>); function
|
D | arc-overloading.mm | 105 int &f6(id __autoreleasing *); function 106 float &f6(id const __unsafe_unretained *); function
|
/external/mesa3d/src/amd/vpelib/src/core/inc/ |
D | reg_helper.h | 143 #define REG_SET_6(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6) \ argument 159 #define REG_SET_7(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument 177 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument 195 reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument 214 #define REG_SET_10(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, \ argument 243 #define REG_UPDATE_6(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6) \ argument 246 #define REG_UPDATE_7(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7) \ argument 249 #define REG_UPDATE_8(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \ argument 252 #define REG_UPDATE_9(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9) \ argument 257 reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8, f9, v9, f10, v10) \ argument
|
/external/libdav1d/src/ |
D | tables.c | 747 #define F(idx, f0, f1, f2, f3, f4, f5, f6) \ argument 753 #define F(idx, f0, f1, f2, f3, f4, f5, f6) \ argument
|
/external/clang/test/SemaObjC/ |
D | builtin_objc_lib_functions.m | 26 int f6(Class exceptionClass, id exception) { function
|
/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/ |
D | bind_void_mf_test.cpp | 66 …int f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); return 0;… in f6() function 138 bind<void>(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 139 bind<void>(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 60 …void __fastcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6… in f6() function 133 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 134 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 60 …int __stdcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6);… in f6() function 135 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 136 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 40 …int __cdecl f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); r… in f6() function 113 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 114 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
D | bind_mf2_test.cpp | 58 …int f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); return 0;… in f6() function 131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6 )(); in member_function_test() local 132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6 )(); in member_function_test() local
|
/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | bind_stdcall_mf_test.cpp | 59 …int __stdcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6);… in f6() function 131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
D | bind_noexcept_mf_test.cpp | 50 …int f6(int a1, int a2, int a3, int a4, int a5, int a6) noexcept { f5(a1, a2, a3, a4, a5); f1(a6); … in f6() function 120 boost::bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 121 boost::bind(&X::f6, boost::ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 59 …int __cdecl f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6); r… in f6() function 131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 59 …void __fastcall f6(int a1, int a2, int a3, int a4, int a5, int a6) { f5(a1, a2, a3, a4, a5); f1(a6… in f6() function 131 bind(&X::f6, &x, 1, 2, 3, 4, 5, 6)(); in member_function_test() local 132 bind(&X::f6, ref(x), 1, 2, 3, 4, 5, 6)(); in member_function_test() local
|
/external/clang/test/PCH/ |
D | cxx11-exception-spec.cpp | 17 decltype(f<6>()) f6; variable
|
/external/llvm/test/MC/ARM/ |
D | ltorg.s | 61 f6: label
|
D | ltorg-darwin.s | 67 f6: label
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
D | DormandPrince853FieldStepInterpolator.java | 243 final T f6 = f5.multiply(theta); in computeInterpolatedStateAndDerivatives() local 273 final T f6 = f5.multiply(theta); in computeInterpolatedStateAndDerivatives() local
|
/external/clang/test/CodeGen/ |
D | x86_64-arguments-win32.c | 25 void f6(_Complex double a) {} in f6() function
|
/external/golang-protobuf/internal/testprotos/legacy/ |
D | legacy.proto | 69 google.golang.org.proto3_20180125.Message f6 = 6; field
|
/external/llvm/test/MC/MachO/ |
D | darwin-x86_64-reloc.s | 72 f6: label
|
/external/testng/src/test/java/test/priority/ |
D | BaseSample.java | 43 public void f6() { add("f6"); } in f6() method in BaseSample
|
/external/clang/test/Sema/ |
D | MicrosoftCompatibility.c | 14 __declspec(noreturn) void f6( void ) { in f6() function
|