Home
last modified time | relevance | path

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

/openbmc/linux/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)
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 …]
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump10176 'Type' => 'Const'
10237 'Type' => 'Const'
10278 'Type' => 'Const'
10290 'Type' => 'Const'
10322 'Type' => 'Const'
10367 'Type' => 'Const'
10392 'Type' => 'Const'
10438 'Type' => 'Const'
10562 'Type' => 'Const'
10622 'Type' => 'Const'
[all …]
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst81 #define BTF_KIND_CONST 10 /* Const */
H A Dverifier.rst125 Pointer to struct bpf_map. "Const" because arithmetic
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst834 Const init definitions should use __initconst instead of