Searched refs:tot (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dstat.c92 PRInt32 tot; local
99 tot = PR_IntervalToMilliseconds(stop-start);
101 printf("%40s: %6.2f usec avg, %d msec total\n", msg, d / count, tot);
H A Dtime.c143 PRInt32 tot; local
150 tot = PR_IntervalToMilliseconds(stop-start);
152 if (debug_mode) printf("%40s: %6.2f usec avg, %d msec total\n", msg, d / count, tot);
H A Dselect2.c295 PRInt32 tot; local
302 tot = PR_IntervalToMilliseconds(stop-start);
304 if (debug_mode) printf("%40s: %6.2f usec avg, %d msec total\n", msg, d / count, tot);
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c264 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) argument
268 *tot = 0;
274 the output, and the gzip trailer is written. crc and tot maintains the
277 of gzcopy() to write the gzip header and to initialize crc and tot. */
278 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, argument
409 /* update crc and tot */
411 *tot += (unsigned long)len;
421 put4(*tot, out);
428 unsigned long crc, tot; /* running crc and total uncompressed length */ local
442 gzinit(&crc, &tot, stdou
[all...]
H A Dgzappend.c261 unsigned long crc, tot; local
343 tot = strm->total_out;
344 if ((tot & 0xffffffffUL) != read4(&gz))
370 strm->total_in = tot;
/vbox/src/recompiler/tcg/
H A Dtcg.c2166 int64_t tot; local
2168 tot = s->interm_time + s->code_time;
2170 tot, tot / 2.4e9);
2186 s->op_count ? (double)tot / s->op_count : 0);
2188 s->code_in_len ? (double)tot / s->code_in_len : 0);
2190 s->code_out_len ? (double)tot / s->code_out_len : 0);
2191 if (tot == 0)
2192 tot = 1;
2194 (double)s->interm_time / tot * 100.
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c522 int tot = la->icmpLinkCount + la->udpLinkCount + local
528 "icmp=%u, udp=%u, tcp=%u, pptp=%u, proto=%u, frag_id=%u frag_ptr=%u / tot=%u",
535 la->fragmentPtrLinkCount, tot);

Completed in 73 milliseconds