/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | substitute.cc | 58 const SubstituteArg& arg2, const SubstituteArg& arg3, in Substitute() 63 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, in Substitute() 71 const SubstituteArg& arg2, const SubstituteArg& arg3, in SubstituteAndAppend() 76 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, nullptr in SubstituteAndAppend() 55 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) Substitute() argument 68 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) SubstituteAndAppend() argument
|
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 1181 * @arg2, @arg3, @arg4, @arg5: The argument data for this function 1190 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl() argument 1198 if (!cap_valid(arg2)) in cap_task_prctl() 1200 return !!cap_raised(old->cap_bset, arg2); in cap_task_prctl() 1203 return cap_prctl_drop(arg2); in cap_task_prctl() 1226 & (old->securebits ^ arg2)) /*[1]*/ in cap_task_prctl() 1227 || ((old->securebits & SECURE_ALL_LOCKS & ~arg2)) /*[2]*/ in cap_task_prctl() 1228 || (arg2 & ~(SECURE_ALL_LOCKS | SECURE_ALL_BITS)) /*[3]*/ in cap_task_prctl() 1247 new->securebits = arg2; in cap_task_prctl() 1257 if (arg2 > in cap_task_prctl() [all...] |
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 1253 * @arg2: The argument data for this function 1265 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl() argument 1273 if (!cap_valid(arg2)) in cap_task_prctl() 1275 return !!cap_raised(old->cap_bset, arg2); in cap_task_prctl() 1278 return cap_prctl_drop(arg2); in cap_task_prctl() 1301 & (old->securebits ^ arg2)) /*[1]*/ in cap_task_prctl() 1302 || ((old->securebits & SECURE_ALL_LOCKS & ~arg2)) /*[2]*/ in cap_task_prctl() 1303 || (arg2 & ~(SECURE_ALL_LOCKS | SECURE_ALL_BITS)) /*[3]*/ in cap_task_prctl() 1322 new->securebits = arg2; in cap_task_prctl() 1332 if (arg2 > in cap_task_prctl() [all...] |
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_threadsync.c | 84 call_data->retval.err = call_data->proxy_instance.set_test(&call_data->proxy_instance, call_data->arg2.len, call_data->arg1.value); in threadsync_set_test_synced() 98 call_data->arg2.len = len; in threadsync_set_test() 110 call_data->retval.err = call_data->proxy_instance.set_value(&call_data->proxy_instance, call_data->arg2.len, call_data->arg1.value); in threadsync_set_value_synced() 124 call_data->arg2.len = len; in threadsync_set_value() 156 call_data->retval.err = leaf->get_instance(call_data->arg1.root_oid, call_data->arg2.root_oid_len, &call_data->proxy_instance); in get_instance_synced() 167 call_data->retval.err = leaf->get_next_instance(call_data->arg1.root_oid, call_data->arg2.root_oid_len, &call_data->proxy_instance); in get_next_instance_synced() 192 call_data->arg2.root_oid_len = root_oid_len; in do_sync()
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
H A D | testpi-3.c | 92 Thread arg1, arg2, arg3, arg4, arg5; variable 348 arg2.policy = SCHED_RR; in main() 349 arg2.priority = 20; in main() 350 arg2.func = func_rt; in main() 392 startThread(&arg2); in main() 401 stopThread(&arg2); in main() 406 printf("Thread counts %d %d %d %d %d\n", arg1.id, arg2.id, arg3.id, in main()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_T2_32.c | 596 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_uw arg1, sljit_uw arg2) in emit_op_imm() argument 600 arg2 must be register, imm */ in emit_op_imm() 612 reg = (sljit_s32)((flags & ARG2_IMM) ? arg1 : arg2); in emit_op_imm() 613 imm = (flags & ARG2_IMM) ? arg2 : arg1; in emit_op_imm() 788 imm = arg2; in emit_op_imm() 789 arg2 = (arg1 == TMP_REG1) ? TMP_REG2 : TMP_REG1; in emit_op_imm() 790 FAIL_IF(load_immediate(compiler, (sljit_s32)arg2, imm)); in emit_op_imm() 794 arg1 = (arg2 == TMP_REG1) ? TMP_REG2 : TMP_REG1; in emit_op_imm() 798 SLJIT_ASSERT(arg1 != arg2); in emit_op_imm() 809 if (dst == (sljit_s32)arg2) in emit_op_imm() [all...] |
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A D | prctl.c | 9 int os_arch_prctl(int pid, int option, unsigned long *arg2) in os_arch_prctl() argument 11 return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) arg2, option); in os_arch_prctl()
|
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/ |
H A D | prctl.c | 9 int os_arch_prctl(int pid, int option, unsigned long *arg2) in os_arch_prctl() argument 11 return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) arg2, option); in os_arch_prctl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ctx.c | 49 NXWR32(adapter, NX_ARG2_CRB_OFFSET, cmd->req.arg2); in netxen_issue_cmd() 69 if (cmd->rsp.arg2) in netxen_issue_cmd() 70 cmd->rsp.arg2 = NXRD32(adapter, NX_ARG2_CRB_OFFSET); in netxen_issue_cmd() 96 adapter->mdump.md_template_size = cmd.rsp.arg2; in netxen_get_minidump_template_size() 126 cmd.req.arg2 = MSD(md_template_addr); in netxen_get_minidump_template() 130 if ((cmd.rsp.cmd == NX_RCODE_SUCCESS) && (size == cmd.rsp.arg2)) { in netxen_get_minidump_template() 134 cmd.rsp.cmd, size, cmd.rsp.arg2); in netxen_get_minidump_template() 225 cmd.req.arg2 = mtu; in nx_fw_cmd_set_mtu() 246 cmd.req.arg2 = duplex; in nx_fw_cmd_set_gbe_port() 348 cmd.req.arg2 in nx_fw_cmd_create_rx_ctx() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ctx.c | 49 NXWR32(adapter, NX_ARG2_CRB_OFFSET, cmd->req.arg2); in netxen_issue_cmd() 69 if (cmd->rsp.arg2) in netxen_issue_cmd() 70 cmd->rsp.arg2 = NXRD32(adapter, NX_ARG2_CRB_OFFSET); in netxen_issue_cmd() 96 adapter->mdump.md_template_size = cmd.rsp.arg2; in netxen_get_minidump_template_size() 127 cmd.req.arg2 = MSD(md_template_addr); in netxen_get_minidump_template() 131 if ((cmd.rsp.cmd == NX_RCODE_SUCCESS) && (size == cmd.rsp.arg2)) { in netxen_get_minidump_template() 135 cmd.rsp.cmd, size, cmd.rsp.arg2); in netxen_get_minidump_template() 226 cmd.req.arg2 = mtu; in nx_fw_cmd_set_mtu() 247 cmd.req.arg2 = duplex; in nx_fw_cmd_set_gbe_port() 349 cmd.req.arg2 in nx_fw_cmd_create_rx_ctx() [all...] |
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | message_queue.h | 36 Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3); 37 Message(uint32_t what, int32_t arg1, int32_t arg2, const std::string &obj); 38 Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj);
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/ |
H A D | message.h | 57 Message(int what, int arg1, int arg2); 58 Message(int what, int arg1, int arg2, long uptimeMillis); 59 Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
H A D | message.h | 57 Message(int what, int arg1, int arg2);
58 Message(int what, int arg1, int arg2, long uptimeMillis);
59 Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | kvm_para.h | 37 #define HYPERCALL_PARM_2 HYPERCALL_PARM_1, unsigned long arg2 48 register unsigned long r3 asm("3") = arg2 64 #define HYPERCALL_ARGS_2 HYPERCALL_ARGS_1, arg2
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/ |
H A D | Context.c | 12 #define _PyCapsule_GetPointer(arg1, arg2) \ 17 #define _PyCapsule_GetPointer(arg1, arg2) \ 18 PyCapsule_GetPointer((arg1), (arg2))
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-arraybuffer-prototype.c | 89 ecma_value_t arg2) /**< routine's second argument */ in ecma_builtin_arraybuffer_prototype_object_slice() 121 if (!ecma_is_value_undefined (arg2)) in ecma_builtin_arraybuffer_prototype_object_slice() 123 if (ECMA_IS_VALUE_ERROR (ecma_builtin_helper_array_index_normalize (arg2, in ecma_builtin_arraybuffer_prototype_object_slice() 87 ecma_builtin_arraybuffer_prototype_object_slice(ecma_value_t this_arg, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_arraybuffer_prototype_object_slice() argument
|
H A D | ecma-builtin-function-prototype.c | 100 ecma_value_t arg2) /**< second argument */ in ecma_builtin_function_prototype_object_apply() 103 if (ecma_is_value_null (arg2) || ecma_is_value_undefined (arg2)) in ecma_builtin_function_prototype_object_apply() 109 if (!ecma_is_value_object (arg2)) in ecma_builtin_function_prototype_object_apply() 114 ecma_object_t *obj_p = ecma_get_object_from_value (arg2); in ecma_builtin_function_prototype_object_apply() 98 ecma_builtin_function_prototype_object_apply(ecma_object_t *func_obj_p, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_function_prototype_object_apply() argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | hpmc.S | 89 * r24 (arg2) procedure arg 150 load32 PA(hpmc_raddr),arg2 166 ldo 0(%r0),arg2 /* reserved */ 191 load32 PA(hpmc_raddr),arg2 211 ldw BOOT_CONSOLE_SPA_OFFSET(%r0),arg2 /* console spa */ 212 depi 0,31,11,arg2 /* clear bits 21-31 */
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | hpmc.S | 87 * r24 (arg2) procedure arg 148 load32 PA(hpmc_raddr),arg2 164 ldo 0(%r0),arg2 /* reserved */ 189 load32 PA(hpmc_raddr),arg2 209 ldw BOOT_CONSOLE_SPA_OFFSET(%r0),arg2 /* console spa */ 210 depi 0,31,11,arg2 /* clear bits 21-31 */
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 3-1.c | 280 thestruct arg1, arg2; in main() local 315 arg2.thr = &th_work; in main() 317 arg2.sig = SIGUSR2; in main() 320 arg2.sem = &semsig2; in main() 329 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) { in main()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | test_common.h | 26 #define EXPECT_EQ(arg1, arg2) void() 27 #define EXPECT_NE(arg1, arg2) void()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | message.h | 27 * @param arg2 Message second arg. 30 Message(int what, int arg1 = 0, void *arg2 = nullptr) : what_(what), arg1_(arg1), arg2_(arg2){}; in Message()
|
/third_party/jerryscript/tests/jerry/ |
H A D | function.prototype.js | 15 function f (arg1, arg2, arg3) 18 this.number = arg2;
|
H A D | regression-test-issue-3477.js | 15 function _p(arg1, arg2) { 16 return arg1 ? arg1 : arg2;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | constify-module-enums-basic.h | 16 enum foo *func1(enum foo arg1, enum foo *arg2, enum foo **arg3); 17 foo_alias1 *func2(foo_alias1 arg1, foo_alias1 *arg2, foo_alias1 **arg3)
|