/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_work.c | 53 hrtime_t earliest = INT64_MAX; in dtrace_sleep() local 72 if (*((hrtime_t *)a) + interval < earliest) in dtrace_sleep() 73 earliest = *((hrtime_t *)a) + interval; in dtrace_sleep() 80 if (earliest < now) { in dtrace_sleep() 86 tv.tv_sec = (earliest - now) / NANOSEC; in dtrace_sleep() 87 tv.tv_nsec = (earliest - now) % NANOSEC; in dtrace_sleep() 96 earliest -= now; in dtrace_sleep() 98 tv.tv_sec += earliest / NANOSEC; in dtrace_sleep() 99 tv.tv_nsec += earliest % NANOSEC; in dtrace_sleep()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_intres.c | 121 time_t earliest; 147 time_t earliest; 268 gai_req->earliest = max(now, child_ctx->next_dns_timeslot); in getaddrinfo_sometime_ex() 269 child_ctx->next_dns_timeslot = gai_req->earliest; in getaddrinfo_sometime_ex() 324 scheduled_sleep(gai_req->scheduled, gai_req->earliest, in blocking_getaddrinfo() 545 &gai_req->scheduled, &gai_req->earliest, in getaddrinfo_sometime_complete() 661 gni_req->earliest = max(time_now, child_ctx->next_dns_timeslot); in getnameinfo_sometime() 662 child_ctx->next_dns_timeslot = gni_req->earliest; in getnameinfo_sometime() 718 scheduled_sleep(gni_req->scheduled, gni_req->earliest, in blocking_getnameinfo() 842 &gni_req->earliest, in getnameinfo_sometime_complete() 127 time_t earliest; global() member 153 time_t earliest; global() member 1011 scheduled_sleep(time_t scheduled,time_t earliest,dnsworker_ctx * worker_ctx) scheduled_sleep() argument [all...] |
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | zoned_time.h | 117 … decltype(std::declval<_TimeZonePtr&>() -> to_sys(local_time<_Duration>{}, choose::earliest)), 124 …ble_v<decltype(std::declval<_TimeZonePtr&>() -> to_sys(local_time<_Duration>{}, choose::earliest)), 201 zoned_time(_TimeZonePtrOrName&&, local_time<_Duration>, choose = choose::earliest) 205 zoned_time(_TimeZonePtrOrName&&, zoned_time<_Duration, TimeZonePtr2>, choose = choose::earliest)
|
H A D | time_zone.h | 45 enum class choose { earliest, latest }; enumerator 113 case choose::earliest: in to_sys()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_get_error.pod | 54 ERR_get_error() returns the earliest error code from the thread's error 58 ERR_peek_error() returns the earliest error code from the thread's
|
/freebsd/usr.bin/compress/doc/ |
H A D | NOTES | 65 engineer can tell you. (Chemical processes were among the earliest patents,
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.windows.md | 27 Windows Vista, which is the earliest version supported by Npcap.
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 3236 static u_long earliest; in peer_clear() local 3316 if (peer->nextdate < earliest) { in peer_clear() 3317 peer->nextdate = earliest; in peer_clear() 3319 earliest = peer->nextdate + 1; in peer_clear()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | chrono | 759 enum class choose {earliest, latest};
|
/freebsd/contrib/tzdata/ |
H A D | southamerica | 615 # The earliest issue of the SSIM I have is 2/91. Each issue from then until
|
H A D | asia | 1337 # Indonesia until 1945-09-01 00:00 at the earliest (in Jakarta) and 1340 # These would be the earliest possible times for a change.
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 412 is in a known good state, are there to fail at the earliest possible time after
|
/freebsd/ |
H A D | UPDATING | 2020 or install from a FreeBSD version below the earliest supported version.
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 125 * configure.ac, doc/Makefile.am: build: list earliest useable
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 15662 …abstract = "GLYPNIR is one of the earliest existing languages designed for programming the Ill… 22820 …e operations are insertion, deletion, union, update, and search for an item of earliest priority.", 22826 …keywords = "computer programming; data structure; data structures; deletion; earliest priority…
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 18648 # version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989). 20452 # The earliest UNIXes were designed to use these clunkers; nroff and a few
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2979 earliest stage of ClientHello processing, immediately after extensions have
|