/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | firmware.c | 1845 unsigned int arg1; member 1862 real_stack.arg1 = va_arg(args, unsigned int); in real32_call() 1885 unsigned long arg1; member 1913 real64_stack.arg1 = va_arg(args, unsigned long); in real64_call()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-loader.c | 488 struct probe_trace_arg *arg1, *arg2; in compare_tev_args() local 491 arg1 = &tev1->args[i]; in compare_tev_args() 494 ret = strcmp(arg1->value, arg2->value); in compare_tev_args() 498 ref1 = arg1->ref; in compare_tev_args()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 348 u32 arg0, arg1; in nouveau_accel_gr_init() local 354 arg1 = 1; in nouveau_accel_gr_init() 357 arg1 = NvDmaTT; in nouveau_accel_gr_init() 360 ret = nouveau_channel_new(drm, device, arg0, arg1, false, in nouveau_accel_gr_init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | evrcdec.c | 261 float arg1 = M_PI * 0.9 * (tt - n); in evrc_decode_init() local 265 if (arg1) in evrc_decode_init() 267 sin(arg1) / arg1; in evrc_decode_init()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 1020 public int compare(Set<StandardPluralCategories> arg0, Set<StandardPluralCategories> arg1) { 1021 int diff = arg0.size() - arg1.size(); 1029 if (!arg1.contains(value)) { 1032 } else if (arg1.contains(value)) {
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 254 Handle<Object> arg1 = Handle<Smi>(Smi::FromInt(pos), isolate()); in ReportUnexpectedToken() local 269 arg2 = arg1; in ReportUnexpectedToken() 270 arg1 = factory->LookupSingleCharacterStringFromCode(*cursor_); in ReportUnexpectedToken() 293 isolate()->ThrowAt(factory->NewSyntaxError(message, arg1, arg2), &location); in ReportUnexpectedToken()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 668 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin() 992 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn() 1242 op->arg1.linear_addr = addr & PAGE_MASK; in xen_flush_tlb_one_user() 1278 args->op.arg1.linear_addr = info->start; in xen_flush_tlb_others() 1311 op.arg1.mfn = mfn; in __xen_write_cr3() 1495 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 2318 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2320 u32 args[2] = {arg1, arg2}; in tcp_call_bpf_2arg() 2325 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument 2328 u32 args[3] = {arg1, arg2, arg3}; in tcp_call_bpf_3arg() 2339 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2344 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | bpf_trace.c | 413 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() 483 unsafe_ptr = (void *)(long)arg1; in BPF_CALL_5() 484 arg1 = (long)buf; in BPF_CALL_5() 522 ? __BPF_TP(arg1, ##__VA_ARGS__) \ in BPF_CALL_5() 524 ? __BPF_TP((long)arg1, ##__VA_ARGS__) \ in BPF_CALL_5() 525 : __BPF_TP((u32)arg1, ##__VA_ARGS__))) in BPF_CALL_5()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2440 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2442 u32 args[2] = {arg1, arg2}; in tcp_call_bpf_2arg() 2447 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument 2450 u32 args[3] = {arg1, arg2, arg3}; in tcp_call_bpf_3arg() 2461 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2466 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 688 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin() 1007 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn() 1265 op->arg1.linear_addr = addr & PAGE_MASK; in xen_flush_tlb_one_user() 1300 args->op.arg1.linear_addr = info->start; in xen_flush_tlb_multi() 1333 op.arg1.mfn = mfn; in __xen_write_cr3() 1520 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
|
/kernel/linux/linux-6.6/lib/ |
H A D | overflow_kunit.c | 744 #define __TEST_OVERFLOWS_TYPE(func, arg1, arg2, of) do { \ in overflows_type_test() 745 bool __of = func(arg1, arg2); \ in overflows_type_test() 747 "expected " #func "(" #arg1 ", " #arg2 " to%s overflow\n",\ in overflows_type_test() 1030 #define TEST_CASTABLE_TO_TYPE(arg1, arg2, pass) do { \ in castable_to_type_test() 1031 bool __pass = castable_to_type(arg1, arg2); \ in castable_to_type_test() 1033 "expected castable_to_type(" #arg1 ", " #arg2 ") to%s pass\n",\ in castable_to_type_test()
|
/kernel/linux/linux-5.10/drivers/clk/zynqmp/ |
H A D | divider.c | 220 qdata.arg1 = clk_id; in zynqmp_clk_get_max_divisor()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | asmregs.h | 14 arg1: .reg %r25
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | asmregs.h | 14 arg1: .reg %r25
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | xen.h | 366 } arg1; member
|
/kernel/linux/linux-6.6/drivers/clk/zynqmp/ |
H A D | divider.c | 226 qdata.arg1 = clk_id; in zynqmp_clk_get_max_divisor()
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | xen.h | 349 } arg1; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.h | 125 int wcn36xx_smd_dump_cmd_req(struct wcn36xx *wcn, u32 arg1, u32 arg2,
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 117 static void _poll_for_config_change(struct isst_id *id, void *arg1, void *arg2, in _poll_for_config_change() argument
|
/third_party/curl/tests/ |
H A D | memanalyze.pl | 172 $arg1 = $1; 185 print "CALLOC: calloc($arg1,$arg2) at $source:$linenum",
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bf_readbuff.c | 28 static long readbuffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
/third_party/openssl/crypto/bio/ |
H A D | bf_readbuff.c | 28 static long readbuffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7778.c | 1261 #define SH_PFC_MUX1(name, arg1) \ 1262 static const unsigned int name ##_mux[] = { arg1##_MARK } 1263 #define SH_PFC_MUX2(name, arg1, arg2) \ 1264 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, } 1265 #define SH_PFC_MUX3(name, arg1, arg2, arg3) \ 1266 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1268 #define SH_PFC_MUX4(name, arg1, arg2, arg3, arg4) \ 1269 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1271 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ 1272 static const unsigned int name ##_mux[] = { arg1##_MAR [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7778.c | 1257 #define SH_PFC_MUX1(name, arg1) \ 1258 static const unsigned int name ##_mux[] = { arg1##_MARK } 1259 #define SH_PFC_MUX2(name, arg1, arg2) \ 1260 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, } 1261 #define SH_PFC_MUX3(name, arg1, arg2, arg3) \ 1262 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1264 #define SH_PFC_MUX4(name, arg1, arg2, arg3, arg4) \ 1265 static const unsigned int name ##_mux[] = { arg1##_MARK, arg2##_MARK, \ 1267 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ 1268 static const unsigned int name ##_mux[] = { arg1##_MAR [all...] |