Searched refs:KSTRTOX_OVERFLOW (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/lib/
H A Dkstrtox.h4 #define KSTRTOX_OVERFLOW (1U << 31) macro
H A Dkstrtox.c82 rv |= KSTRTOX_OVERFLOW; _parse_integer()
93 if (rv & KSTRTOX_OVERFLOW) _kstrtoull()
H A Dvsprintf.c58 cp += (rv & ~KSTRTOX_OVERFLOW); simple_strtoull()

Completed in 145 milliseconds