HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
calloc.c 44 size_t total; local
47 total = 0;
49 total = num * size;
52 if (total / num != size) {
57 return ((mp = malloc(total)) ? memset(mp, 0, total) : mp);
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
wcstombs.c 44 int total = 0; local
55 if ((total += val) > n) {
56 total -= val;
62 return (total);
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
tst.fork.c 40 int i, j, total = 0; local
44 total += i * j;
48 return (total);
tst.vfork.c 40 int i, j, total = 0; local
44 total += i * j;
48 return (total);
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/end/
err.D_IDENT_UNDEF.timespent.d 42 total = timestamp - start;
  /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamedd/
med_mem.c 96 unsigned long total; local
99 total = 0;
101 total = (unsigned long)n * s;
103 if (total / n != s)
106 return (Zalloc(total));
  /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamhd/
mhd_mem.c 85 unsigned long total; local
88 total = 0;
90 total = (unsigned long)n * s;
92 if (total / n != s)
95 return (Zalloc(total));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
test-harness.t 36 total => {
52 total => {
70 total => {
86 total => {
104 total => {
120 total => {
136 total => {
152 total => {
169 total => {
187 total =>
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
full-write.c 62 size_t total = 0; local
75 total += n_rw;
80 return total;
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
tst.cputime.ksh 35 uint64_t total;
53 total += vtimestamp - self->on;
63 /((total * 100) / (timestamp - start)) > thresh/
66 \$\$1, ((total * 100) / (timestamp - start)));
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
recfmt.c 26 * total is the total file size, <=0 if not available
43 recfmt(const void* buf, size_t size, off_t total)
81 if ((t = (unsigned char*)memchr((void*)s, k = terminators[i], size / 2)) && (n = t - s + 1) > 1 && (total <= 0 || !(total % n)))
117 if ((total <= 0 || !(total % i)) && q->rep[i] > q->rep[n])
133 if (m <= 1 && n <= 2 && total > 1 && total < 256)
140 n = n ? 0 : total;
152 off_t total; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmxleap.c 47 for (lp = &tm_data.leap[0]; sec < (lp->time - lp->total); lp++);
48 t = tmxsns(sec + lp->total, tmxnsec(t));
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_mem.c 180 unsigned long total; local
183 total = 0;
185 total = (unsigned long)n * s;
187 if (total / n != s)
190 return (_Zalloc(file, line, total));
201 unsigned long total; local
204 total = 0;
206 total = (unsigned long)n * s;
208 if (total / n != s)
211 return (Zalloc(total));
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
AvgValue.java 45 private final long total; field in class:AvgValue
54 new String[] {"value", "total", "count"});
67 * @param averagedTotal sum total of all values averaged
71 * total and count
77 total = averagedTotal;
96 if (average != (total / count)) {
99 "average of total " + total + " and count " +
121 * Gets the sum total of the aggregated values.
123 * @return the sum total of the aggregated value
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/menu/
mdefault.c 58 register int total; /* total items */ local
73 * as well as the TOTAL number of items
77 for (total = 0; ml.highlight; ml = (*disp)(++total, arg))
85 if (!total)
98 for (i_num = 0; i_num < total; i_num++)
133 if (menurows > total)
134 menurows = total;
140 menurows = min(total, MAX_MITEMS)
    [all...]
mfolder.c 61 register int total; /* total items */ local
78 * as well as the TOTAL number of items
82 for (total = 0; ml.highlight; ml = (*disp)(++total, arg)) {
90 if (!total)
104 for (i_num = 0; i_num < total; i_num++) {
126 if (menurows > total)
127 menurows = total;
146 probcols = (total / probrows) + (total % probrows ? 1 : 0);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
readv.c 52 int i, size, total = 0; local
75 total += ret;
79 return (total);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
regmesg.t 104 my $total = (@death + @warning)/2;
110 $total = $total - @utf8_death;
113 print "1..$total\n";
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
sized_array.c 58 size_t total; local
60 total = sizeof (struct sized_array) + n*sz;
62 sa = malloc(total);
67 (void) memset(sa, 0, total);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
pictures.c 214 long total; /* and sizes - from *fp_pic */ local
233 while ( fscanf(fp_pic, "%s %ld\n", name, &total) != EOF ) {
241 piccopy(fp_pic, fp, total);
245 fseek(fp_pic, total, 1);
264 long total; /* and size - both from *buf */ local
286 if ( sscanf(buf, "%s %ld", name, &total) != 2 )
290 fprintf(fp_pic, "%s %ld\n", name, total);
293 piccopy(fp, fp_pic, total);
303 piccopy(FILE *fp_in, FILE *fp_out, long total)
306 /* total - number of bytes to be copied *
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
iovec.c 173 ssize_t total = 0, ret; local
195 if (total > 0)
196 return (total);
200 total += ret;
203 return (total);
213 ssize_t total = 0, ret; local
232 if (total > 0)
233 return (total);
237 total += ret;
240 return (total);
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
rec_search.c 77 recno_t total; local
81 for (pg = P_ROOT, total = 0;;) {
86 t->bt_cur.index = recno - total;
91 if (++idx == top || total + r->nrecs > recno)
93 total += r->nrecs;
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_update.c 69 struct timeval total; local
129 total.tv_sec = TOTAL_TIMEOUT;
130 total.tv_usec = 0;
131 clnt_control(client, CLSET_TIMEOUT, (char *)&total);
134 xdr_u_int, (char *)&rslt, total);
  /onnv/onnv-gate/usr/src/cmd/cdrw/
util.c 198 uint64_t total = (uint64_t)arg; local
205 if (total == 0) {
214 total = (((uint64_t)completed) * 100)/total;
215 if (total == last_total)
217 last_total = total;
218 if (total > 100) {
224 if (total == 100) {
228 (void) snprintf(s, BUFSIZE, "%d %%", (uint_t)total);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/lhash/
lh_stats.c 117 unsigned long total=0,n_used=0; local
126 total+=num;
130 fprintf(out,"%lu items\n",total);
133 (int)(total/lh->num_nodes),
134 (int)((total%lh->num_nodes)*100/lh->num_nodes),
135 (int)(total/n_used),
136 (int)((total%n_used)*100/n_used));
226 unsigned long total=0,n_used=0; local
235 total+=num;
239 BIO_printf(out,"%lu items\n",total);
    [all...]

Completed in 3780 milliseconds

1 2 3 4 5 6 7 8 910