Searched refs:sec64 (Results 1 – 1 of 1) sorted by relevance
219 uint64_t sec64 = a->tv_sec; in timespec_to_proto() local221 *tv_sec_hi = sec64 >> 32; in timespec_to_proto()222 *tv_sec_lo = sec64 & 0xffffffff; in timespec_to_proto()