Searched refs:_D (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/lib/ |
H A D | ctype.c | 18 _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 D | ctype.c | 22 _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 D | ctype.c | 19 _D,_D,_D,_D,_D,_D,_D,_D, /* 48-55 */ 20 _D,_D,_P,_P,_P,_P,_P,_P, /* 56-63 */
|
H A D | ts_fsm.c | 51 [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 D | ctype.h | 11 #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 D | ctype.h | 14 #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 D | ctype.h | 14 #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 D | zh_CN.po | 33 msgstr "关闭电源(_D)"
|
H A D | fr_FR.po | 66 msgstr "_Détacher l'onglet"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 162 zdvnokPP7csaTK>)Q~D8$7X4_>@ct4_(LtoaN^ZvDfxdP1O5AeITF<_D`C^Mdi?W8%
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_ste_v0.c | 39 (rx) ? DR_STE_V0_LU_TYPE_##lookup_type##_D : \
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 2185 mips32_op = OPC_##prfx##_D; \
|