/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/ |
D | switch.h | 165 F8 f8) { in Switch() 193 F8 f8, F9 f9) { in Switch() 223 F8 f8, F9 f9, F10 f10) { in Switch() 255 F8 f8, F9 f9, F10 f10, F11 f11) { in Switch() 289 F8 f8, F9 f9, F10 f10, F11 f11, F12 f12) { in Switch() 325 F8 f8, F9 f9, F10 f10, F11 f11, F12 f12, F13 f13) { in Switch() 364 F8 f8, F9 f9, F10 f10, F11 f11, F12 f12, F13 f13, F14 f14) { in Switch() 405 F8 f8, F9 f9, F10 f10, F11 f11, F12 f12, F13 f13, F14 f14, F15 f15) { in Switch() 448 F8 f8, F9 f9, F10 f10, F11 f11, F12 f12, F13 f13, F14 f14, F15 f15, in Switch() 494 F8 f8, F9 f9, F10 f10, F11 f11, F12 f12, F13 f13, F14 f14, F15 f15, in Switch() [all …]
|
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_128/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/ |
H A D | reg_helper.h | 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 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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/ |
D | bind_test.cpp | 284 …int f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4, a5, a6… in f8() function 318 …void f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4, a5, a… in f8() function 403 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 404 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 495 bind(&V::f8, &v, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_void_test() local 496 bind(&V::f8, ref(v), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_void_test() local
|
D | bind_void_mf_test.cpp | 72 …int f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4, a5, a6… in f8() function 156 bind<void>(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 157 bind<void>(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 46 …int __cdecl f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4… in f8() function 131 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 132 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 66 …void __fastcall f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3… in f8() function 151 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 152 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 66 …int __stdcall f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, … in f8() function 153 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 154 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_mf2_test.cpp | 64 …int f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4, a5, a6… in f8() function 149 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8 )(); in member_function_test() local 150 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8 )(); in member_function_test() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | bind_test.cpp | 259 …int f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4, a5, a6… in f8() function 293 …void f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4, a5, a… in f8() function 377 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 378 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 467 bind(&V::f8, &v, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_void_test() local 468 bind(&V::f8, ref(v), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_void_test() local
|
D | bind_fastcall_mf_test.cpp | 65 …void __fastcall f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3… in f8() function 149 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 150 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 65 …int __stdcall f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, … in f8() function 149 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 150 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 65 …int __cdecl f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4… in f8() function 149 bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 150 bind(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_noexcept_mf_test.cpp | 56 …int f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) noexcept { f7(a1, a2, a3, a… in f8() function 138 boost::bind(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 139 boost::bind(&X::f8, boost::ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
D | bind_void_mf_test.cpp | 69 …int f8(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) { f7(a1, a2, a3, a4, a5, a6… in f8() function 170 bind<void>(&X::f8, &x, 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local 171 bind<void>(&X::f8, ref(x), 1, 2, 3, 4, 5, 6, 7, 8)(); in member_function_test() local
|
/aosp_15_r20/art/test/MyClassNatives/ |
H A D | MyClassNatives.java | 116 float f7, float f8, float f9); in forceStackParameters() 164 float f7, float f8, float f9, float f10); in stackArgsIntsFirst() 168 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst() 173 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9, in stackArgsMixed() 210 float f8, float f9); in foo9F() 213 double d1, float f8); in foo7FDF() 216 int i1, float f8, float f9); in foo7FIFF() 290 float f7, float f8, float f9); in forceStackParameters_Fast() 338 float f7, float f8, float f9, float f10); in stackArgsIntsFirst_Fast() 342 float f6, float f7, float f8, float f9, float f10, int i1, int i2, int i3, int i4, int i5, in stackArgsFloatsFirst_Fast() [all …]
|
/aosp_15_r20/art/test/178-app-image-native-method/src/ |
H A D | Main.java | 651 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() 670 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() 689 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() 705 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() 724 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() 743 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters() 1055 int i8, long l8, float f8, double d8); in nativeMethodWithManyParameters()
|
/aosp_15_r20/art/test/178-app-image-native-method/ |
H A D | native_methods.cc | 37 jint i8, jlong l8, jfloat f8, jdouble d8) { in VerifyManyParameters() 90 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_Test_nativeMethodWithManyParameters() 119 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_TestFast_nativeMethodWithManyParameters() 147 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_TestCritical_nativeMethodWithManyParameters() 685 jint i8, jlong l8, jfloat f8, jdouble d8) { in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue41872.go | 10 func f8(x int32) bool { func
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | 2010-06-22-ZeroBitfield.cpp | 5 s8 f8() { return s8(); } in f8() function
|
/aosp_15_r20/external/llvm/test/MC/ARM/ |
H A D | ltorg-darwin.s | 78 f8: label
|
H A D | ltorg.s | 72 f8: label
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | nilptr5_aix.go | 30 func f8(t *[8]int) [8]int { func
|
D | nilptr5_wasm.go | 30 func f8(t *[8]int) [8]int { func
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | cxx11-exception-spec.cpp | 32 decltype(f<8>()) f8; variable
|