Home
last modified time | relevance | path

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

/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/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/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/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc2185 mips32_op = OPC_##prfx##_D; \