Searched defs:xstrtou (Results 1 – 2 of 2) sorted by relevance
19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base, in xstrtou() function77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base, in xstrtou() function84 unsigned type FAST_FUNC xstrtou(_sfx)(const char *numstr, int base, in xstrtou() function90 unsigned type FAST_FUNC xstrtou()(const char *numstr, int base) in xstrtou() function
12 #define xstrtou(rest) xstrtoull##rest macro24 #define xstrtou(rest) xstrtoul##rest macro47 #define xstrtou(rest) xstrtou##rest macro