Searched refs:total (Results 26 - 50 of 250) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rsearch.c79 db_recno_t i, recno, total; local
146 total = RE_NREC(h);
149 *recnop = recno = total + 1;
152 if (recno <= total)
156 if (!LF_ISSET(S_PAST_EOF) || recno > total + 1) {
170 for (total = 0;;) {
173 recno -= total;
206 if (++indx == top || total + bi->nrecs >= recno)
208 total += bi->nrecs;
213 recno -= total;
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dreadv.c53 int i, size, total = 0; local
78 total += ret;
83 return (total);
H A Dwritev.c54 int nsize, total = 0; local
84 total += ret;
86 return (total);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dwritev.c51 int nsize, total = 0; local
79 total += ret;
81 return (total);
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_rm.c81 * Return a 16-bit binary fraction representing the percent of total memory
83 * Defined as the ratio of a_rss for the process to total physical memory.
93 ulong_t total = total_pages; local
104 total >>= shift;
106 return (num / total);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dview.c165 int error, entries, total; local
171 error = smb_netshareenum(ctx, &entries, &total, &share_info);
177 print_shares(entries, total, share_info);
182 print_shares(int entries, int total, argument
202 entries, total);
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dwgetwstr.c53 int total = 0; local
96 i = total;
97 total = cpos = 0;
103 total -= (i = length[cpos]);
115 /* Update total. */
128 /* character to total. */
138 total += length[cpos];
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDrop.java53 new String[] {"CPU", "kind", "count", "total",
129 private final long total; field in class:Drop
141 * @param totalDrops total number of drops since the source {@link
157 total = totalDrops;
168 if (total < 0) {
169 throw new IllegalArgumentException("total is negative");
212 * Gets the total number of drops since the source {@link Consumer}
215 * @return non-negative drop total since tracing started
220 return total;
270 buf.append(", total
[all...]
H A DStddevValue.java46 private final long total; field in class:StddevValue
57 new String[] {"value", "total", "count", "totalSquares"})
141 total = stddevTotal;
157 * @param stddevTotal sum total of all values included in the standard
162 * the 128-bit sum total of the squares of all values included in
166 * the given total, total of squares, and count
167 * @throws NumberFormatException if the given total squares is not a
175 total = stddevTotal;
195 if (stddev != standardDeviation(count, total, totalSquare
[all...]
H A DLogDistribution.java131 double total = 0;
134 total += ((double)bucket.getFrequency() * (double)bucket.getMin());
136 return (new Double(total));
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dcompress.c326 s64 br, to_read, ofs, total, total2; local
364 total = total2 = 0;
421 if (total)
422 return total;
433 total += to_read;
466 if (total)
467 return total;
471 total += br;
514 if (total)
515 return total;
[all...]
H A Ddevice.c193 s64 br, total; local
217 for (total = 0; count; count -= br, total += br) {
218 br = _pread(dev, (char*)b + total, count, pos + total);
223 if (!br || total)
224 return total;
239 return total;
280 s64 written, total; local
311 for (total
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c94 total; local
113 total = 0;
159 total += len;
162 total+1
167 total = len;
178 total += len;
181 total+1
186 total = len;
283 total; local
296 total
349 total; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java288 double total = 0;
305 total += s.getDoubleValue().doubleValue();
311 return (new DoubleStatistic(new Double(total / count), first,
376 long total = 0;
392 total += s.getLongValue().longValue();
398 return (new LongStatistic(new Long(total / count), first,
463 BigInteger total = new BigInteger("0");
481 total = total.add(s.getUnsignedInt64Value());
488 new UnsignedInt64(total
[all...]
H A DResourceMonitor.java222 BigInteger total = new BigInteger("0");
238 total = total.add((UnsignedInt64) sv1.
241 utilV = 100 * ((total.doubleValue() - idleV) /
242 total.doubleValue());
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Drand.t36 my $total;
39 $total += (0,1,1,2,1,2,2,3)[chop $bits]; # Oct to bits
41 $total;
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprusrio.c51 ssize_t total = uiop->uio_resid; local
88 if (total != uiop->uio_resid || !old)
115 if (total != uiop->uio_resid)
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dtransport.c137 unsigned int total = 0; local
150 total += part;
155 return (total);
/opensolaris-onvv-gate/usr/src/cmd/busstat/
H A Dbusstat.h130 uint64_t total; /* Total count for this event */ member in struct:evt_node
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c184 * given total is assumed to be the sum of all elements in the counts array.
194 uint64_t total, int width)
208 if (total == 0)
209 total = 1; /* avoid divide-by-zero */
214 nats = (NCHARS * count) / total;
193 dist_print_bucket(const int *distarray, int i, const uint_t *counts, uint64_t total, int width) argument
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dcmdarg.h51 size_t args; /* total args */
52 size_t commands; /* total commands */
53 } total; member in struct:__anon2856
/opensolaris-onvv-gate/usr/src/lib/libast/common/tm/
H A Dtmxmake.c60 if (lp->total)
62 if (n == lp->time && (leapsec = (lp->total - (lp+1)->total)) < 0)
64 t = tmxsns(n - lp->total, tmxnsec(t));
H A Dtmxtime.c130 for (lp = &tm_data.leap[0]; t < lp->time - (lp+1)->total; lp++);
131 t += lp->total;
132 n = lp->total - (lp+1)->total;
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_tab.c146 char *e = tabp->data + tabp->total - 1;
151 assert(tabp->total >= 2);
152 assert(tabp->data[tabp->total - 2] == '\n');
153 assert(tabp->data[tabp->total - 1] == '\0');
276 tabp->total = statbuf.st_size + 2; /* terminating "\n\0" */
277 tabp->data = Malloc(tabp->total);
295 tabp->data[tabp->total - 2] = '\n';
296 tabp->data[tabp->total - 1] = '\0';
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_utl.c709 int total; member in struct:__anon2270
720 v6stat.total = 0;
735 if (v6stat.total != 16)
741 if (v6stat.total == 16)
749 if (v6stat.total > 0)
756 && (v6stat.zero_pos != v6stat.total))
763 || (v6stat.zero_pos == v6stat.total))
774 if (v6stat.total != 16)
775 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
777 if (v6stat.total !
[all...]

Completed in 126 milliseconds

12345678910