Searched refs:UINTMAX_MAX (Results 1 – 2 of 2) sorted by relevance
76 case x: cutoff = UINTMAX_MAX / x; \ in strtoumax()77 cutlim = UINTMAX_MAX % x; \ in strtoumax()85 cutoff = UINTMAX_MAX / base; in strtoumax()86 cutlim = UINTMAX_MAX % base; in strtoumax()102 acc = UINTMAX_MAX; in strtoumax()
221 # define UINTMAX_MAX UINT64_MAX macro