Home
last modified time | relevance | path

Searched refs:Arg0 (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dgenerate_by_value.hpp8 template<typename Tag , typename Arg0 >
10 proto::expr<Tag, list1<Arg0>, 1>
14 list1<Arg0>
18 typename uncvref<Arg0 >::type
32 template<typename Tag , typename Arg0 >
34 proto::basic_expr<Tag, list1<Arg0>, 1>
38 list1<Arg0>
42 typename uncvref<Arg0 >::type
56 template<typename Tag , typename Arg0 , typename Arg1 >
58 proto::expr<Tag, list2<Arg0 , Arg1>, 2>
[all …]
H A Dargs.hpp13 template< typename Arg0 >
17 typedef Arg0 child0;
21 typedef Arg0 back_;
27 template< typename Arg0 >
31 typedef Arg0 child0;
35 typedef Arg0 back_;
41 template< typename Arg0 , typename Arg1 >
45 typedef Arg0 child0; typedef Arg1 child1;
55 template< typename Arg0 , typename Arg1 , typename Arg2 >
59 typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2;
[all …]
H A Dbasic_expr.hpp36 template<typename Tag, typename Arg0>
37 struct basic_expr<Tag, term<Arg0>, 0>
43 typedef term<Arg0> proto_args;
50 typedef Arg0 proto_child0; proto_child0 child0;
114 template<typename Tag , typename Arg0>
115 struct basic_expr<Tag, list1<Arg0>, 1 >
121 typedef list1<Arg0> proto_args;
128 typedef Arg0 proto_child0; proto_child0 child0;
198 template<typename Tag , typename Arg0 , typename Arg1>
199 struct basic_expr<Tag, list2<Arg0 , Arg1>, 2 >
[all …]
H A Dexpr_variadic.hpp36 template<typename Tag, typename Arg0>
37 struct expr<Tag, term<Arg0>, 0>
43 typedef term<Arg0> proto_args;
50 typedef Arg0 proto_child0; proto_child0 child0;
322 template<typename Tag , typename Arg0>
323 struct expr<Tag, list1<Arg0>, 1 >
329 typedef list1<Arg0> proto_args;
336 typedef Arg0 proto_child0; proto_child0 child0;
525 template<typename Tag , typename Arg0 , typename Arg1>
526 struct expr<Tag, list2<Arg0 , Arg1>, 2 >
[all …]
H A Dexpr.hpp36 template<typename Tag, typename Arg0>
37 struct expr<Tag, term<Arg0>, 0>
43 typedef term<Arg0> proto_args;
50 typedef Arg0 proto_child0; proto_child0 child0;
577 template<typename Tag , typename Arg0>
578 struct expr<Tag, list1<Arg0>, 1 >
584 typedef list1<Arg0> proto_args;
591 typedef Arg0 proto_child0; proto_child0 child0;
908 template<typename Tag , typename Arg0 , typename Arg1>
909 struct expr<Tag, list2<Arg0 , Arg1>, 2 >
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/
H A Ddebug.asl53 Store(Arg0, CDAT)
59 If (LEqual(Arg0, 0x0a)) {
62 OUTX(Arg0)
68 And(Arg0, 0x0f, Local0)
80 ShiftRight(Arg0, 4, Local0)
82 DBGN(Arg0)
88 ShiftRight(Arg0, 8, Local0)
90 DBGB(Arg0)
96 ShiftRight(Arg0, 16, Local0)
98 DBGW(Arg0)
[all …]
H A Dglobutil.asl12 If (LLess(Arg0, Arg1)) {
13 Return (Arg0)
21 Store(Arg0, Local0)
27 Add(SLEN(Arg0), One, Local0)
29 Store(Arg0, BUFF)
40 Store(S2BF(Arg0), Local0)
43 Store(SLEN(Arg0), Local5)
74 * Checks to find Arg1 at beginning of Arg0.
75 * Fails if length(Arg0) < length(Arg1).
80 Store(S2BF(Arg0), Local0)
[all …]
H A Dirqlinks.asl62 CreateWordField(Arg0, 1, IRQ0)
120 CreateWordField(Arg0, 1, IRQ0)
178 CreateWordField(Arg0, 1, IRQ0)
236 CreateWordField(Arg0, 1, IRQ0)
294 CreateWordField(Arg0, 1, IRQ0)
352 CreateWordField(Arg0, 1, IRQ0)
410 CreateWordField(Arg0, 1, IRQ0)
468 CreateWordField(Arg0, 1, IRQ0)
H A Dirqroute.asl23 Store(Arg0, PICM)
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientApiLib.c26 ArmSmcArgs.Arg0 = OPTEE_SMC_VM_CREATED; in optee_vm_create()
31 if (ArmSmcArgs.Arg0 != 0) in optee_vm_create()
41 ArmSmcArgs.Arg0 = OPTEE_SMC_VM_DESTROYED; in optee_vm_destroyed()
46 if (ArmSmcArgs.Arg0 != 0) in optee_vm_destroyed()
56 ArmSmcArgs.Arg0 = OPTEE_SMC_EXCHANGE_CAPABILITIES; in optee_exchange_capabilities()
60 if (ArmSmcArgs.Arg0 != 0) in optee_exchange_capabilities()
70 ArmSmcArgs.Arg0 = OPTEE_SMC_CALLS_REVISION; in optee_api_revision_is_compatible()
74 if (ArmSmcArgs.Arg0 == OPTEE_MSG_REVISION_MAJOR && in optee_api_revision_is_compatible()
77 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1); in optee_api_revision_is_compatible()
81 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1); in optee_api_revision_is_compatible()
[all …]
H A DOpteeClientSMC.c334 ArmSmcArgs.Arg0 = OPTEE_SMC_CALL_WITH_ARG_V2; in OpteeSmcCall()
341 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1, ArmSmcArgs.Arg2, ArmSmcArgs.Arg3); in OpteeSmcCall()
342 if (TEESMC_RETURN_IS_RPC(ArmSmcArgs.Arg0)) { in OpteeSmcCall()
344 } else if (ArmSmcArgs.Arg0 == TEESMC_RETURN_UNKNOWN_FUNCTION) { in OpteeSmcCall()
347 } else if (ArmSmcArgs.Arg0 != TEESMC_RETURN_OK) { in OpteeSmcCall()
H A DOpteeClientMem.c146 ArmSmcArgs.Arg0 = OPTEE_SMC_GET_SHM_CONFIG_V2; in OpteeClientMemInit()
151 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1, ArmSmcArgs.Arg2, ArmSmcArgs.Arg3); in OpteeClientMemInit()
H A DOpteeClientRPC.c557 switch (TEESMC_RETURN_GET_RPC_FUNC(ArmSmcArgs->Arg0)) { in OpteeRpcCallback()
647 printf("TEEC: ...unsupported RPC : Arg0=0x%X\n", ArmSmcArgs->Arg0); in OpteeRpcCallback()
653 ArmSmcArgs->Arg0 = TEESMC32_CALL_RETURN_FROM_RPC; in OpteeRpcCallback()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dexpr.hpp61 template<typename T, typename Expr, typename Arg0>
63 Expr make_terminal(T &t, Expr *, proto::term<Arg0> *) in make_terminal() argument
69 template<typename T, typename Expr, typename Arg0, std::size_t N>
71 Expr make_terminal(T (&t)[N], Expr *, proto::term<Arg0[N]> *) in make_terminal()
81 template<typename T, typename Expr, typename Arg0, std::size_t N>
83 Expr make_terminal(T const(&t)[N], Expr *, proto::term<Arg0[N]> *) in make_terminal()
H A Dproto_fwd.hpp234 template<typename Arg0>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dargs.hpp40 template< typename Arg0 >
44 typedef Arg0 child0;
49 typedef Arg0 back_;
H A Dbasic_expr.hpp84 template<typename Tag, typename Arg0>
85 struct basic_expr<Tag, term<Arg0>, 0>
96 typedef term<Arg0> proto_args;
H A Dexpr.hpp115 template<typename Tag, typename Arg0>
116 struct expr<Tag, term<Arg0>, 0>
127 typedef term<Arg0> proto_args;
/OK3568_Linux_fs/u-boot/include/optee_include/
H A DOpteeClientRPC.h14 unsigned int Arg0; member
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dplatform.asl13 * entering a sleep state. The sleep state number is passed in Arg0.
H A Dsouthcluster.asl189 If (LEqual(Arg0, ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))) {
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/acpi/
H A Dplatform.asl13 * entering a sleep state. The sleep state number is passed in Arg0.
H A Dsouthcluster.asl168 If (LEqual(Arg0, ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))) {