Searched refs:total (Results 51 - 75 of 250) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dwgetstr.c68 int total = 0; local
114 i = total;
115 total = cpos = 0;
122 total -= (i = length[cpos]);
134 /* Update total. */
167 /* character to total. */
178 total += length[cpos];
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLinearDistribution.java117 initialize(); // checks class invariants, calculates total
189 double total = 0;
196 total = (double)bucket.getFrequency() * (double)(getBase() - 1);
200 total += (double)bucket.getFrequency() * (double)bucket.getMin();
207 total += (double)bucket.getFrequency() *
210 return (new Double(total));
289 buf.append(", total = ");
H A DDistribution.java52 private transient double total; field in class:Distribution
74 total = 0;
78 total += frequency;
111 // 2. Compute total (transient property derived from buckets)
112 total = 0;
122 total += frequency;
318 * Gets the total frequency across all buckets.
326 return total;
331 * distributions by overall magnitude, defined as the sum total of
615 buf.append(", total
[all...]
/opensolaris-onvv-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c145 unsigned int total = 0; local
165 total = j+1;
175 total += j+1;
181 *outl = total;
492 int total = 0; local
499 while (total < inlen) {
504 i = get_line(in + total, inlen - total, buf, sizeof (buf));
515 total += i + 1;
542 while (total < inle
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t195 my ($total);
196 $total = join '', @right;
199 is (sysread (LEFT, $buffer, length $total), length $expect, "read on left");
202 $total = join '', @left;
205 is (sysread (RIGHT, $buffer, length $total), length $expect, "read on right");
235 $total = join '', @gripping;
238 is (sysread (LEFT, $buffer, length $total), length $expect, "read on left");
/opensolaris-onvv-gate/usr/src/cmd/sa/
H A Dtimex.c215 longlong_t total = ticks; local
217 tk = total % hz; /* ticks % hz */
218 total /= hz;
219 ss = total % 60; /* ticks / hz % 60 */
220 total /= 60;
221 mm = total % 60; /* ticks / hz / 60 % 60 */
222 hh = total / 60; /* ticks / hz / 60 / 60 */
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c61 size_t fsize, total; local
96 total = 0;
110 total += fsize = __db_shsizeof(bhp);
111 if (fsize >= len || total >= 3 * len)
116 restart = total = 0;
168 total += fsize = __db_shsizeof(bhp);
186 if (fsize >= len || total >= 3 * len)
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh54 @total = count();
85 printa("TOTAL %@u\n", @total);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dmalloc_ctl.h7 IV topbucket, topbucket_ev, topbucket_odd, totfree, total, total_chain; member in struct:perl_mstats
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dmouse.c156 drawscrollbar(int top, int bot, int total) argument
161 if (bot > top && total > 0) {
162 p1 = 16 + (top - 1) * 100 / total;
163 p2 = 16 + (bot - 1) * 100 / total;
/opensolaris-onvv-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_all.c82 int i, total; local
86 for (i = 0, total = 0; i < ct_ntypes; i++)
87 total += contract_type_count(ct_types[i]);
89 vap->va_size = 2 + total;
/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Dinflate.h87 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dexample.c83 int i,total; local
95 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
97 data=malloc(total);
104 ASN1_STRING_set(seq,data,total);
247 int i,total; local
259 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
261 data=malloc(total);
268 ASN1_STRING_set(seq,data,total);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl241 my($total) = 0;
520 $total = scalar(@files);
522 $passed = ($total - $failed - $bypassed);
527 "total" => $total
693 my $total = $results{$key}{"total"};
701 logmsg(" total: " . $total . "\n");
/opensolaris-onvv-gate/usr/src/lib/libkmf/ber_der/common/
H A Dio.c72 ber_uint_t need, have, total; local
81 total = have * EXBUFSIZ + need * EXBUFSIZ;
86 if ((ber->ber_buf = (char *)malloc((size_t)total))
95 (size_t)total)) == NULL) {
104 oldbuf, (size_t)total)) == NULL) {
111 ber->ber_end = ber->ber_buf + total;
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c139 uint64_t total = 0, count; local
145 total += count;
150 total += count;
154 total += avl_numnodes(&spa->spa_errlist_last);
155 total += avl_numnodes(&spa->spa_errlist_scrub);
158 return (total);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddumpvar.pl462 print "Grand total = $CompleteTotal bytes (1 level deep) + overhead.\n";
490 my $total = $keys + $values;
492 " (keys: $keys; values: $values; total: $total bytes)\n"
494 $total;
499 $total = 0;
500 $total += scalarUsage $name if defined $name;
501 $total += arrayUsage \@name, $_[1] if @name;
502 $total += hashUsage \%name, $_[1] if %name and $_[1] ne "main::"
504 $total;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java503 * The total of the samples.
505 private AggregateStatistic total; field in class:StatisticOperations
517 total = new DoubleStatistic(new Double(0.0));
622 mean = ((Double)((DoubleStatistic)total).getValue()).
722 total = total.add(e.getTarget());
734 total = total.subtract(e.getTarget());
/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl164 statline "Percentage of total database" \
280 the total number of pages in the file.
286 divided by the total number of pages in the file.
292 divided by the total number of pages in the file.
301 The total number of indices in the database.
314 The total amount of disk space used by the entire database files.
318 The total number of bytes of payload stored in the database. Payload
321 the payload divided by the total file size.
325 The total number of bytes of data stored in the database, not counting
327 percentage at the right is the user data size divided by the total fil
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDurationHelper.java47 private Label total; field in class:DurationHelper
135 // TBD: make total large enough to hold the largest int
136 total = new Label(" " /* NO18N */,
144 add(total, gbc);
200 * Updates the label called total.
209 total.setText(nf.format(l.longValue() *
252 * @return a String with the total number of seconds entered.
255 return total.getText();
/opensolaris-onvv-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c81 GElf_Xword size, /* total size in non-default case for sections */
83 * size of first, second, third number and total size
219 total, local
232 memsize = total = 0;
260 total += p.p_memsz;
268 total += p.p_filesz;
296 (void) printf(prusum[numbase], total);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/perlasm/
H A Dcbc.pl314 $total=16+4;
315 $total+=4 if ($p1 > 0);
316 $total+=4 if ($p2 > 0);
317 $total+=4 if ($p3 > 0);
318 &add("esp",$total);
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_strtab.c275 ssize_t res, total = 0; local
279 for (i = 0; i < sp->str_nbufs; i++, total += res) {
285 if ((res = func(sp->str_bufs[i], n, total, private)) <= 0)
289 if (total == 0 && sp->str_size != 0)
292 return (total);
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_buf.c69 size_t total = 0; local
76 total += bp->buf_size;
83 return (total);
/opensolaris-onvv-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c248 int total = objfs_nobjs(); local
253 sp->f_files = total;
254 sp->f_ffree = sp->f_favail = INT_MAX - total;

Completed in 133 milliseconds

12345678910