Home
last modified time | relevance | path

Searched defs:f3 (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dswitch.h64 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3) { in Switch()
80 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4) { in Switch()
98 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5) { in Switch()
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()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dreg_helper.h100 #define REG_SET_3(reg_name, init_val, f1, v1, f2, v2, f3, v3) \ argument
114 #define REG_SET_4(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
128 #define REG_SET_5(reg_name, init_val, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5) \ argument
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
236 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
238 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_10964.cpp108 auto f3 = f1.then(TestCallback()); in main() local
119 auto f3 = f2.then(TestCallback()); in main() local
141 auto f3 = f1.then(TestCallback()); in main() local
151 auto f3 = f1.then(executor, TestCallback()); in main() local
169 auto f3 = f2.then(executor, TestCallback()); in main() local
183 auto f3 = f2.then(executor, TestCallback()); in main() local
Dtest_futures.cpp803 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
824 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
845 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
866 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
890 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
914 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
938 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
962 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
989 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
1015 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE() local
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dpragma-pack-5.c12 char f3; member
19 char f3; member
26 unsigned f3 : 8; member
34 unsigned f3 : 16; member
43 char f3; member
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61/
H A Dtest.proto19 repeated string f3 = 3; field
32 repeated string f3 = 3; field
38 repeated string f3 = 3; field
67 repeated string f3 = 3; field
115 repeated string f3 = 3; field
162 repeated string f3 = 3; field
223 repeated string f3 = 3; field
280 repeated string f3 = 3; field
328 repeated string f3 = 3; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/
H A Dtest.proto19 repeated string f3 = 3; field
32 repeated string f3 = 3; field
38 repeated string f3 = 3; field
67 repeated string f3 = 3; field
115 repeated string f3 = 3; field
162 repeated string f3 = 3; field
223 repeated string f3 = 3; field
280 repeated string f3 = 3; field
328 repeated string f3 = 3; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5/
H A Dtest.proto19 repeated string f3 = 3; field
32 repeated string f3 = 3; field
38 repeated string f3 = 3; field
67 repeated string f3 = 3; field
115 repeated string f3 = 3; field
162 repeated string f3 = 3; field
223 repeated string f3 = 3; field
280 repeated string f3 = 3; field
328 repeated string f3 = 3; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09/
H A Dtest.proto19 repeated string f3 = 3; field
32 repeated string f3 = 3; field
38 repeated string f3 = 3; field
67 repeated string f3 = 3; field
115 repeated string f3 = 3; field
162 repeated string f3 = 3; field
223 repeated string f3 = 3; field
280 repeated string f3 = 3; field
328 repeated string f3 = 3; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/
H A Dtest.proto19 repeated string f3 = 3; field
32 repeated string f3 = 3; field
38 repeated string f3 = 3; field
67 repeated string f3 = 3; field
115 repeated string f3 = 3; field
162 repeated string f3 = 3; field
223 repeated string f3 = 3; field
280 repeated string f3 = 3; field
328 repeated string f3 = 3; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/legacy/proto2_20180125_92554152/
H A Dtest.proto19 repeated string f3 = 3; field
32 repeated string f3 = 3; field
38 repeated string f3 = 3; field
67 repeated string f3 = 3; field
115 repeated string f3 = 3; field
162 repeated string f3 = 3; field
223 repeated string f3 = 3; field
280 repeated string f3 = 3; field
328 repeated string f3 = 3; field
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_128/
H A Dooura_fft_mips.cc275 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/art/test/MyClassNatives/
H A DMyClassNatives.java115 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters()
163 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst()
167 native static void stackArgsFloatsFirst(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst()
172 native static void stackArgsMixed(int i1, float f1, int i2, float f2, int i3, float f3, int i4, in stackArgsMixed()
192 static native int sfoo7FI(float f1, float f2, float f3, float f4, float f5, float f6, in sfoo7FI()
195 static native int sfoo3F5DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F5DI()
198 static native int sfoo3F6DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F6DI()
209 native int foo9F(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo9F()
212 native int foo7FDF(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo7FDF()
215 native int foo7FIFF(float f1, float f2, float f3, float f4, float f5, float f6, float f7, in foo7FIFF()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Crypto/
H A DMyAes.cpp190 #define SET_AES_FUNC_23(f2, f3) \ argument
195 #define SET_AES_FUNC_23(f2, f3) \ argument
199 #define SET_AES_FUNC_23(f2, f3) argument
202 #define SET_AES_FUNCS(c, f0, f1, f2, f3) \ argument
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileTest.java334 File f3 = new File("thatFile.file"); in test_compareToLjava_io_File() local
493 File f3 = File.createTempFile("ab", ".tst"); in test_createTempFileLjava_lang_StringLjava_lang_String() local
500 File f3 = File.createTempFile("a", ".tst"); in test_createTempFileLjava_lang_StringLjava_lang_String() local
507 File f3 = File.createTempFile("", ".tst"); in test_createTempFileLjava_lang_StringLjava_lang_String() local
576 File f3 = File.createTempFile("harmony-test-FileTest_tempFile2_tf", null, dir); in test_createTempFileLjava_lang_StringLjava_lang_StringLjava_io_File() local
677 File f3 = new File("xxxx"); in test_equalsLjava_lang_Object() local
848 File f2 = null, f3 = null, dir2 = null; in test_getCanonicalPath() local
950 File f3 = new File(tempDirectory, "/a/tempfile.tmp"); in test_getParentFile() local
973 File f3 = new File("c:"); in test_getPath() local
/aosp_15_r20/art/test/178-app-image-native-method/src/
H A DMain.java646 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
665 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
684 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
700 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
719 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
738 int i3, long l3, float f3, double d3, in nativeMethodWithManyParameters()
759 int i, long l, float f1, float f2, float f3, float f4, double d); in nativeILFFFFD()
770 long l, int i, float f1, float f2, float f3, float f4, double d); in nativeLIFFFFD()
781 float f1, long l, int i, float f2, float f3, float f4, double d); in nativeFLIFFFD()
1030 float f3, in nativeDFDFDFDFDFIJ()
[all …]
/aosp_15_r20/external/leveldb/db/
H A Dversion_set_test.cc245 FileMetaData* f3 = in TEST_F() local
266 FileMetaData* f3 = in TEST_F() local
288 FileMetaData* f3 = in TEST_F() local
311 FileMetaData* f3 = in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/futures/
Dwait_for_all.hpp36 void wait_for_all(F1& f1,F2& f2,F3& f3) in wait_for_all()
44 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4) in wait_for_all()
53 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4,F5& f5) in wait_for_all()
/aosp_15_r20/art/test/178-app-image-native-method/
H A Dnative_methods.cc32 jint i3, jlong l3, jfloat f3, jdouble d3, in VerifyManyParameters()
85 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_Test_nativeMethodWithManyParameters()
114 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_TestFast_nativeMethodWithManyParameters()
142 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_TestCritical_nativeMethodWithManyParameters()
164 jfloat f3, in Java_CriticalSignatures_nativeILFFFFD()
182 jfloat f3, in Java_CriticalSignatures_nativeLIFFFFD()
200 jfloat f3, in Java_CriticalSignatures_nativeFLIFFFD()
647 jfloat f3, in Java_CriticalSignatures_nativeDFDFDFDFDFIJ()
680 jint i3, jlong l3, jfloat f3, jdouble d3, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-shadow.cpp34 int f1, f2, f3, f4; // expected-note 8 {{previous declaration is here}} member in A
37 A(int f1, int f2, int f3, int f4) // expected-note-re 4 {{variable 'f{{[0-4]}}' is declared here}} in A()
48 A(int f1, int f2, int f3, int f4, double overload_dummy) {} in A()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_test.cpp269 int f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); return 0; } in f3() function
303 void f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); } in f3() function
358 bind(&X::f3, &x, 1, 2, 3)(); in member_function_test() local
359 bind(&X::f3, ref(x), 1, 2, 3)(); in member_function_test() local
450 bind(&V::f3, &v, 1, 2, 3)(); in member_function_void_test() local
451 bind(&V::f3, ref(v), 1, 2, 3)(); in member_function_void_test() local
Dbind_void_mf_test.cpp57 int f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); return 0; } in f3() function
111 bind<void>(&X::f3, &x, 1, 2, 3)(); in member_function_test() local
112 bind<void>(&X::f3, ref(x), 1, 2, 3)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp31 int __cdecl f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); return 0; } in f3() function
86 bind(&X::f3, &x, 1, 2, 3)(); in member_function_test() local
87 bind(&X::f3, ref(x), 1, 2, 3)(); in member_function_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_test.cpp244 int f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); return 0; } in f3() function
278 void f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); } in f3() function
332 bind(&X::f3, &x, 1, 2, 3)(); in member_function_test() local
333 bind(&X::f3, ref(x), 1, 2, 3)(); in member_function_test() local
422 bind(&V::f3, &v, 1, 2, 3)(); in member_function_void_test() local
423 bind(&V::f3, ref(v), 1, 2, 3)(); in member_function_void_test() local
Dbind_fastcall_mf_test.cpp50 void __fastcall f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); } in f3() function
104 bind(&X::f3, &x, 1, 2, 3)(); in member_function_test() local
105 bind(&X::f3, ref(x), 1, 2, 3)(); in member_function_test() local

12345678910>>...31