Home
last modified time | relevance | path

Searched defs:g4 (Results 1 – 25 of 111) sorted by relevance

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_test.cpp273 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
307 void g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function
370 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
371 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
372 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
462 bind(&V::g4, &v, 1, 2, 3, 4)(); in member_function_void_test() local
463 bind(&V::g4, v, 1, 2, 3, 4)(); in member_function_void_test() local
464 bind(&V::g4, ref(v), 1, 2, 3, 4)(); in member_function_void_test() local
Dbind_void_mf_test.cpp61 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
123 bind<void>(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
124 bind<void>(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
125 bind<void>(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp35 int __cdecl g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
98 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
99 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
100 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_fastcall_mf_test.cpp55 void __fastcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function
118 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
119 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
120 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp55 int __stdcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
120 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
121 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
122 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_mf2_test.cpp53 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
116 bind(&X::g4, &x, 1, 2, 3, 4 )(); in member_function_test() local
117 bind(&X::g4, x, 1, 2, 3, 4 )(); in member_function_test() local
118 bind(&X::g4, ref(x), 1, 2, 3, 4 )(); in member_function_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_test.cpp248 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
282 void g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function
344 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
345 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
346 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
434 bind(&V::g4, &v, 1, 2, 3, 4)(); in member_function_void_test() local
435 bind(&V::g4, v, 1, 2, 3, 4)(); in member_function_void_test() local
436 bind(&V::g4, ref(v), 1, 2, 3, 4)(); in member_function_void_test() local
Dbind_fastcall_mf_test.cpp54 void __fastcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); } in g4() function
116 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
117 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
118 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp54 int __stdcall g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
116 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
117 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
118 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp54 int __cdecl g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
116 bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
117 bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
118 bind(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_noexcept_mf_test.cpp45 int g4(int a1, int a2, int a3, int a4) const noexcept { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
105 boost::bind(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
106 boost::bind(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
107 boost::bind(&X::g4, boost::ref(x), 1, 2, 3, 4)(); in member_function_test() local
Dbind_void_mf_test.cpp54 int g4(int a1, int a2, int a3, int a4) const { g3(a1, a2, a3); g1(a4); return 0; } in g4() function
129 bind<void>(&X::g4, &x, 1, 2, 3, 4)(); in member_function_test() local
130 bind<void>(&X::g4, x, 1, 2, 3, 4)(); in member_function_test() local
131 bind<void>(&X::g4, ref(x), 1, 2, 3, 4)(); in member_function_test() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_test_eu_compact.cpp267 struct elk_reg g4 = elk_vec8_grf(4, 0); in TEST_P() local
300 struct elk_reg g4 = elk_vec8_grf(4, 0); in TEST_P() local
309 struct elk_reg g4 = elk_vec1_grf(4, 0); in TEST_P() local
318 struct elk_reg g4 = elk_vec8_grf(4, 0); in TEST_P() local
/aosp_15_r20/external/clang/test/Sema/
H A Dbitfield-layout.c153 struct __attribute__((packed)) g4 { struct
159 CHECK_SIZE(struct, g4, 4); argument
H A Dconstant-builtins.c10 double g4 = __builtin_inff(); variable
/aosp_15_r20/external/skia/src/core/
H A DSkMaskBlurFilter.cpp502 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_x_radius_4()
550 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_row()
601 g4(gauss[4]); in blur_x_rect() local
740 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_y_radius_4()
767 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_column()
814 g4(gauss[4]); in blur_y_rect() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcodecapi.h10 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \ argument
23 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) \ argument
28 # define DEFINE_CODECAPI_GUID(name, guidstr, g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11) DEFINE_GUIDSTRU… argument
/aosp_15_r20/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s21 .globl g4 # @g4 symbol
23 g4: label
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp13 int(*g4)(int, int) = f2; in good() local
28 int (*g4)(int, char) = f1; in bad() local
/aosp_15_r20/external/ltp/testcases/network/multicast/mc_member/
H A Dmc_member_test.c112 unsigned g1, g2, g3, g4; in join_group() local
147 unsigned g1, g2, g3, g4; in leave_group() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dtest_eu_compact.cpp225 struct brw_reg g4 = brw_vec8_grf(4, 0); in TEST_P() local
258 struct brw_reg g4 = brw_vec1_grf(4, 0); in TEST_P() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_int16_vsx.h109 constexpr int16_t g4 = ((mask & 16) >> 4) * 0xffff; in blend() local
169 constexpr int16_t g4 = ((mask & 16) >> 4) * 0xffff; in blend() local
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h3089 const ParamGenerator<T4>& g4) in CartesianProductGenerator4()
3112 const ParamGenerator<T4>& g4, in Iterator()
3240 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5) in CartesianProductGenerator5()
3263 const ParamGenerator<T4>& g4, in Iterator()
3409 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator6()
3433 const ParamGenerator<T4>& g4, in Iterator()
3595 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator7()
3620 const ParamGenerator<T4>& g4, in Iterator()
3798 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator8()
3826 const ParamGenerator<T4>& g4, in Iterator()
[all …]
/aosp_15_r20/external/clang/test/CodeGen/
H A Dbitfield-2.c181 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; variable
197 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; in test_4() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-literal-suffix.cpp8 template <class T> void g4(char (&buffer)[sizeof(T() + 5.0L)]) {} in g4() function

12345