| /netbsd-src/external/lgpl3/gmp/dist/mpf/ |
| H A D | mul_ui.c | 95 mp_size_t prec, excess; in mpf_mul_ui() local 127 excess = size - prec; in mpf_mul_ui() 130 if (excess > 0) in mpf_mul_ui() 140 i = excess - 1; in mpf_mul_ui() 164 up += excess; in mpf_mul_ui()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcov-io.c | 465 unsigned excess = gcov_var.length - gcov_var.offset; in gcov_read_words() local 470 if (excess < words) in gcov_read_words() 473 if (excess) in gcov_read_words() 479 excess * 4); in gcov_read_words() 483 gcov_var.length = excess; in gcov_read_words() 485 excess = GCOV_BLOCK_SIZE; in gcov_read_words() 489 excess = gcov_var.alloc - gcov_var.length; in gcov_read_words() 491 excess = fread (gcov_var.buffer + gcov_var.length, in gcov_read_words() 492 1, excess << 2, gcov_var.file) >> 2; in gcov_read_words() 493 gcov_var.length += excess; in gcov_read_words()
|
| H A D | wide-int.cc | 211 int excess = len * HOST_BITS_PER_WIDE_INT - x.get_precision (); in to_mpz() local 220 if (excess > 0) in to_mpz() 221 t[len - 1] = (unsigned HOST_WIDE_INT) t[len - 1] << excess >> excess; in to_mpz() 225 else if (excess > 0) in to_mpz() 230 t[len - 1] = (unsigned HOST_WIDE_INT) v[len - 1] << excess >> excess; in to_mpz() 233 else if (excess < 0 && wi::neg_p (x)) in to_mpz() 236 = (-excess + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT; in to_mpz() 242 excess = (-excess) % HOST_BITS_PER_WIDE_INT; in to_mpz() 243 if (excess) in to_mpz() 244 t[len + extra - 1] = (HOST_WIDE_INT_1U << excess) - 1; in to_mpz() [all …]
|
| H A D | wide-int.h | 861 int excess = len * HOST_BITS_PER_WIDE_INT - precision; 862 if (excess > 0) 863 high <<= excess; 1879 int excess = HOST_BITS_PER_WIDE_INT - precision; 1880 if (excess > 0) 1881 diff <<= excess;
|
| /netbsd-src/external/gpl2/libmalloc/dist/ |
| H A D | ralloc.c | 316 int excess = 0; in relinquish() local 323 excess += (char *) h->end - (char *) ((break_value < h->bloc_start) in relinquish() 327 if (excess > extra_bytes * 2 && (*real_morecore) (0) == last_heap->end) in relinquish() 331 excess -= extra_bytes; in relinquish() 333 if ((char *)last_heap->end - (char *)last_heap->bloc_start <= excess) in relinquish() 341 excess = (char *)last_heap->end - (char *)last_heap->start; in relinquish() 347 excess = (char *) last_heap->end in relinquish() 348 - (char *) ROUNDUP ((char *)last_heap->end - excess); in relinquish() 349 last_heap->end -= excess; in relinquish() 352 if ((*real_morecore) (- excess) == 0) in relinquish() [all …]
|
| /netbsd-src/sys/arch/m68k/m68k/ |
| H A D | oc_cksum.s | 99 | 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 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
|
| /netbsd-src/usr.sbin/altq/altqd/altq.conf.samples/ |
| H A D | hfsc.grate | 11 # 50% of the excess bandwidth goes to the default class 15 # TCP 10Mbps guaranteed rate (no excess bandwidth assigned) 20 # UDP 5Mbps guaranteed rate (no excess bandwidth assigned)
|
| H A D | hfsc.lo0 | 11 # 50% of the excess bandwidth goes to the default class 15 # TCP 10Mbps guaranteed rate (no excess bandwidth assigned) 20 # UDP 5Mbps guaranteed rate (no excess bandwidth assigned)
|
| /netbsd-src/distrib/common/ |
| H A D | buildfloppies.sh | 161 excess=$(( 0 - $free_space + $pad_bytes)) 163 "$prog: Image is ${excess} bytes ($(( ${excess} / 1024 )) KB)"\
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf.c | 782 int excess; in pcf_check_compat_options() local 786 && (excess = (optval & ~((*op)[0] | (*op)[1]))) != 0) in pcf_check_compat_options() 791 excess, NAME_MASK_NUMBER)); in pcf_check_compat_options()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | wide-int.cc | 211 int excess = len * HOST_BITS_PER_WIDE_INT - x.get_precision (); in to_mpz() local 220 if (excess > 0) in to_mpz() 221 t[len - 1] = (unsigned HOST_WIDE_INT) t[len - 1] << excess >> excess; in to_mpz() 225 else if (excess > 0) in to_mpz() 230 t[len - 1] = (unsigned HOST_WIDE_INT) v[len - 1] << excess >> excess; in to_mpz() 233 else if (excess < 0 && wi::neg_p (x)) in to_mpz() 236 = (-excess + HOST_BITS_PER_WIDE_INT - 1) / HOST_BITS_PER_WIDE_INT; in to_mpz() 242 excess = (-excess) % HOST_BITS_PER_WIDE_INT; in to_mpz() 243 if (excess) in to_mpz() 244 t[len + extra - 1] = (HOST_WIDE_INT_1U << excess) - 1; in to_mpz() [all …]
|
| H A D | wide-int.h | 861 int excess = len * HOST_BITS_PER_WIDE_INT - precision; 862 if (excess > 0) 863 high <<= excess; 1881 int excess = HOST_BITS_PER_WIDE_INT - precision; 1882 if (excess > 0) 1883 diff <<= excess;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 362 uint64_t excess = 0; in propagateCounts() local 365 excess += e->onTree() ? propagateCounts(e->src, e) : e->count; in propagateCounts() 368 excess -= e->onTree() ? propagateCounts(e->dst, e) : e->count; in propagateCounts() 369 if (int64_t(excess) < 0) in propagateCounts() 370 excess = -excess; in propagateCounts() 372 pred->count = excess; in propagateCounts() 373 return excess; in propagateCounts()
|
| /netbsd-src/external/cddl/osnet/lib/libzfs/ |
| H A D | thread_pool.c | 393 int excess; in tpool_resume() local 402 excess = tpool->tp_njobs - tpool->tp_idle; in tpool_resume() 403 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) { in tpool_resume()
|
| /netbsd-src/sys/arch/mvme68k/stand/sboot/ |
| H A D | oc_cksum.s | 104 | 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
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | locore.S | 357 lea %sp@(12),%sp | clean the excess 365 lea %sp@(24),%sp | clean the excess 371 lea %sp@(84),%sp | clean the excess 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-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-loongarch.c | 1277 int bytes, size, excess; in loongarch_handle_align() local 1294 excess = bytes % size; in loongarch_handle_align() 1296 gas_assert (excess < 4); in loongarch_handle_align() 1297 fragp->fr_fix += excess; in loongarch_handle_align() 1299 while (excess-- != 0) in loongarch_handle_align()
|
| H A D | tc-riscv.c | 4047 bfd_signed_vma excess = bytes % size; in riscv_handle_align() local 4048 bfd_boolean odd_padding = (excess % 2 == 1); in riscv_handle_align() 4055 if (excess) in riscv_handle_align() 4059 riscv_make_nops (p, excess); in riscv_handle_align() 4060 fragP->fr_fix += excess; in riscv_handle_align() 4061 p += excess; in riscv_handle_align()
|
| /netbsd-src/external/mit/libcbor/dist/docs/stylesheets/ |
| H A D | normalize.css | 64 * Remove excess height in iOS 5 devices. 330 * 2. Remove excess padding in IE 8/9/10.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llc.rst | 101 .. option:: --disable-excess-fp-precision 103 Disable optimizations that may produce excess precision for floating point.
|
| H A D | lli.rst | 98 .. option:: -disable-excess-fp-precision
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-loongarch.c | 1788 int bytes, size, excess; in loongarch_handle_align() local 1805 excess = bytes % size; in loongarch_handle_align() 1807 gas_assert (excess < 4); in loongarch_handle_align() 1808 fragp->fr_fix += excess; in loongarch_handle_align() 1810 while (excess-- != 0) in loongarch_handle_align()
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_sunos5.man | 4 can never consume cpu time in excess of 1 divided by the number of processors.
|
| /netbsd-src/tests/lib/libcurses/director/ |
| H A D | testlang_parse.y | 482 excess(const char *fname, size_t lineno, const char *func, const char *comment, 1028 excess(cur_file, line, __func__, " from slave", in compare_streams() 1032 /* discard any excess saved output if required */ in compare_streams() 1046 * handle excess in file if it exists. Poll in compare_streams() 1057 excess(check_file, 0, __func__, "", drain, in compare_streams() 1234 excess(cur_file, line, __func__, " from slave", in do_function_call()
|
| /netbsd-src/sys/arch/hp300/DOC/ |
| H A D | TODO.hp300 | 63 Since HP MMU models are dead, the excess baggage should be there (though
|