Searched refs:multmax (Results 1 – 2 of 2) sorted by relevance
47 uint64_t multmax; in strtoint() local103 multmax = (uint64_t)UINT64_MAX / (uint64_t)base; in strtoint()116 if (val > multmax) in strtoint()
196 unsigned long multmax; in ddi_strtoul() local235 multmax = ULONG_MAX / (unsigned long)base; in ddi_strtoul()238 if (val > multmax) in ddi_strtoul()