Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 25 of 102) sorted by relevance

12345

/linux/include/linux/
H A Dindirect_call_wrapper.h26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument
28 likely(f == f3) ? f3(__VA_ARGS__) : \
31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument
34 INDIRECT_CALL_3(f, f3, f2, f1, __VA_ARGS__); \
44 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument
45 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
74 FN(reg, f3), v3)
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
80 FN(reg, f3), v3, \
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
101 FN(reg, f3), v3)
103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
107 FN(reg, f3), v3, \
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func5.c14 int f3(int, struct __sk_buff *skb);
19 return f1(skb) + f3(val, (void *)&val); /* type mismatch */ in f2()
23 int f3(int val, struct __sk_buff *skb) in f3() function
32 return f1(skb) + f2(2, skb) + f3(3, skb); in global_func5()
H A Dtest_global_func6.c14 int f3(int, struct __sk_buff *skb);
19 return f1(skb) + f3(val, skb + 1); /* type mismatch */ in f2()
23 int f3(int val, struct __sk_buff *skb) in f3() function
32 return f1(skb) + f2(2, skb) + f3(3, skb); in global_func6()
H A Dtest_global_func2.c26 int f3(int, struct __sk_buff *skb, int);
31 return f1(skb) + f3(val, skb, 1); in f2()
35 int f3(int val, struct __sk_buff *skb, int var) in f3() function
48 return f0(1, skb) + f1(skb) + f2(2, skb) + f3(3, skb, 4); in global_func2()
H A Dtest_global_func1.c28 int f3(int, struct __sk_buff *skb, int);
37 return f1(skb) + f3(val, skb, 1); in f2()
41 int f3(int val, struct __sk_buff *skb, int var) in f3() function
54 return f0(1, skb) + f1(skb) + f2(2, skb) + f3(3, skb, 4); in global_func1()
H A Dtest_global_func4.c21 int f3(int val, struct __sk_buff *skb, int var) in f3() function
29 return f3(1, skb, 2); in f4()
H A Dtest_global_func3.c21 int f3(int val, struct __sk_buff *skb, int var) in f3() function
29 return f3(1, skb, 2); in f4()
H A Dcore_reloc_types.h963 union a_union f3;
1030 union a_union___diff f3;
1080 enum an_enum___diff_sz f3;
1131 enum an_enum f3;
1155 func_proto_typedef___fn_wrong_ret2 f3;
1193 enum an_enum f3;
953 union a_union f3; global() member
1020 union a_union___diff f3; global() member
1070 enum an_enum___diff_sz f3; global() member
1121 enum an_enum f3; global() member
1145 func_proto_typedef___fn_wrong_ret2 f3; global() member
1183 enum an_enum f3; global() member
H A Dbtf__core_reloc_nesting___dup_compat_types.c5 void f3(struct core_reloc_nesting___dup_compat_types__3 x) {} in f3() function
H A Dbtf__core_reloc_misc.c5 void f3(struct core_reloc_misc_extensible x) {} in f3() function
/linux/scripts/
H A DLindent6 RES=`indent --version | cut -d' ' -f3`
12 V3=`echo $RES | cut -d'.' -f3`
/linux/tools/perf/tests/shell/
H A Dstat_bpf_counters_cgrp.sh34 find_cgroups_self_cgrp=$(grep perf_event /proc/self/cgroup | cut -d: -f3)
37 find_cgroups_self_cgrp=$(grep ^0: /proc/self/cgroup | cut -d: -f3)
/linux/drivers/media/tuners/
H A Dm88rs6000t.c29 u8 N, f0 = 0, f1 = 0, f2 = 0, f3 = 0; in m88rs6000t_set_demod_mclk() local
68 f3 = 0; in m88rs6000t_set_demod_mclk()
74 f3 = 0; in m88rs6000t_set_demod_mclk()
80 f3 = div - f0 - f1 - f2; in m88rs6000t_set_demod_mclk()
86 f3 = 16; in m88rs6000t_set_demod_mclk()
95 if (f3 == 16) in m88rs6000t_set_demod_mclk()
96 f3 = 0; in m88rs6000t_set_demod_mclk()
104 reg1E = ((f3 << 4) + f2) & 0xFF; in m88rs6000t_set_demod_mclk()
/linux/arch/mips/include/asm/
H A Dfpregdef.h26 #define fv1f $f3
85 #define ft13 $f3
/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3`
15 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
/linux/lib/crypto/sparc/
H A Dsha1_asm.S13 ld [%o0 + 0x0c], %f3
37 st %f3, [%o0 + 0x0c]
H A Dmd5_asm.S14 ld [%o0 + 0x0c], %f3
36 st %f3, [%o0 + 0x0c]
H A Dsha256_asm.S12 ld [%o0 + 0x0c], %f3
40 st %f3, [%o0 + 0x0c]
/linux/arch/riscv/kernel/
H A Dfpu.S31 fsd f3, TASK_THREAD_F3_F0(a0)
74 fld f3, TASK_THREAD_F3_F0(a0)
142 __access_func(f3); \
/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S89 .long R(a2, 51, 51, f3), R(5d, a3, a3, fe)
96 .long R(fd, f3, f3, 0e), R(bf, d2, d2, 6d)
126 .long R(f3, f4, f4, 07), R(cf, ea, ea, 25)
197 .long R(f3, 07, f2, f0), R(4e, 69, e2, a1)
200 .long R(34, 2e, 53, 9d), R(a2, f3, 55, a0)
238 .long R(1d, 9e, 2f, 4b), R(dc, b2, 30, f3)
284 .long R(ca, af, f3, 81), R(b9, 68, c4, 3e)
/linux/tools/leds/
H A Dget_led_device_info.sh50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3`
127 function=`echo $led_name | cut -d: -f3`
/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
H A Drun_bench_uprobes.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/linux/arch/riscv/boot/dts/spacemit/
H A DMakefile2 dtb-$(CONFIG_ARCH_SPACEMIT) += k1-bananapi-f3.dtb

12345