Searched refs:excess (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dmul_ui.c95 mp_size_t prec, excess; local
127 excess = size - prec;
130 if (excess > 0)
140 i = excess - 1;
164 up += excess;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-io.c465 unsigned excess = gcov_var.length - gcov_var.offset; local
470 if (excess < words)
473 if (excess)
479 excess * 4);
483 gcov_var.length = excess;
485 excess = GCOV_BLOCK_SIZE;
489 excess = gcov_var.alloc - gcov_var.length;
491 excess = fread (gcov_var.buffer + gcov_var.length,
492 1, excess << 2, gcov_var.file) >> 2;
493 gcov_var.length += excess;
[all...]
H A Dwide-int.cc211 int excess = len * HOST_BITS_PER_WIDE_INT - x.get_precision (); local
220 if (excess > 0)
221 t[len - 1] = (unsigned HOST_WIDE_INT) t[len - 1] << excess >> excess;
225 else if (excess > 0)
230 t[len - 1] = (unsigned HOST_WIDE_INT) v[len - 1] << excess >> excess;
233 else if (excess < 0 && wi::neg_p (x))
236 = (-excess + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT;
242 excess
[all...]
H A Dwide-int.h338 such as whether excess upper bits in a HWI are defined, and can therefore
861 int excess = len * HOST_BITS_PER_WIDE_INT - precision; local
862 if (excess > 0)
863 high <<= excess; local
1298 /* There are no excess bits in val[len - 1]. */
1877 /* Otherwise flush out any excess bits first. */
1879 int excess = HOST_BITS_PER_WIDE_INT - precision; local
1880 if (excess > 0)
1881 diff <<= excess; local
H A Dcalls.c6060 poly_int64 excess;
6072 excess = 0;
6079 excess = (arg->locate.size.constant
6099 = known_alignment (excess) * BITS_PER_UNIT;
6151 parm_align, partial, reg, excess, argblock,
6057 poly_int64 excess; local
H A Ddiagnostic-show-locus.c2710 for (int excess = 1; excess <= 3; ++excess)
2711 test_offset_impl (line_bytes, line_display_cols + test_left_margin - excess,
2712 excess);
4653 Adapted from PR c/81405 seen on gcc.dg/init-excess-1.c*/
/netbsd-current/distrib/common/
H A Dbuildfloppies.sh161 excess=$(( 0 - $free_space + $pad_bytes))
163 "$prog: Image is ${excess} bytes ($(( ${excess} / 1024 )) KB)"\
/netbsd-current/sys/arch/m68k/m68k/
H A Doc_cksum.s99 | test for possible 1, 2 or 3 bytes of excess at end
100 | of buffer. The usual case is no excess (the usual
102 | 'not taken' leg of the compare. (We do the excess
107 jne .L5 | if one or three bytes excess
109 jne .L7 | if two bytes excess
192 .L5: | deal with 1 or 3 excess bytes at the end of the buffer.
194 jeq .L6 | if 1 excess
196 | 3 bytes excess
205 .L6: | 1 byte excess
216 .L7: | 2 bytes excess
[all...]
/netbsd-current/external/gpl2/libmalloc/dist/
H A Dralloc.c319 int excess = 0;
326 excess += (char *) h->end - (char *) ((break_value < h->bloc_start)
330 if (excess > extra_bytes * 2 && (*real_morecore) (0) == last_heap->end)
334 excess -= extra_bytes;
336 if ((char *)last_heap->end - (char *)last_heap->bloc_start <= excess)
344 excess = (char *)last_heap->end - (char *)last_heap->start;
350 excess = (char *) last_heap->end
351 - (char *) ROUNDUP ((char *)last_heap->end - excess);
352 last_heap->end -= excess;
355 if ((*real_morecore) (- excess)
316 int excess = 0; local
818 SIZE excess = (char *)first_heap->bloc_start local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf.c782 int excess; local
786 && (excess = (optval & ~((*op)[0] | (*op)[1]))) != 0)
791 excess, NAME_MASK_NUMBER));
/netbsd-current/sys/arch/mvme68k/stand/sboot/
H A Doc_cksum.s104 | test for possible 1, 2 or 3 bytes of excess at end
105 | of buffer. The usual case is no excess (the usual
107 | 'not taken' leg of the compare. (We do the excess
112 jne L5 | if one or three bytes excess
114 jne L7 | if two bytes excess
168 L5: | deal with 1 or 3 excess bytes at the end of the buffer.
170 jeq L6 | if 1 excess
172 | 3 bytes excess
177 L6: | 1 byte excess
184 L7: | 2 bytes excess
[all...]
/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c393 int excess; local
402 excess = tpool->tp_njobs - tpool->tp_idle;
403 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp362 uint64_t excess = 0;
365 excess += e->onTree() ? propagateCounts(e->src, e) : e->count;
368 excess -= e->onTree() ? propagateCounts(e->dst, e) : e->count;
369 if (int64_t(excess) < 0)
370 excess = -excess;
372 pred->count = excess;
373 return excess;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dwide-int.cc211 int excess = len * HOST_BITS_PER_WIDE_INT - x.get_precision (); local
220 if (excess > 0)
221 t[len - 1] = (unsigned HOST_WIDE_INT) t[len - 1] << excess >> excess;
225 else if (excess > 0)
230 t[len - 1] = (unsigned HOST_WIDE_INT) v[len - 1] << excess >> excess;
233 else if (excess < 0 && wi::neg_p (x))
236 = (-excess + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT;
242 excess
[all...]
H A Dwide-int.h338 such as whether excess upper bits in a HWI are defined, and can therefore
861 int excess = len * HOST_BITS_PER_WIDE_INT - precision; local
862 if (excess > 0)
863 high <<= excess; local
1298 /* There are no excess bits in val[len - 1]. */
1879 /* Otherwise flush out any excess bits first. */
1881 int excess = HOST_BITS_PER_WIDE_INT - precision; local
1882 if (excess > 0)
1883 diff <<= excess; local
H A Ddiagnostic-show-locus.cc3018 for (int excess = 1; excess <= 3; ++excess)
3019 test_offset_impl (line_bytes, line_display_cols + test_left_margin - excess,
3020 excess);
5136 Adapted from PR c/81405 seen on gcc.dg/init-excess-1.c*/
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasconvrt.c566 * DESCRIPTION: Remove "excess" blank lines - any more than 2 blank lines.
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dlocore.S357 lea %sp@(12),%sp | clean the excess
365 lea %sp@(24),%sp | clean the excess
371 lea %sp@(84),%sp | clean the excess
539 * We check for ASTs first, just like the VAX. To avoid excess overhead
581 lea %sp@(12),%sp | clean the excess
589 lea %sp@(24),%sp | clean the excess
595 lea %sp@(84),%sp | clean the excess
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-loongarch.c1277 int bytes, size, excess; local
1294 excess = bytes % size;
1296 gas_assert (excess < 4);
1297 fragp->fr_fix += excess;
1299 while (excess-- != 0)
H A Dtc-riscv.c538 /* Remove any excess mapping symbols generated for alignment frags in
4047 bfd_signed_vma excess = bytes % size; local
4048 bfd_boolean odd_padding = (excess % 2 == 1);
4055 if (excess)
4059 riscv_make_nops (p, excess);
4060 fragP->fr_fix += excess;
4061 p += excess;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c186 not evenly divisible by 8. So we compute ``excess'' which
189 int excess = FLOATFORMAT_CHAR_BIT - (total_len % FLOATFORMAT_CHAR_BIT); local
192 - ((start + len + excess) / FLOATFORMAT_CHAR_BIT);
193 cur_bitshift = ((start + len + excess) % FLOATFORMAT_CHAR_BIT)
249 int excess = FLOATFORMAT_CHAR_BIT - (total_len % FLOATFORMAT_CHAR_BIT); local
252 - ((start + len + excess) / FLOATFORMAT_CHAR_BIT);
253 cur_bitshift = ((start + len + excess) % FLOATFORMAT_CHAR_BIT)
789 /* Use static volatile to ensure that any excess precision is
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c186 not evenly divisible by 8. So we compute ``excess'' which
189 int excess = FLOATFORMAT_CHAR_BIT - (total_len % FLOATFORMAT_CHAR_BIT); local
192 - ((start + len + excess) / FLOATFORMAT_CHAR_BIT);
193 cur_bitshift = ((start + len + excess) % FLOATFORMAT_CHAR_BIT)
249 int excess = FLOATFORMAT_CHAR_BIT - (total_len % FLOATFORMAT_CHAR_BIT); local
252 - ((start + len + excess) / FLOATFORMAT_CHAR_BIT);
253 cur_bitshift = ((start + len + excess) % FLOATFORMAT_CHAR_BIT)
789 /* Use static volatile to ensure that any excess precision is
/netbsd-current/tests/lib/libcurses/director/
H A Dtestlang_parse.y481 excess(const char *fname, size_t lineno, const char *func, const char *comment,
1027 excess(cur_file, line, __func__, " from slave",
1031 /* discard any excess saved output if required */
1045 * handle excess in file if it exists. Poll
1056 excess(check_file, 0, __func__, "", drain,
1233 excess(cur_file, line, __func__, " from slave",
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c2818 bfd_signed_vma excess = bytes % size; local
2825 if (excess)
2827 riscv_make_nops (p, excess);
2828 fragP->fr_fix += excess;
2829 p += excess;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-riscv.c3265 bfd_signed_vma excess = bytes % size; local
3272 if (excess)
3274 riscv_make_nops (p, excess);
3275 fragP->fr_fix += excess;
3276 p += excess;

Completed in 529 milliseconds

12