Home
last modified time | relevance | path

Searched defs:is_digit (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_hwid.c12 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dtrust_merger.c45 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
/rk3399_rockchip-uboot/lib/
H A Dvsprintf.c28 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro