Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dresource_hwid.c12 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
141 if (is_digit(*p) && is_equal(*(p + 1))) { in hwid_adc_find_dtb()
166 while (*p && is_digit(*p)) { in hwid_adc_find_dtb()
222 if (!(is_digit(*(p + 0)) && is_abcd(*(p + 1)) && in hwid_gpio_find_dtb()
223 is_digit(*(p + 2)) && is_equal(*(p + 3)) && in hwid_gpio_find_dtb()
224 is_digit(*(p + 4)))) { in hwid_gpio_find_dtb()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dclassification.hpp109 is_digit(const std::locale& Loc=std::locale()) in is_digit() function
300 using algorithm::is_digit;
/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c28 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
34 while (is_digit(**s)) in skip_atoi()
530 if (is_digit(*fmt)) in vsnprintf_internal()
546 if (is_digit(*fmt)) in vsnprintf_internal()
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c45 #define is_digit(c) ((c) >= '0' && (c) <= '9') macro
887 if (!is_digit(*(argv[i]))) { in main()
895 if (!is_digit(*(argv[i]))) { in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/timezone/tzcode/
H A D0001-Fix-C23-related-conformance-bug.patch47 @@ -838,7 +838,7 @@ is_digit(char c)