Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 - 25 of 289) sorted by relevance

12345678910>>...12

/third_party/python/Include/
H A Dpydtrace.h28 static inline void PyDTrace_LINE(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_LINE() argument
29 static inline void PyDTrace_FUNCTION_ENTRY(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_ENTRY() argument
30 static inline void PyDTrace_FUNCTION_RETURN(const char *arg0, const char *arg1, int arg2) {} in PyDTrace_FUNCTION_RETURN() argument
31 static inline void PyDTrace_GC_START(int arg0) {} in PyDTrace_GC_START() argument
32 static inline void PyDTrace_GC_DONE(Py_ssize_t arg0) {} in PyDTrace_GC_DONE() argument
33 static inline void PyDTrace_INSTANCE_NEW_START(int arg0) {} in PyDTrace_INSTANCE_NEW_START() argument
34 static inline void PyDTrace_INSTANCE_NEW_DONE(int arg0) {} in PyDTrace_INSTANCE_NEW_DONE() argument
35 static inline void PyDTrace_INSTANCE_DELETE_START(int arg0) {} in PyDTrace_INSTANCE_DELETE_START() argument
36 static inline void PyDTrace_INSTANCE_DELETE_DONE(int arg0) {} in PyDTrace_INSTANCE_DELETE_DONE() argument
37 static inline void PyDTrace_IMPORT_FIND_LOAD_START(const char *arg0) {} in PyDTrace_IMPORT_FIND_LOAD_START() argument
38 PyDTrace_IMPORT_FIND_LOAD_DONE(const char *arg0, int arg1) PyDTrace_IMPORT_FIND_LOAD_DONE() argument
39 PyDTrace_AUDIT(const char *arg0, void *arg1) PyDTrace_AUDIT() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCaseUtil.hpp58 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Arg0& arg0) in InstanceFactory1() argument
61 , m_arg0 (arg0) in InstanceFactory1()
64 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Programs& progs, const Arg0& arg0) in InstanceFactory1() argument
67 , m_arg0 (arg0) in InstanceFactory1()
84 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument
87 , m_arg0 (arg0) in InstanceFactory1WithSupport()
91 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Programs& progs, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument
94 , m_arg0 (arg0) in InstanceFactory1WithSupport()
128 typedef tcu::TestStatus (*Function) (Context& context, Arg0 arg0);
132 Args (Function func_, Arg0 arg0_) : func(func_), arg0(arg0
135 Arg0 arg0; global() member
204 Arg0 arg0; global() member
274 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument
285 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument
297 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument
309 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument
356 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument
365 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument
375 addFunctionCase(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument
385 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument
395 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument
406 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument
[all...]
H A DvktTestGroupUtil.hpp72 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
73 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
78 const Arg0& arg0, in TestGroupHelper1()
83 , m_arg0 (arg0) in TestGroupHelper1()
99 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
100 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
105 const Arg0& arg0, in TestGroupHelper2()
111 , m_arg0 (arg0) in TestGroupHelper2()
137 Arg0 arg0, in createTestGroup()
140 return new TestGroupHelper1<Arg0>(testCtx, name, createChildren, arg0, cleanupGrou in createTestGroup()
75 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
102 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
134 createTestGroup(tcu::TestContext& testCtx, const std::string& name, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
143 createTestGroup(tcu::TestContext& testCtx, const std::string& name, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
161 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
171 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCaseUtil.hpp58 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Arg0& arg0) in InstanceFactory1() argument
61 , m_arg0 (arg0) in InstanceFactory1()
64 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg0& arg0) in InstanceFactory1() argument
67 , m_arg0 (arg0) in InstanceFactory1()
84 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument
87 , m_arg0 (arg0) in InstanceFactory1WithSupport()
91 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg0& arg0, const Support& support) in InstanceFactory1WithSupport() argument
94 , m_arg0 (arg0) in InstanceFactory1WithSupport()
128 typedef tcu::TestStatus (*Function) (Context& context, Arg0 arg0);
132 Args (Function func_, Arg0 arg0_) : func(func_), arg0(arg0
135 Arg0 arg0; global() member
204 Arg0 arg0; global() member
278 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument
290 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCase() argument
303 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument
316 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) createFunctionCaseWithPrograms() argument
368 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument
378 addFunctionCase(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument
389 addFunctionCase(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCase() argument
400 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument
411 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, const std::string& name, const std::string& desc, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument
423 addFunctionCaseWithPrograms(tcu::TestCaseGroup* group, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseWithPrograms() argument
[all...]
H A DvktTestGroupUtil.hpp73 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
74 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
80 const Arg0& arg0, in TestGroupHelper1()
85 , m_arg0 (arg0) in TestGroupHelper1()
101 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
102 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
108 const Arg0& arg0, in TestGroupHelper2()
114 , m_arg0 (arg0) in TestGroupHelper2()
142 Arg0 arg0, in createTestGroup()
145 return new TestGroupHelper1<Arg0>(testCtx, name, description, createChildren, arg0, cleanupGrou in createTestGroup()
76 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
104 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
138 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
148 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
168 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
179 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
[all...]
/third_party/node/deps/npm/node_modules/color-convert/
H A Dindex.js10 const arg0 = args[0];
11 if (arg0 === undefined || arg0 === null) {
12 return arg0;
15 if (arg0.length > 1) {
16 args = arg0;
32 const arg0 = args[0];
34 if (arg0 === undefined || arg0 === null) {
35 return arg0;
[all...]
/kernel/uniproton/src/om/include/
H A Dprt_hook_external.h82 #define OS_MHOOK_ACTIVATE_PARA1(hookType, arg0) OS_MHOOK_ACTIVATE((hookType), OsFunPara1, pfn((uintptr_t)(arg0)))
83 #define OS_MHOOK_ACTIVATE_PARA2(hookType, arg0, arg1) OS_MHOOK_ACTIVATE((hookType), \
84 OsFunPara2, pfn((uintptr_t)(arg0), (uintptr_t)(arg1)))
85 #define OS_MHOOK_ACTIVATE_PARA3(hookType, arg0, arg1, arg2) OS_MHOOK_ACTIVATE((hookType), \
86 OsFunPara3, pfn((uintptr_t)(arg0), (uintptr_t)(arg1), (uintptr_t)(arg2)))
87 #define OS_MHOOK_ACTIVATE_PARA4(hookType, arg0, arg1, arg2, arg3) \
89 OsFunPara4, pfn((uintptr_t)(arg0), (uintptr_t)(arg1), (uintptr_t)(arg2), (uintptr_t)(arg3)))
90 #define OS_MHOOK_ACTIVATE_PARA5(hookType, arg0, arg1, arg2, arg3, arg4) \
92 pfn((uintptr_t)(arg0), (uintptr_
[all...]
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DPwmOut-js.cpp64 double arg0 = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local
65 native_ptr->write(static_cast<float>(arg0)); in DECLARE_CLASS_FUNCTION()
125 double arg0 = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local
126 native_ptr->period(static_cast<float>(arg0)); in DECLARE_CLASS_FUNCTION()
151 double arg0 = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local
152 native_ptr->period_ms(static_cast<int>(arg0)); in DECLARE_CLASS_FUNCTION()
177 double arg0 = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local
178 native_ptr->period_us(static_cast<int>(arg0)); in DECLARE_CLASS_FUNCTION()
203 double arg0 = jerry_get_number_value(args[0]); in DECLARE_CLASS_FUNCTION() local
204 native_ptr->pulsewidth(static_cast<float>(arg0)); in DECLARE_CLASS_FUNCTION()
229 double arg0 = jerry_get_number_value(args[0]); DECLARE_CLASS_FUNCTION() local
255 double arg0 = jerry_get_number_value(args[0]); DECLARE_CLASS_FUNCTION() local
[all...]
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dkvm_para.h57 static inline long kvm_hypercall1(u64 fid, unsigned long arg0) in kvm_hypercall1() argument
61 register unsigned long a1 asm("a1") = arg0; in kvm_hypercall1()
74 unsigned long arg0, unsigned long arg1) in kvm_hypercall2()
78 register unsigned long a1 asm("a1") = arg0; in kvm_hypercall2()
92 unsigned long arg0, unsigned long arg1, unsigned long arg2) in kvm_hypercall3()
96 register unsigned long a1 asm("a1") = arg0; in kvm_hypercall3()
111 unsigned long arg0, unsigned long arg1, unsigned long arg2, in kvm_hypercall4()
116 register unsigned long a1 asm("a1") = arg0; in kvm_hypercall4()
132 unsigned long arg0, unsigned long arg1, unsigned long arg2, in kvm_hypercall5()
137 register unsigned long a1 asm("a1") = arg0; in kvm_hypercall5()
73 kvm_hypercall2(u64 fid, unsigned long arg0, unsigned long arg1) kvm_hypercall2() argument
91 kvm_hypercall3(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2) kvm_hypercall3() argument
110 kvm_hypercall4(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3) kvm_hypercall4() argument
131 kvm_hypercall5(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) kvm_hypercall5() argument
153 kvm_hypercall6(u64 fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) kvm_hypercall6() argument
[all...]
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Drmwcc.h17 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \
18 __GEN_RMWcc(op " " arg0, var, cc)
20 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \
21 __GEN_RMWcc(op " %1, " arg0, var, cc, vcon (val))
34 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \
35 __GEN_RMWcc(op " " arg0, var, cc)
37 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \
38 __GEN_RMWcc(op " %2, " arg0, var, cc, vcon (val))
/third_party/node/src/
H A Dnode_dtrace.cc29 #define NODE_HTTP_SERVER_REQUEST(arg0, arg1)
31 #define NODE_HTTP_SERVER_RESPONSE(arg0)
33 #define NODE_HTTP_CLIENT_REQUEST(arg0, arg1)
35 #define NODE_HTTP_CLIENT_RESPONSE(arg0)
37 #define NODE_NET_SERVER_CONNECTION(arg0)
39 #define NODE_NET_STREAM_END(arg0)
41 #define NODE_GC_START(arg0, arg1, arg2)
42 #define NODE_GC_DONE(arg0, arg1, arg2)
125 #define SLURP_CONNECTION_HTTP_CLIENT_RESPONSE(arg0, arg1, conn) \
126 if (!(arg0)
168 Local<Object> arg0 = args[0].As<Object>(); DTRACE_HTTP_SERVER_REQUEST() local
220 Local<Object> arg0 = args[0].As<Object>(); DTRACE_HTTP_CLIENT_REQUEST() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp35 Interval applyMonotone (DoubleFunc1& func, const Interval& arg0) in applyMonotone() argument
38 TCU_INTERVAL_APPLY_MONOTONE1(ret, x, arg0, val, in applyMonotone()
43 Interval applyMonotone (DoubleIntervalFunc1& func, const Interval& arg0) in applyMonotone() argument
45 return Interval(func(arg0.lo()), func(arg0.hi())); in applyMonotone()
48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() argument
52 TCU_INTERVAL_APPLY_MONOTONE2(ret, x, arg0, y, arg1, val, in applyMonotone()
58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() argument
60 double lo0 = arg0.lo(), hi0 = arg0 in applyMonotone()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_smc.c35 static noinline u64 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() argument
38 register u64 x1 asm("x1") = arg0; in invoke_smc_fid()
49 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument
56 return invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc_fid()
59 u64 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc() argument
74 return kbase_invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_smc.c42 static noinline u64 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() argument
45 register u64 x1 asm("x1") = arg0; in invoke_smc_fid()
56 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument
63 return invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc_fid()
66 u64 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc() argument
81 return kbase_invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_smc.c42 u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid()
45 register u64 x1 asm("x1") = arg0; in invoke_smc_fid()
61 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument
68 return invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc_fid()
72 u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc()
86 return kbase_invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc()
41 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) invoke_smc_fid() argument
71 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) kbase_invoke_smc() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_smc.c38 u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid()
41 register u64 x1 asm("x1") = arg0; in invoke_smc_fid()
57 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument
64 return invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc_fid()
68 u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc()
82 return kbase_invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc()
37 invoke_smc_fid(u64 function_id, u64 arg0, u64 arg1, u64 arg2) invoke_smc_fid() argument
67 kbase_invoke_smc(u32 oen, u16 function_number, bool smc64, u64 arg0, u64 arg1, u64 arg2) kbase_invoke_smc() argument
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c153 u64 arg0, arg3; in zynqmp_ipi_interrupt() local
158 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY; in zynqmp_ipi_interrupt()
164 zynqmp_ipi_fw_call(ipi_mbox, arg0, arg3, &res); in zynqmp_ipi_interrupt()
193 u64 arg0; in zynqmp_ipi_peek_data() local
201 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY; in zynqmp_ipi_peek_data()
202 zynqmp_ipi_fw_call(ipi_mbox, arg0, 0, &res); in zynqmp_ipi_peek_data()
233 u64 arg0; in zynqmp_ipi_last_tx_done() local
245 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY; in zynqmp_ipi_last_tx_done()
246 zynqmp_ipi_fw_call(ipi_mbox, arg0, 0, &res); in zynqmp_ipi_last_tx_done()
271 u64 arg0; in zynqmp_ipi_send_data() local
321 u64 arg0; zynqmp_ipi_startup() local
363 u64 arg0; zynqmp_ipi_shutdown() local
[all...]
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c151 u64 arg0, arg3; in zynqmp_ipi_interrupt() local
156 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY; in zynqmp_ipi_interrupt()
162 zynqmp_ipi_fw_call(ipi_mbox, arg0, arg3, &res); in zynqmp_ipi_interrupt()
191 u64 arg0; in zynqmp_ipi_peek_data() local
199 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY; in zynqmp_ipi_peek_data()
200 zynqmp_ipi_fw_call(ipi_mbox, arg0, 0, &res); in zynqmp_ipi_peek_data()
231 u64 arg0; in zynqmp_ipi_last_tx_done() local
243 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY; in zynqmp_ipi_last_tx_done()
244 zynqmp_ipi_fw_call(ipi_mbox, arg0, 0, &res); in zynqmp_ipi_last_tx_done()
269 u64 arg0; in zynqmp_ipi_send_data() local
319 u64 arg0; zynqmp_ipi_startup() local
361 u64 arg0; zynqmp_ipi_shutdown() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DimplicitAnyFunctionInvocationWithAnyArguements.js3 var arg0 = null; // error at "arg0" variable
19 var result = temp1(arg0);
34 var newC1 = new C([], arg0);
40 var arg0 = null; // error at "arg0"
57 var result = temp1(arg0);
70 var newC1 = new C([], arg0);
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dpal.h31 extern inline void NAME(TYPE0 arg0) \
33 register TYPE0 __r16 __asm__("$16") = arg0; \
42 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \
44 register TYPE0 __r16 __asm__("$16") = arg0; \
54 extern inline RTYPE NAME(TYPE0 arg0) \
57 register TYPE0 __r16 __asm__("$16") = arg0; \
67 extern inline RTYPE NAME(TYPE0 arg0, TYPE1 arg1) \
70 register TYPE0 __r16 __asm__("$16") = arg0; \
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dpal.h31 extern inline void NAME(TYPE0 arg0) \
33 register TYPE0 __r16 __asm__("$16") = arg0; \
42 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \
44 register TYPE0 __r16 __asm__("$16") = arg0; \
54 extern inline RTYPE NAME(TYPE0 arg0) \
57 register TYPE0 __r16 __asm__("$16") = arg0; \
67 extern inline RTYPE NAME(TYPE0 arg0, TYPE1 arg1) \
70 register TYPE0 __r16 __asm__("$16") = arg0; \
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.h41 MessageTemplate message, const AstRawString* arg0,
92 MessageTemplate message, const AstRawString* arg0) in MessageDetails()
96 args_{MessageArgument{arg0}, MessageArgument{}} {} in MessageDetails()
98 MessageTemplate message, const AstRawString* arg0, in MessageDetails()
103 args_{MessageArgument{arg0}, MessageArgument{arg1}} { in MessageDetails()
104 DCHECK_NOT_NULL(arg0); variable
108 MessageTemplate message, const char* arg0) in MessageDetails()
112 args_{MessageArgument{arg0}, MessageArgument{}} {} in MessageDetails()
91 MessageDetails(int start_position, int end_position, MessageTemplate message, const AstRawString* arg0) MessageDetails() argument
97 MessageDetails(int start_position, int end_position, MessageTemplate message, const AstRawString* arg0, const char* arg1) MessageDetails() argument
107 MessageDetails(int start_position, int end_position, MessageTemplate message, const char* arg0) MessageDetails() argument
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapElement.java25 public int compareTo(Object arg0) { in compareTo() argument
26 if(arg0 == this) return 0; in compareTo()
27 int str = getName().compareTo(((CapNode)arg0).getName()); in compareTo()
30 if(arg0 instanceof CapElement) { in compareTo()
31 CapElement oth = (CapElement)arg0; in compareTo()
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Drmwcc.h15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \
16 __GEN_RMWcc(op " " arg0, var, cc)
18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \
19 __GEN_RMWcc(op " %1, " arg0, var, cc, vcon (val))
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dpacache.S69 LDREG ITLB_OFF_BASE(%r1), %arg0
76 copy %arg0, %r28 /* Init base addr */
90 movb,tr %arg0, %r28, fitmanyloop /* Re-init base addr */
95 copy %arg0, %r28 /* init base addr */
113 LDREG DTLB_OFF_BASE(%r1), %arg0
120 copy %arg0, %r28 /* Init base addr */
134 movb,tr %arg0, %r28, fdtmanyloop /* Re-init base addr */
139 copy %arg0, %r28 /* init base addr */
195 LDREG ICACHE_BASE(%r1), %arg0
206 fice %r0(%sr1, %arg0)
[all...]

Completed in 10 milliseconds

12345678910>>...12