Home
last modified time | relevance | path

Searched refs:arg2 (Results 226 - 250 of 877) sorted by relevance

12345678910>>...36

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Dbw_fixed.c142 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() argument
147 bool arg2_negative = arg2.value < 0; in bw_mul()
150 uint64_t arg2_value = abs_i64(arg2.value); in bw_mul()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dbw_fixed.c140 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() argument
145 bool arg2_negative = arg2.value < 0; in bw_mul()
148 uint64_t arg2_value = abs_i64(arg2.value); in bw_mul()
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-slice.js130 var arg2 = { };
131 Object.defineProperty(arg2, 'valueOf', { 'get' : function () { throw new ReferenceError ("foo"); } });
135 obj.slice(0, arg2);
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_go_wrap.c224 size_t arg2 ; in _wrap_wrapped_WebPGetInfo() local
241 arg2 = (size_t)swig_a->arg1.n; in _wrap_wrapped_WebPGetInfo()
256 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_wrapped_WebPGetInfo()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c609 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
613 arg2 must be register, TMP_REG2, imm */ 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()
759 if (arg2 == 0) in emit_op_imm()
760 arg2 = TMP_ZERO; in emit_op_imm()
762 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2)); in emit_op_imm()
763 arg2 = TMP_REG2; in emit_op_imm()
781 if (dst == arg2) in emit_op_imm()
783 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2)); in emit_op_imm()
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dufs.h314 u32 arg1, u32 arg2, u32 arg3),
316 TP_ARGS(dev_name, str_t, cmd, arg1, arg2, arg3),
323 __field(u32, arg2)
332 __entry->arg2 = arg2;
337 "%s: %s: cmd: 0x%x, arg1: 0x%x, arg2: 0x%x, arg3: 0x%x",
339 __entry->cmd, __entry->arg1, __entry->arg2, __entry->arg3
/third_party/typescript/tests/baselines/reference/
H A DsubtypingWithCallSignatures2.js30 declare function foo8(a: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived): typeof a;
33 declare function foo9(a: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived): typeof a;
123 var r8arg1 = <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => <U>null;
124 var r8arg2 = (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => <Derived>null;
129 var r9arg1 = <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: number }) => U) => (r: T) => <U>null;
130 var r9arg2 = (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => <Derived>null;
H A DsubtypingWithConstructSignatures2.js30 declare function foo8(a: new (x: new (arg: Base) => Derived, y: new (arg2: Base) => Derived) => new (r: Base) => Derived): typeof a;
33 declare function foo9(a: new (x: new (arg: Base) => Derived, y: new (arg2: Base) => Derived) => new (r: Base) => Derived): typeof a;
123 var r8arg1: new <T extends Base, U extends Derived>(x: new (arg: T) => U, y: new (arg2: T) => U) => new (r: T) => U;
124 var r8arg2: new (x: new (arg: Base) => Derived, y: new (arg2: Base) => Derived) => new (r: Base) => Derived;
129 var r9arg1: new <T extends Base, U extends Derived>(x: new (arg: T) => U, y: (arg2: { foo: string; bing: number }) => U) => new (r: T) => U;
130 var r9arg2: new (x: new (arg: Base) => Derived, y: new (arg2: Base) => Derived) => new (r: Base) => Derived;
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp116 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
117 gl.FUNCNAME(arg0, arg1, arg2);\
144 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
146 gl.FUNCNAME(arg0, arg1, arg2, arg3);\
175 const TYPE2 arg2 = args2[baseNdx%DE_LENGTH_OF_ARRAY(args2)];\
179 gl.FUNCNAME(arg0, arg1, arg2, arg3, arg4, arg5);\
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A Disst-config.c384 void *arg1, void *arg2, void *arg3, in for_each_online_package_in_set()
423 callback(i, arg1, arg2, arg3, arg4); in for_each_online_package_in_set()
431 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set()
448 callback(i, arg1, arg2, arg3, arg4); in for_each_online_target_cpu_in_set()
999 static void exec_on_get_ctdp_cpu(int cpu, void *arg1, void *arg2, void *arg3, in exec_on_get_ctdp_cpu() argument
1006 ret = fn_ptr(cpu, arg2); in exec_on_get_ctdp_cpu()
1174 static void dump_clx_n_config_for_cpu(int cpu, void *arg1, void *arg2, in dump_clx_n_config_for_cpu() argument
1200 static void dump_isst_config_for_cpu(int cpu, void *arg1, void *arg2, in dump_isst_config_for_cpu() argument
1250 static void set_tdp_level_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, in set_tdp_level_for_cpu() argument
1325 static void clx_n_dump_pbf_config_for_cpu(int cpu, void *arg1, void *arg2, in clx_n_dump_pbf_config_for_cpu() argument
382 for_each_online_package_in_set(void (*callback)(int, void *, void *, void *, void *), void *arg1, void *arg2, void *arg3, void *arg4) for_each_online_package_in_set() argument
429 for_each_online_target_cpu_in_set( void (*callback)(int, void *, void *, void *, void *), void *arg1, void *arg2, void *arg3, void *arg4) for_each_online_target_cpu_in_set() argument
1345 dump_pbf_config_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) dump_pbf_config_for_cpu() argument
1689 set_pbf_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) set_pbf_for_cpu() argument
1804 dump_fact_config_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) dump_fact_config_for_cpu() argument
1850 set_fact_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) set_fact_for_cpu() argument
2029 enable_clos_qos_config(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) enable_clos_qos_config() argument
2085 dump_clos_config_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) dump_clos_config_for_cpu() argument
2124 get_clos_info_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) get_clos_info_for_cpu() argument
2161 set_clos_config_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) set_clos_config_for_cpu() argument
2235 set_clos_assoc_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) set_clos_assoc_for_cpu() argument
2272 get_clos_assoc_for_cpu(int cpu, void *arg1, void *arg2, void *arg3, void *arg4) get_clos_assoc_for_cpu() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c1254 CF2_F16Dot16 arg2; in cf2_interpT2CharString() local
1259 arg2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1262 cf2_stack_pushInt( opStack, arg1 && arg2 ); in cf2_interpT2CharString()
1269 CF2_F16Dot16 arg2; in cf2_interpT2CharString() local
1274 arg2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1277 cf2_stack_pushInt( opStack, arg1 || arg2 ); in cf2_interpT2CharString()
1403 subg->arg2 = 0; in cf2_interpT2CharString()
1410 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in cf2_interpT2CharString()
1632 CF2_F16Dot16 arg2; in cf2_interpT2CharString() local
1637 arg2 in cf2_interpT2CharString()
2070 CF2_F16Dot16 arg2; cf2_interpT2CharString() local
2215 CF2_F16Dot16 arg2; cf2_interpT2CharString() local
2317 CF2_F16Dot16 arg2; cf2_interpT2CharString() local
[all...]
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A Dhead.S61 copy %arg2, %r7 /* rd-start */
81 copy %r7, %arg2 /* rd-start */
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap-secure.h68 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
79 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/
H A Dhead.S61 copy %arg2, %r7 /* rd-start */
81 copy %r7, %arg2 /* rd-start */
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dtargetos.h63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis.
65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis.
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H A Dtargetos.h63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis.
65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis.
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_autoattach.c8 static noinline int autoattach_trigger_func(int arg1, int arg2, int arg3, in autoattach_trigger_func() argument
13 return arg1 + arg2 + arg3 + arg4 + arg5 + arg6 + arg7 + arg8 + 1; in autoattach_trigger_func()
53 ASSERT_EQ(skel->bss->a[1], 2, "arg2"); in test_uprobe_autoattach()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dconstify-module-enums-basic.rs62 arg2: *mut foo::Type, in func1()
69 arg2: *mut foo_alias1, in func2()
H A Dfit-macro-constant-types.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Dfit-macro-constant-types-signed.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Ddefault-macro-constant-type-unsigned.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Ddefault-macro-constant-type-signed.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
H A Ddefault-macro-constant-type.rs42 arg2: ::std::os::raw::c_int, in foo()
52 arg2: ::std::os::raw::c_longlong, in bar()
/third_party/selinux/checkpolicy/
H A Dpolicy_define.h19 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void* arg2);
75 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2);
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c530 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \
535 "mov x3, %[arg2]\n" \
548 [arg1] "r"(arg1), [arg2] "r"(arg2), [arg3] "r"(arg3), \
554 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_hvc()
557 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc()
562 uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, in smccc_smc()
565 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
553 smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, uint64_t arg6, struct arm_smccc_res *res) smccc_hvc() argument
561 smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3, uint64_t arg4, uint64_t arg5, uint64_t arg6, struct arm_smccc_res *res) smccc_smc() argument

Completed in 19 milliseconds

12345678910>>...36