Home
last modified time | relevance | path

Searched refs:codetimes (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c314 chudata.codetimes[chudata.ncodechars] = *tv; in raw_filter()
329 chudata.codetimes[i].tv_sec, in raw_filter()
330 chudata.codetimes[i].tv_usec, in raw_filter()
363 TVTOTS(&chu.codetimes[NCHUCHARS-1], &ts); in process_ldisc()
371 diff.tv_sec = chu.codetimes[i].tv_sec in process_ldisc()
372 - chu.codetimes[i-1].tv_sec; in process_ldisc()
373 diff.tv_usec = chu.codetimes[i].tv_usec in process_ldisc()
374 - chu.codetimes[i-1].tv_usec; in process_ldisc()
382 chu.codetimes[i].tv_sec, chu.codetimes[i].tv_usec, in process_ldisc()
702 tmp = chuc->codetimes[i].tv_sec + JAN_1970; in chufilter()
[all …]