/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | ptrace.c | 1212 syscall_trace_enter (long arg0, long arg1, long arg2, long arg3, in syscall_trace_enter() argument 1225 audit_syscall_entry(regs.r15, arg0, arg1, arg2, arg3); in syscall_trace_enter() 1233 syscall_trace_leave (long arg0, long arg1, long arg2, long arg3, in syscall_trace_leave() argument
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | ptrace.c | 1158 syscall_trace_enter (long arg0, long arg1, long arg2, long arg3, in syscall_trace_enter() argument 1171 audit_syscall_entry(regs.r15, arg0, arg1, arg2, arg3); in syscall_trace_enter() 1179 syscall_trace_leave (long arg0, long arg1, long arg2, long arg3, in syscall_trace_leave() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 1042 double arg0 = childConstUnions[0][arg0comp].getDConst(); in fold() local 1044 double result = arg0 - arg1 * floor(arg0 / arg1); in fold()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 1452 public int compare(Set<StandardPluralCategories> arg0, Set<StandardPluralCategories> arg1) { 1453 int diff = arg0.size() - arg1.size(); 1460 if (arg0.contains(value)) {
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 877 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> ::c_int; in execl() 878 pub fn execle(path: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execle() 879 pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execlp()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageLite.java | 247 protected abstract Object dynamicMethod(MethodToInvoke method, Object arg0, Object arg1); in dynamicMethod() argument 250 protected Object dynamicMethod(MethodToInvoke method, Object arg0) { in dynamicMethod() argument 251 return dynamicMethod(method, arg0, null); in dynamicMethod()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | hypervisor.h | 261 unsigned long arg0);
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | hypervisor.h | 261 unsigned long arg0);
|
/kernel/linux/linux-6.6/include/linux/firmware/ |
H A D | xlnx-zynqmp.h | 500 int zynqmp_pm_invoke_fn(u32 pm_api_id, u32 arg0, u32 arg1,
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 2186 Handle<Object> arg0, Handle<Object> arg1, in NewError() 2190 if (arg0.is_null()) arg0 = undefined_value(); in NewError() 2195 isolate(), constructor, template_index, arg0, arg1, arg2, SKIP_NONE)); in NewError() 2223 MessageTemplate template_index, Handle<Object> arg0, \ 2225 return NewError(isolate()->name##_function(), template_index, arg0, arg1, \ 2184 NewError(Handle<JSFunction> constructor, MessageTemplate template_index, Handle<Object> arg0, Handle<Object> arg1, Handle<Object> arg2) NewError() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ParseContext.cpp | 6707 TIntermTyped *arg0 = nullptr; in checkInterpolationFS() local 6713 arg0 = (*argp)[0]->getAsTyped(); in checkInterpolationFS() 6718 arg0 = functionCall->getAsUnaryNode()->getOperand(); in checkInterpolationFS() 6722 if (!IsVaryingIn(arg0->getType().getQualifier())) in checkInterpolationFS() 6725 const TIntermTyped *base = FindLValueBase(arg0); in checkInterpolationFS() 6728 error(arg0->getLine(), in checkInterpolationFS()
|
/third_party/python/Objects/ |
H A D | typeobject.c | 7113 PyObject *arg0, *res; in tp_new_wrapper() local 7128 arg0 = PyTuple_GET_ITEM(args, 0); in tp_new_wrapper() 7129 if (!PyType_Check(arg0)) { in tp_new_wrapper() 7133 Py_TYPE(arg0)->tp_name); in tp_new_wrapper() 7136 PyTypeObject *subtype = (PyTypeObject *)arg0; in tp_new_wrapper() 9158 PyObject *arg0 = args[0]; in super_vectorcall() local 9159 if (!PyType_Check(arg0)) { in super_vectorcall() 9161 "super() argument 1 must be a type, not %.200s", Py_TYPE(arg0)->tp_name); in super_vectorcall() 9164 type = (PyTypeObject *)arg0; in super_vectorcall()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pcie.c | 4671 { /* Extract the foldcnt from arg0 */ in dhd_bcm_buzzz_dump_cntrs6() 4673 bcm_buzzz_arg0_t arg0; arg0.u32 = *log; in dhd_bcm_buzzz_dump_cntrs6() local 4674 prev = core[2]; curr = arg0.klog.cnt; core[2] = curr; in dhd_bcm_buzzz_dump_cntrs6() 4696 bcm_buzzz_arg0_t arg0; in dhd_buzzz_dump_log() local 4708 arg0.u32 = *log++; in dhd_buzzz_dump_log() 4710 switch (arg0.klog.args) { in dhd_buzzz_dump_log() 4712 bytes += sprintf(p + bytes, fmt[arg0.klog.id]); in dhd_buzzz_dump_log() 4717 bytes += sprintf(p + bytes, fmt[arg0.klog.id], arg1); in dhd_buzzz_dump_log() 4724 bytes += sprintf(p + bytes, fmt[arg0 in dhd_buzzz_dump_log() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.hpp | 357 void set_execution_mode(spv::ExecutionMode mode, uint32_t arg0 = 0, uint32_t arg1 = 0, uint32_t arg2 = 0);
|
H A D | spirv_cross_c.h | 883 unsigned arg0, unsigned arg1, unsigned arg2);
|
H A D | spirv_cross.cpp | 2068 void Compiler::set_execution_mode(ExecutionMode mode, uint32_t arg0, uint32_t arg1, uint32_t arg2) in set_execution_mode() argument 2076 execution.workgroup_size.x = arg0; in set_execution_mode() 2082 execution.invocations = arg0; in set_execution_mode() 2086 execution.output_vertices = arg0; in set_execution_mode()
|
H A D | spirv_cross_c.cpp | 1998 void spvc_compiler_set_execution_mode_with_arguments(spvc_compiler compiler, SpvExecutionMode mode, unsigned arg0, in spvc_compiler_set_execution_mode_with_arguments() argument 2002 compiler->compiler->set_execution_mode(static_cast<spv::ExecutionMode>(mode), arg0, arg1, arg2); in spvc_compiler_set_execution_mode_with_arguments() local
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell-laptop.c | 340 u32 arg0, u32 arg1, u32 arg2, u32 arg3) in dell_fill_request() 343 buffer->input[0] = arg0; in dell_fill_request() 339 dell_fill_request(struct calling_interface_buffer *buffer, u32 arg0, u32 arg1, u32 arg2, u32 arg3) dell_fill_request() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell-laptop.c | 357 u32 arg0, u32 arg1, u32 arg2, u32 arg3) in dell_fill_request() 360 buffer->input[0] = arg0; in dell_fill_request() 356 dell_fill_request(struct calling_interface_buffer *buffer, u32 arg0, u32 arg1, u32 arg2, u32 arg3) dell_fill_request() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 579 TNode<String> arg0 = string; in RegExpExecInternal() local 634 code_entry, retval_type, std::make_pair(arg0_type, arg0), in RegExpExecInternal()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 943 intptr_t arg0, intptr_t arg1, intptr_t arg2, intptr_t arg3, intptr_t arg4, 949 intptr_t arg0, intptr_t arg1, intptr_t arg2, intptr_t arg3, intptr_t arg4, 959 using SimulatorRuntimeFPIntCall = double (*)(double darg0, intptr_t arg0); 963 using SimulatorRuntimeDirectApiCall = void (*)(intptr_t arg0); 964 using SimulatorRuntimeProfilingApiCall = void (*)(intptr_t arg0, void* arg1); 967 using SimulatorRuntimeDirectGetterCall = void (*)(intptr_t arg0, intptr_t arg1); 968 using SimulatorRuntimeProfilingGetterCall = void (*)(intptr_t arg0,
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.h | 602 void Printf(const char* format, CPURegister arg0 = NoCPUReg, 609 void PrintfNoPreserve(const char* format, const CPURegister& arg0 = NoCPUReg,
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 1157 Handle<Object> arg0) { in ThrowDataCloneError() 1158 Handle<String> message = MessageFormatter::Format(isolate_, index, arg0); in ThrowDataCloneError() 1156 ThrowDataCloneError(MessageTemplate index, Handle<Object> arg0) ThrowDataCloneError() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 2773 Arg0 arg0) in addFunctionCaseInNewSubgroup() 2776 subgroup->addChild(createFunctionCase<Arg0>(testCtx, tcu::NODETYPE_SELF_VALIDATE, "basic", checkSupport, testFunc, arg0)); in addFunctionCaseInNewSubgroup() 2767 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseInNewSubgroup() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 2787 Arg0 arg0) in addFunctionCaseInNewSubgroup() 2790 subgroup->addChild(createFunctionCase<Arg0>(testCtx, tcu::NODETYPE_SELF_VALIDATE, "basic", "", checkSupport, testFunc, arg0)); in addFunctionCaseInNewSubgroup() 2780 addFunctionCaseInNewSubgroup( tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string& subgroupName, const std::string& subgroupDescription, typename FunctionSupport1<Arg0>::Function checkSupport, typename FunctionInstance1<Arg0>::Function testFunc, Arg0 arg0) addFunctionCaseInNewSubgroup() argument
|