Home
last modified time | relevance | path

Searched refs:cutlim (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/port/
H A Dstrtoul.c54 int neg, any, cutlim; in strtoul() local
81 cutlim = (int)(ULONG_MAX % (unsigned long)base); in strtoul()
93 if (acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoul()
H A Dstrtoull.c52 int neg, any, cutlim; in strtoull() local
85 cutlim = ULLONG_MAX % base; in strtoull()
97 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoull()