/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/ |
D | bind_test.cpp | 273 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
|
D | bind_void_mf_test.cpp | 61 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
|
D | bind_cdecl_mf_test.cpp | 35 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
|
D | bind_fastcall_mf_test.cpp | 55 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
|
D | bind_stdcall_mf_test.cpp | 55 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
|
D | bind_mf2_test.cpp | 53 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/ |
D | bind_test.cpp | 248 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
|
D | bind_fastcall_mf_test.cpp | 54 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
|
D | bind_stdcall_mf_test.cpp | 54 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
|
D | bind_cdecl_mf_test.cpp | 54 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
|
D | bind_noexcept_mf_test.cpp | 45 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
|
D | bind_void_mf_test.cpp | 54 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 D | elk_test_eu_compact.cpp | 267 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 D | bitfield-layout.c | 153 struct __attribute__((packed)) g4 { struct 159 CHECK_SIZE(struct, g4, 4); argument
|
H A D | constant-builtins.c | 10 double g4 = __builtin_inff(); variable
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMaskBlurFilter.cpp | 502 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/ |
D | codecapi.h | 10 # 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 D | cross-section-relative.s | 21 .globl g4 # @g4 symbol 23 g4: label
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 13 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 D | mc_member_test.c | 112 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 D | test_eu_compact.cpp | 225 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 D | vec256_int16_vsx.h | 109 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 D | gtest-param-util-generated.h | 3089 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 D | bitfield-2.c | 181 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 D | mangle-literal-suffix.cpp | 8 template <class T> void g4(char (&buffer)[sizeof(T() + 5.0L)]) {} in g4() function
|