Home
last modified time | relevance | path

Searched refs:_D (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/lib/
H A Dctype.c18 _D,_D,_D,_D,_D,_D,_D,_D, /* 48-55 */
19 _D,_D,_P,_P,_P,_P,_P,_P, /* 56-63 */
/openbmc/u-boot/lib/
H A Dctype.c22 _D,_D,_D,_D,_D,_D,_D,_D, /* 48-55 */
23 _D,_D,_P,_P,_P,_P,_P,_P, /* 56-63 */
/openbmc/linux/lib/
H A Dctype.c19 _D,_D,_D,_D,_D,_D,_D,_D, /* 48-55 */
20 _D,_D,_P,_P,_P,_P,_P,_P, /* 56-63 */
H A Dts_fsm.c51 [TS_FSM_DIGIT] = _D,
52 [TS_FSM_XDIGIT] = _D | _X,
54 [TS_FSM_ALNUM] = _U | _L | _D,
55 [TS_FSM_PRINT] = _P | _U | _L | _D | _SP,
56 [TS_FSM_GRAPH] = _P | _U | _L | _D,
73 _W|_A|_D, _W|_A|_D, _W|_A|_D, _W|_A|_D, /* 48- 51 */
74 _W|_A|_D, _W|_A|_D, _W|_A|_D, _W|_A|_D, /* 52- 55 */
75 _W|_A|_D, _W|_A|_D, _W|_A|_P, _W|_A|_P, /* 56- 59 */
/openbmc/u-boot/include/linux/
H A Dctype.h11 #define _D 0x04 /* digit */ macro
22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0)
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
32 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0)
/openbmc/linux/include/linux/
H A Dctype.h14 #define _D 0x04 /* digit */ macro
25 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
35 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0)
/openbmc/linux/tools/include/linux/
H A Dctype.h14 #define _D 0x04 /* digit */ macro
25 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
35 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0)
/openbmc/qemu/po/
H A Dzh_CN.po33 msgstr "关闭电源(_D)"
H A Dfr_FR.po66 msgstr "_Détacher l'onglet"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch162 zdvnokPP7csaTK>)Q~D8$7X4_>@ct4_(LtoaN^ZvDfxdP1O5AeITF<_D`C^Mdi?W8%
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v0.c39 (rx) ? DR_STE_V0_LU_TYPE_##lookup_type##_D : \
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc2185 mips32_op = OPC_##prfx##_D; \