Home
last modified time | relevance | path

Searched defs:g7 (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_test.cpp282 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
316 …void g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6)… in g7() function
397 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
398 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
399 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
489 bind(&V::g7, &v, 1, 2, 3, 4, 5, 6, 7)(); in member_function_void_test() local
490 bind(&V::g7, v, 1, 2, 3, 4, 5, 6, 7)(); in member_function_void_test() local
491 bind(&V::g7, ref(v), 1, 2, 3, 4, 5, 6, 7)(); in member_function_void_test() local
Dbind_void_mf_test.cpp70 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
150 bind<void>(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
151 bind<void>(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
152 bind<void>(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp44 …int __cdecl g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, … in g7() function
125 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
126 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
127 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_fastcall_mf_test.cpp64 …void __fastcall g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, … in g7() function
145 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
146 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
147 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp64 …int __stdcall g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4… in g7() function
147 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
148 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
149 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_mf2_test.cpp62 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
143 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
144 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
145 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_test.cpp257 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
291 …void g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6)… in g7() function
371 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
372 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
373 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
461 bind(&V::g7, &v, 1, 2, 3, 4, 5, 6, 7)(); in member_function_void_test() local
462 bind(&V::g7, v, 1, 2, 3, 4, 5, 6, 7)(); in member_function_void_test() local
463 bind(&V::g7, ref(v), 1, 2, 3, 4, 5, 6, 7)(); in member_function_void_test() local
Dbind_fastcall_mf_test.cpp63 …void __fastcall g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, … in g7() function
143 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
144 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
145 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp63 …int __stdcall g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4… in g7() function
143 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
144 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
145 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp63 …int __cdecl g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, … in g7() function
143 bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
144 bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
145 bind(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_noexcept_mf_test.cpp54 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const noexcept { g6(a1, a2, a3, a4,… in g7() function
132 boost::bind(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
133 boost::bind(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
134 boost::bind(&X::g7, boost::ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dbind_void_mf_test.cpp66 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
162 bind<void>(&X::g7, &x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
163 bind<void>(&X::g7, x, 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
164 bind<void>(&X::g7, ref(x), 1, 2, 3, 4, 5, 6, 7)(); in member_function_test() local
Dmem_fn_rv_test.cpp60 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
Dmem_fn_derived_test.cpp62 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
/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/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp16 int(*g7)(int&, int) = f3; in good() local
37 int (*g7)(const int, char) = f1; in bad() local
/aosp_15_r20/external/clang/test/Sema/
H A Dprivate-extern.c28 int g7; // expected-note {{previous}} in f1() local
29 …__private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern decla… in f1() local
H A Dbitfield-layout.c181 struct g7 { struct
186 CHECK_SIZE(struct, g7, 4); argument
H A Dattr-alias-elf.c26 void g7() {} in g7() function
H A Dalign-x86.c30 enum { x = 18446744073709551615ULL } g7; variable
H A Dvarargs-x86-64.c53 void __attribute__((ms_abi)) g7(int a, ...) { in g7() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_int16_vsx.h112 constexpr int16_t g7 = ((mask & 128) >> 7) * 0xffff; in blend() local
172 constexpr int16_t g7 = ((mask & 128) >> 7) * 0xffff; in blend() local
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A Dencode.mm189 extern const char g7[] = @encode(CefBrowserImpl2); function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_thread_mf.cpp41 …int g7(int a1, int a2, int a3, int a4, int a5, int a6, int a7) const { g6(a1, a2, a3, a4, a5, a6);… in g7() function
/aosp_15_r20/external/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c89 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; in fadst16_cols_step2_msa() local
267 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; in fadst16_rows_step2_msa() local

123