/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-object.h | 20 ecma_value_t ecma_builtin_object_object_set_prototype_of (ecma_value_t arg1, 23 ecma_value_t ecma_builtin_object_object_set_proto (ecma_value_t arg1,
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 89 const TYPE1 arg1 = args1[baseNdx%DE_LENGTH_OF_ARRAY(args1)];\ 90 gl.FUNCNAME(arg0, arg1);\ 115 const TYPE1 arg1 = args1[baseNdx%DE_LENGTH_OF_ARRAY(args1)];\ 117 gl.FUNCNAME(arg0, arg1, arg2);\ 143 const TYPE1 arg1 = args1[baseNdx%DE_LENGTH_OF_ARRAY(args1)];\ 146 gl.FUNCNAME(arg0, arg1, arg2, arg3);\ 174 const TYPE1 arg1 = args1[baseNdx%DE_LENGTH_OF_ARRAY(args1)];\ 179 gl.FUNCNAME(arg0, arg1, arg2, arg3, arg4, arg5);\
|
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | sam_secure.c | 17 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1) in sam_smccc_call() argument 24 arm_smccc_smc(SAM_SIP_SMC_STD_CALL_VAL(fn), arg0, arg1, 0, 0, 0, 0, 0, in sam_smccc_call()
|
/third_party/node/test/fixtures/v8-coverage/combined_coverage/ |
H A D | common.js | 31 function fnC(arg1, arg2) { 32 if (arg1 === 1) {
|
/third_party/ltp/testcases/kernel/syscalls/setregid/ |
H A D | setregid01.c | 31 gid_t *arg1; member 46 TST_EXP_PASS(SETREGID(*tc->arg1, *tc->arg2), "%s:", tc->msg); in run()
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslog11.c | 28 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3)
|
H A D | syslog12.c | 29 #define syslog(arg1, arg2, arg3) tst_syscall(__NR_syslog, arg1, arg2, arg3)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typePredicateInLoop.js | 13 const otherFunc = (arg1: Type, arg2: TypeExt): void => {}; 30 var otherFunc = function (arg1, arg2) { };
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | trace_events.h | 904 void bpf_trace_run1(struct bpf_prog *prog, u64 arg1); 905 void bpf_trace_run2(struct bpf_prog *prog, u64 arg1, u64 arg2); 906 void bpf_trace_run3(struct bpf_prog *prog, u64 arg1, u64 arg2, 908 void bpf_trace_run4(struct bpf_prog *prog, u64 arg1, u64 arg2, 910 void bpf_trace_run5(struct bpf_prog *prog, u64 arg1, u64 arg2, 912 void bpf_trace_run6(struct bpf_prog *prog, u64 arg1, u64 arg2, 914 void bpf_trace_run7(struct bpf_prog *prog, u64 arg1, u64 arg2, 916 void bpf_trace_run8(struct bpf_prog *prog, u64 arg1, u64 arg2, 919 void bpf_trace_run9(struct bpf_prog *prog, u64 arg1, u64 arg2, 922 void bpf_trace_run10(struct bpf_prog *prog, u64 arg1, u6 [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 609 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_sw arg1, sljit_sw arg2) in emit_op_imm() argument 612 arg1 must be register, TMP_REG1, imm in emit_op_imm() 623 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm() 624 arg1 = TMP_ZERO; in emit_op_imm() 626 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); in emit_op_imm() 627 arg1 = TMP_REG1; in emit_op_imm() 632 reg = (sljit_s32)((flags & ARG2_IMM) ? arg1 : arg2); in emit_op_imm() 633 imm = (flags & ARG2_IMM) ? arg2 : arg1; in emit_op_imm() 645 SLJIT_ASSERT(!(flags & SET_FLAGS) && (flags & ARG2_IMM) && arg1 == TMP_REG1); in emit_op_imm() 721 FAIL_IF(push_inst(compiler, (UBFM ^ inv_bits) | RD(dst) | RN(arg1) | inst_bit in emit_op_imm() [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | vector_utils.h | 48 VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args); 94 void initWithList(const Vector<OtherDimension, OtherType> &arg1, const Args &... args); 101 OtherType arg1, 209 // - the compound constructor for two or more arguments, hence the arg1, and arg2 here. 212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() argument 214 initWithList<0>(arg1, arg2, args...); in VectorBase() 219 void VectorBase<Dimension, Type>::initWithList(const Vector<OtherDimension, OtherType> &arg1, in initWithList() argument 226 mData[CurrentIndex + i] = static_cast<Type>(arg1.mData[i]); in initWithList() 234 VectorBase<Dimension, Type>::initWithList(OtherType arg1, const Args &... args) in initWithList() argument 237 mData[CurrentIndex] = static_cast<Type>(arg1); in initWithList() [all...] |
/kernel/liteos_m/testsuites/sample/kernel/task/ |
H A D | It_los_task_094.c | 52 static VOID TaskF01(UINT32 arg1)
in TaskF01() argument 54 ICUNIT_GOTO_EQUAL(arg1, 0xffff, arg1, EXIT);
in TaskF01()
|
/third_party/jerryscript/tests/jerry/ |
H A D | array-prototype-sort.js | 35 function f(arg1, arg2) { 36 if (arg1 < arg2) { 38 } else if (arg1 > arg2) {
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | test2.c | 29 "\"arg1\":" "\"val1\"," 40 "\"arg1\":" "\"val2\"," 50 "\"arg1\":\"val1\",\"ssid\":\"\\u0022nw2\\u0022\"," 53 "\"arg1\":\"val2\",\"ssid\":\"\\u0022nw1\\u0022\"," 79 const char *arg1; member 93 LSM_STRING_PTR (t2_config_t, arg1, "arg1"), 140 lwsl_notice("%s: arg1 '%s'\n", __func__, c->arg1); in t2_config_dump()
|
/third_party/python/Lib/test/ |
H A D | inspect_fodder2.py | 40 def manyargs(arg1, arg2, 102 def keyworded(*arg1, arg2=1): 106 def annotated(arg1: list):
|
/third_party/node/deps/npm/node_modules/cross-spawn/lib/ |
H A D | enoent.js | 22 cp.emit = function (name, arg1) { 27 const err = verifyENOENT(arg1, parsed, 'spawn');
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | objc_escape.rs | 31 arg1: ::std::os::raw::c_int, in f_as_() 36 msg_send ! (* self , f : arg1 r#as : arg2) in f_as_()
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_emu.h | 193 asmlinkage int FPU_u_sub(FPU_REG const *arg1, FPU_REG const *arg2, 196 asmlinkage int FPU_u_mul(FPU_REG const *arg1, FPU_REG const *arg2, 199 asmlinkage int FPU_u_div(FPU_REG const *arg1, FPU_REG const *arg2, 201 asmlinkage int FPU_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | fpu_emu.h | 193 asmlinkage int FPU_u_sub(FPU_REG const *arg1, FPU_REG const *arg2, 196 asmlinkage int FPU_u_mul(FPU_REG const *arg1, FPU_REG const *arg2, 199 asmlinkage int FPU_u_div(FPU_REG const *arg1, FPU_REG const *arg2, 201 asmlinkage int FPU_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | table.c | 51 void check_call(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call() argument 53 {.kind = WASM_I32, .of = {.i32 = arg1}}, in check_call() 63 void check_trap(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap() argument 65 {.kind = WASM_I32, .of = {.i32 = arg1}}, in check_trap()
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash02.c | 419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; in try_one_crash() local 425 arg1 = rand_long(); in try_one_crash() 435 "%#lx, %#lx)\n", try_num, sysno, arg1, arg2, arg3, in try_one_crash() 439 syscall(sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in try_one_crash()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 4-1.c | 247 thestruct arg1, arg2; in main() local 295 arg1.sig = SIGUSR1; in main() 298 arg1.sem = &semsig1; in main() 302 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
H A D | 4-3.c | 304 thestruct arg1, arg2; in main() local 349 arg1.sig = SIGUSR1; in main() 352 arg1.sem = &semsig1; in main() 356 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 4-3.c | 235 thestruct arg1, arg2; in main() local 283 arg1.sig = SIGUSR1; in main() 286 arg1.sem = &semsig1; in main() 290 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 4-3.c | 224 struct thestruct arg1; in do_child() local 247 arg1.sig = SIGUSR1; in do_child() 251 arg1.sem = &semsig1; in do_child() 255 ret = pthread_create(&th_sig1, NULL, sendsig, &arg1); in do_child()
|