Searched refs:cutoff (Results 1 – 10 of 10) sorted by relevance
95 register unsigned long cutoff; in strtol() local137 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()138 cutlim = cutoff % (unsigned long)base; in strtol()139 cutoff /= (unsigned long)base; in strtol()149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtol()
103 register ullong_type cutoff; in strtoll() local145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX; in strtoll()146 cutlim = cutoff % (ullong_type)base; in strtoll()147 cutoff /= (ullong_type)base; in strtoll()157 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoll()
66 register unsigned long cutoff; in strtoul() local88 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base; in strtoul()99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoul()
71 register ullong_type cutoff; in strtoull() local93 cutoff = (ullong_type)ULLONG_MAX / (ullong_type)base; in strtoull()104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoull()
1283 bfd_vma cutoff; in bfd_scan_vma() local1318 cutoff = (~ (bfd_vma) 0) / (bfd_vma) base; in bfd_scan_vma()1335 if (value > cutoff || (value == cutoff && digit > cutlim)) in bfd_scan_vma()
436 * NEWS: Add an indication of the cutoff for 2.14.999 * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
1467 * NEWS: Add cutoff for changes in 2.16 release.
223 * NEWS: Add an indication of the cutoff for 2.14.
3254 * NEWS: Add cutoff for changes in 2.16 release.
820 * NEWS: Add an indication of the cutoff for 2.14.