Searched defs:time1 (Results 1 – 4 of 4) sorted by relevance
60 bool time_sync_add(time_sync_t *sync, uint64_t time1, uint64_t time2) { in time_sync_add()87 bool time_sync_estimate_time1(time_sync_t *sync, uint64_t time2, uint64_t *time1) in time_sync_estimate_time1()
96 double time1 = now_secs(); in main() local
61 double time0, time1; in main() local
32 uint64_t time1[NUM_TIME_SYNC_DATAPOINTS]; member