Searched refs:_mul_overflow (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dbucomm.h87 #define _mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res)
90 #define _mul_overflow(a, b, res) \
86 #define _mul_overflow macro
89 #define _mul_overflow macro
H A Ddwarf.c10171 if (_mul_overflow (comp_unit_count, offset_size, &total)
10184 if (_mul_overflow (local_type_unit_count, offset_size, &total)
10197 if (_mul_overflow (foreign_type_unit_count, 8, &total)
10830 if (_mul_overflow ((size_t) nslots, 12, &total)
10910 || _mul_overflow ((size_t) ncols, 4, &temp)
10911 || _mul_overflow ((size_t) nused + 1, temp, &total)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dbucomm.h81 #define _mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res)
84 #define _mul_overflow(a, b, res) \
80 #define _mul_overflow macro
83 #define _mul_overflow macro
H A Ddwarf.c663 if (_mul_overflow (idx, offset_size, &index_offset)
10298 if (_mul_overflow (comp_unit_count, offset_size, &total)
10311 if (_mul_overflow (local_type_unit_count, offset_size, &total)
10324 if (_mul_overflow (foreign_type_unit_count, 8, &total)
10994 if (_mul_overflow ((size_t) nslots, 12, &total)
11076 || _mul_overflow ((size_t) ncols, 4, &temp)
11077 || _mul_overflow ((size_t) nused + 1, temp, &total)
11080 || _mul_overflow ((size_t) nused + 1, 4, &total)

Completed in 220 milliseconds