Home
last modified time | relevance | path

Searched refs:Const (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/x86/math-emu/
A Dfpu_emu.h25 #define Const(x) $##x macro
27 #define Const(x) x macro
30 #define EXP_BIAS Const(0)
38 #define EXTENDED_Ebias Const(0x3fff)
41 #define SIGN_POS Const(0)
42 #define SIGN_NEG Const(0x80)
44 #define SIGN_Positive Const(0)
45 #define SIGN_Negative Const(0x8000)
54 #define TAG_Valid Const(0) /* valid */
55 #define TAG_Zero Const(1) /* zero */
[all …]
/linux-6.3-rc2/Documentation/bpf/
A Dbtf.rst81 #define BTF_KIND_CONST 10 /* Const */
A Dverifier.rst125 Pointer to struct bpf_map. "Const" because arithmetic
/linux-6.3-rc2/Documentation/dev-tools/
A Dcheckpatch.rst834 Const init definitions should use __initconst instead of

Completed in 14 milliseconds