/openbmc/linux/kernel/sched/ |
H A D | debug.c | 495 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() argument 496 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", \ in print_cfs_group_stats() argument 498 #define PN(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", #F, SPLIT_NS((long long)F)) in print_cfs_group_stats() argument 499 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", \ in print_cfs_group_stats() argument 954 #define __PS(S, F) SEQ_printf(m, "%-45s:%21Ld\n", S, (long long)(F)) argument 955 #define __P(F) __PS(#F, F) argument 956 #define P(F) __PS(#F, p->F) argument 957 #define PM(F, M) __PS(#F, p->F & (M)) argument 958 #define __PSN(S, F) SEQ_printf(m, "%-45s:%14Ld.%06ld\n", S, SPLIT_NS((long long)(F))) argument 959 #define __PN(F) __PSN(#F, F) argument [all …]
|
/openbmc/u-boot/lib/ |
H A D | sha1.c | 107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() macro 134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro 161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() macro 188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 211 #define SSE_HELPER_1(name, elem, num, F) \ argument 220 #define SSE_HELPER_2(name, elem, num, F) \ argument 229 #define SSE_HELPER_B(name, F) \ argument 232 #define SSE_HELPER_W(name, F) \ argument 235 #define SSE_HELPER_L(name, F) \ argument 238 #define SSE_HELPER_Q(name, F) \ argument 386 #define SHUFFLE4(F, a, b, offset) do { \ argument 466 #define SSE_HELPER_P(name, F) \ argument 487 #define SSE_HELPER_S(name, F) \ argument 510 #define SSE_HELPER_S(name, F) SSE_HELPER_P(name, F) argument [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sme.c | 197 #define FN_LS(F) { gen_helper_sme_ld1##F, gen_helper_sme_st1##F } in trans_LDST1() argument 198 #define FN_MTE(F) { FN_LS(F), FN_LS(F##_mte) } in trans_LDST1() argument 199 #define FN_HV(F) { FN_MTE(F##_h), FN_MTE(F##_v) } in trans_LDST1() argument
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | usdt.c | 158 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ argument 160 #define R100(F, X) R10(F,X+ 0);R10(F,X+10);R10(F,X+20);R10(F,X+30);R10(F,X+40); \ argument
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-mmx.c | 108 #define MMREG(F) \ argument 117 #define XMMREG(F) \ argument 128 #define REG(F) \ argument
|
H A D | test-avx.c | 96 #define MMREG(F) \ argument 105 #define YMMREG(F) \ argument 124 #define REG(F) \ argument
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | flags.hpp | 37 constexpr void prohibit(log_flag<Fs...>, log_flag<F>) in prohibit()
|
/openbmc/linux/rust/kernel/init/ |
H A D | __internal.rs | 68 fn make_closure<F, O, E>(self, f: F) -> F in make_closure() 97 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
|
/openbmc/linux/drivers/video/fbdev/kyro/ |
H A D | STG4000InitDevice.c | 121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local 243 u32 F, R, P; in SetCoreClockPLL() local
|
H A D | STG4000Ramdac.c | 30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_polymorph_printk.h | 9 #define DEFINE_DYNAMIC_DEBUG_METADATA(D, F) const char *D = F; ((void)D) argument 10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) argument
|
/openbmc/linux/samples/bpf/ |
H A D | tracex5.bpf.c | 16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_types.h | 67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | ex-branch.c | 17 #define FOR_EACH_INSN(F) \ argument
|
H A D | ex-relative-long.c | 36 #define FOR_EACH_INSN(F) \ argument
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | protocol.py | 117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name variable 128 def _decorator(func: F) -> F:
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | uprobe_multi.c | 15 #define F(body, name, idx) body(name, idx) macro
|
/openbmc/qemu/include/hw/misc/ |
H A D | mips_itu.h | 38 uint8_t F; /* Full Bit */ member
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | slogn.S | 241 .set F,FP_SCR2 define
|
/openbmc/linux/security/apparmor/include/ |
H A D | net.h | 56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
|
/openbmc/linux/fs/smb/common/ |
H A D | cifs_md4.c | 35 static inline u32 F(u32 x, u32 y, u32 z) in F() function
|
/openbmc/linux/arch/x86/crypto/ |
H A D | blowfish-x86_64-asm_64.S | 59 #define F() \ macro
|
/openbmc/linux/rust/kernel/ |
H A D | init.rs | 818 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument 920 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() argument
|