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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_times_power.c275 short unsigned excess; local
328 excess = lengthprod - needed_precision;
330 excess = 0;
331 if ((i == itlast) && ((j + 2) <= excess) && (pbf->bsignificand[j + 1] <= canquit)
353 excess = j + 2; /* Can discard j+1, j,
366 pbf->bsignificand[excess] |= 1; /* Sticky bit on. */
368 printf(" discard %d digits - last gets %d \n", excess, pbf->bsignificand[excess]);
370 trailing_zeros_to_delete = excess;
H A Ddecimal_bin.c98 printf(" decimal_to_binary_integer: removed %d excess digits from product \n", pbout->blength - allweneed);
127 int i, excess; local
169 excess = (-pdout->bexponent) / 4;
171 printf(" discard %d excess fraction digits \n", 4 * excess);
173 for (i = 0; (i < excess) && ((pdout)->bsignificand[i] == 0); i++);
174 if (i < excess)
175 (pdout)->bsignificand[excess] |= 1; /* Sticky bit for
177 for (i = excess; i < (pdout)->blength; i++)
178 (pdout)->bsignificand[i - excess]
[all...]
H A Ddouble_decim.c221 int e, i, j, is, excess; local
285 excess = (-pb->bexponent) / 16;
287 printf(" discard %d excess fraction bits \n", 16 * excess);
289 for (i = 0; (i < excess) && (pb->bsignificand[i] == 0); i++);
290 if (i < excess)
291 pb->bsignificand[excess] |= 1; /* Sticky bit for
293 for (i = excess; i < pb->blength; i++)
294 pb->bsignificand[i - excess] = pb->bsignificand[i];
296 pb->blength -= excess;
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c533 int64_t excess; local
541 excess = rss - lcol->lcol_rss_cap;
542 if (excess > 0) {
629 * excess.
635 int64_t excess = lcol->lcol_rss - lcol->lcol_rss_cap; local
637 debug("%s %s rss/cap: %llu/%llu, excess = %lld kB\n",
642 (long long)excess);
658 int64_t excess; local
667 if ((excess = lcol->lcol_rss - lcol->lcol_rss_cap) > 0) {
668 scan(lcol, excess);
682 int64_t excess; local
716 int64_t excess; local
749 int64_t excess; local
[all...]
H A Drcapd_scanner.c630 scan(lcollection_t *lcol, int64_t excess) argument
640 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n",
641 (long long)excess);
666 * to reduce the excess completely. If so, ignore these bits so that
706 if (col_unrm_size < excess) {
708 debug("will not reduce excess with only unreferenced pages\n");
728 * Examine each process for pages to remove until the excess is
731 while (vic != NULL && excess > 0 && should_run) {
798 while (excess > 0 && vicaddr != NULL && should_run) {
851 1024) < excess);
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c103 int excess; local
110 excess = size_out - avail;
111 if (excess > 0) {
113 size_out -= excess;
114 (void) adjmsg(mp1, -(excess + 1));
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c214 int excess; local
221 excess = size_out - avail;
223 size_out -= excess;
224 (void) adjmsg(mp1, -(excess + 1));
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c470 int excess; local
481 excess = tpool->tp_njobs - tpool->tp_idle;
482 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c349 int excess = 0; local
369 excess = 1;
407 if (excess) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c948 int excess = 0; local
968 excess = 1;
1009 if (excess) {
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1332 int excess; local
1471 excess = frag_len - (frag_header & ~MIR_LASTFRAG);
1472 if (excess < 0) {
1481 * We've got a complete fragment. If there are excess bytes,
1487 if (excess > 0) {
1513 mp1->b_rptr = mp1->b_wptr - excess;
1514 mp->b_wptr -= excess;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1766 spgcnt_t excess; local
1785 excess = t_mp->sbm_slice_offset;
1786 if (excess > 0) {
1791 _ptob64(excess),
1806 excess = (s_mp->sbm_basepfn + s_mp->sbm_npages)
1808 if (excess > 0) {
1813 p -= excess;
1817 _ptob64(excess),
1914 * Reserve excess source board memory, if any.
1949 /* reserve excess span
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c1404 * copyout. If result of action routine is too big, free excess
1425 ssize_t excess; local
1434 excess = size_out - avail;
1435 if (excess > 0) {
1437 size_out -= excess;
1438 (void) adjmsg(mp1, -(excess + 1));
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c1212 * Used to add back excess target mem.
1254 * excess source memory later for this board.
1263 * extends beyond the usable slice, prevent any "target excess"
1281 * Add back excess target memory.
1348 * target board) may now have some excess to be deleted.
2379 spgcnt_t excess; local
2398 excess = t_mp->sbm_slice_offset -
2401 if (excess > 0) {
2405 _ptob64(excess));
2419 excess
[all...]
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c4446 * of action routine is too big, free excess and return ioc_rval as buf
4465 ssize_t excess; local
4474 excess = size_out - avail;
4475 if (excess > 0) {
4477 size_out -= excess;
4478 (void) adjmsg(mp1, -(excess + 1));
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c672 mblk_t **excess = &tcp->tcp_xmit_head; local
674 mblk_t *mp1 = *excess;
679 excess = &mp1->b_cont;
681 *excess = NULL;

Completed in 101 milliseconds