Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/math-emu/
Dfpu_emu.h25 #define Const(x) $##x
27 #define Const(x) x macro
30 #define EXP_BIAS Const(0)
31 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */
32 #define EXP_UNDER Const(-0x3fff) /* largest invalid small exponent */
33 #define EXP_WAY_UNDER Const(-0x6000) /* Below the smallest denormal, but
38 #define EXTENDED_Ebias Const(0x3fff)
41 #define SIGN_POS Const(0)
42 #define SIGN_NEG Const(0x80)
44 #define SIGN_Positive Const(0)
[all …]
/linux-6.12.1/drivers/hid/bpf/progs/
DHuion__Inspiroy-2-S.bpf.c183 Input(Const)
227 Input(Const)
253 Input(Const) // Byte 6+7
276 Input(Const)
320 Input(Const)
336 Input(Const)
DHuion__Dial-2.bpf.c227 Input(Const)
249 Input(Const)
273 Input(Const)
324 Input(Const)
353 Input(Const)
379 Input(Const)
Dhid_report_helpers.h72 #define Const 0x1 macro
155 Input(Const) \
/linux-6.12.1/Documentation/bpf/
Dbtf.rst81 #define BTF_KIND_CONST 10 /* Const */
Dverifier.rst125 Pointer to struct bpf_map. "Const" because arithmetic
/linux-6.12.1/Documentation/dev-tools/
Dcheckpatch.rst834 Const init definitions should use __initconst instead of