Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/math-emu/
H A Dfpu_emu.h25 #define Const(x) $##x
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.15/drivers/hid/bpf/progs/
H A DXPPen__ACK05.bpf.c139 Input(Const) // padding (internal report ID)
158 Input(Const)
166 Input(Const)
187 Input(Const) // padding (internal report ID)
189 Input(Const) // padding (internal report ID)
H A DHuion__Inspiroy-2-S.bpf.c184 Input(Const)
232 Input(Const)
263 Input(Const) // Byte 6+7
287 Input(Const)
337 Input(Const)
355 Input(Const)
H A DHuion__Dial-2.bpf.c228 Input(Const)
253 Input(Const)
278 Input(Const)
336 Input(Const)
370 Input(Const)
398 Input(Const)
H A DHuion__KeydialK20.bpf.c239 Input(Const)
267 Input(Const) // padding
299 Input(Const)
327 Input(Const) // padding
H A Dhid_report_helpers.h73 #define Const 0x1 macro
173 Input(Const) \
/linux-6.15/Documentation/bpf/
H A Dverifier.rst125 Pointer to struct bpf_map. "Const" because arithmetic
H A Dbtf.rst81 #define BTF_KIND_CONST 10 /* Const */
/linux-6.15/Documentation/dev-tools/
H A Dcheckpatch.rst814 Const init definitions should use __initconst instead of