Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dstrtol.c95 register unsigned long cutoff; in strtol() local
137 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()
Dstrtoll.c103 register ullong_type cutoff; in strtoll() local
145 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()
Dstrtoul.c66 register unsigned long cutoff; in strtoul() local
88 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base; in strtoul()
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoul()
Dstrtoull.c71 register ullong_type cutoff; in strtoull() local
93 cutoff = (ullong_type)ULLONG_MAX / (ullong_type)base; in strtoull()
104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoull()
/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c1283 bfd_vma cutoff; in bfd_scan_vma() local
1318 cutoff = (~ (bfd_vma) 0) / (bfd_vma) base; in bfd_scan_vma()
1335 if (value > cutoff || (value == cutoff && digit > cutlim)) in bfd_scan_vma()
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-0203436 * NEWS: Add an indication of the cutoff for 2.14.
999 * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
DChangeLog-20051467 * NEWS: Add cutoff for changes in 2.16 release.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-0203223 * NEWS: Add an indication of the cutoff for 2.14.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20053254 * NEWS: Add cutoff for changes in 2.16 release.
DChangeLog-0203820 * NEWS: Add an indication of the cutoff for 2.14.