HomeSort by: relevance | last modified time | path
    Searched defs:msecs (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 1539 uint64_t msecs; local
1567 msecs = isc_time_microdiff(&xfr->end, &xfr->start) / 1000;
1568 if (msecs == 0) {
1569 msecs = 1;
1571 persec = (xfr->nbytes * 1000) / msecs;
1577 (unsigned int)(msecs / 1000), (unsigned int)(msecs % 1000),
  /src/external/mpl/bind/dist/lib/dns/
xfrin.c 2091 uint64_t msecs, persec; local
2116 msecs = isc_time_microdiff(&now, &start) / 1000;
2117 if (msecs == 0) {
2118 msecs = 1;
2120 persec = (ISC_XFRIN_LOAD(&xfr->nbytes, uint64_t) * 1000) / msecs;
2134 (unsigned int)(msecs / 1000), (unsigned int)(msecs % 1000),
  /src/external/mpl/bind/dist/lib/ns/
xfrout.c 1711 uint64_t msecs, persec; local
1715 msecs = isc_time_microdiff(&xfr->stats.end, &xfr->stats.start);
1716 msecs /= 1000;
1717 if (msecs == 0) {
1718 msecs = 1;
1720 persec = (xfr->stats.nbytes * 1000) / msecs;
1727 xfr->stats.nbytes, (unsigned int)(msecs / 1000),
1728 (unsigned int)(msecs % 1000), (unsigned int)persec,
  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 3182 int msecs;
3184 msecs = active_time (ticker);
3185 fprintf (f, "%d.%06d", msecs / 1000000, msecs % 1000000);
3172 int msecs; local
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 3182 int msecs;
3184 msecs = active_time (ticker);
3185 fprintf (f, "%d.%06d", msecs / 1000000, msecs % 1000000);
3172 int msecs; local

Completed in 34 milliseconds