Searched refs:cutoff (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dstrtoul.c74 unsigned long cutoff; local
96 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
109 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/bind-9.6-ESV-R11/lib/lwres/
H A Dstrtoul.c80 unsigned long cutoff; local
102 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
115 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))

Completed in 23 milliseconds