Searched refs:_D (Results 1 – 6 of 6) sorted by relevance
| /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/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/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/qemu/target/mips/tcg/ |
| H A D | micromips_translate.c.inc | 2185 mips32_op = OPC_##prfx##_D; \
|