OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:big_usec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
adjtime.c
45
long long big_sec,
big_usec
, new_correction = 0LL;
local
51
big_usec
= delta->tv_usec;
52
new_correction = (big_sec * 1000000LL) +
big_usec
;
machines.c
398
long long big_sec,
big_usec
, mpetime, offset_ticks, offset_usec;
local
401
big_usec
= tvp->tv_usec;
402
mpetime = (big_sec * 1000000LL) +
big_usec
; /* Desired UTC microseconds */
Completed in 32 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026