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

/bind-9.11.3/lib/isc/
H A Dstrtoul.c65 unsigned long cutoff; local
87 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
100 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/bind-9.11.3/lib/lwres/
H A Dcompat.c70 unsigned long cutoff; local
92 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
105 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))

Completed in 11 milliseconds