Searched refs:us (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dapp.c474 isc_uint64_t us; local
477 us = isc_time_microdiff(&when, &now);
478 if (us == 0)
480 tv.tv_sec = us / 1000000;
481 tv.tv_usec = us % 1000000;
/bind-9.11.3/lib/dns/
H A Dresolver.c312 * us from pounding constantly on a particular set of
314 * us useful responses, but are responding in such a
1587 unsigned int us; local
1594 us = 800000;
1596 us = (800000 << (fctx->restarts - 2));
1612 if (us < rtt)
1613 us = rtt;
1618 if (us > MAX_SINGLE_QUERY_TIMEOUT_US)
1619 us = MAX_SINGLE_QUERY_TIMEOUT_US;
1621 seconds = us / US_PER_SE
[all...]
/bind-9.11.3/unit/atf-src/
H A Dconfigure3038 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3197 can help us improve future automake versions.
3626 # It will help us diagnose broken compilers, and finding out an intuition
10106 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11033 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16177 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
20018 # Sed that helps us avoid accidentally triggering echo(1) options like -n.

Completed in 410 milliseconds