Searched refs:EPOCH (Results 1 – 5 of 5) sorted by relevance
27 LIBLOG_ABI_PRIVATE const timespec log_time::EPOCH = { 0, 0 }; member in log_time140 return *this = EPOCH; in operator -=()168 return *this = EPOCH; in operator -=()
66 log_time start(log_time::EPOCH); in onDataAvailable()121 if (start != log_time::EPOCH) { in onDataAvailable()
215 ? log_time::EPOCH294 real = log_time::EPOCH; in calculateCorrection()299 correction = log_time::EPOCH; in calculateCorrection()369 correction = (real < mono) ? log_time::EPOCH : (real - mono); in sniffTime()385 correction = log_time::EPOCH; in sniffTime()
447 log_time retval(log_time::EPOCH); in lastLogTime()501 log_time t(log_time::EPOCH); in lastLogTime()527 if (retval == log_time::EPOCH) { in lastLogTime()557 log_time tail_time(log_time::EPOCH); in main()831 if ((tail_time == log_time::EPOCH) && (tail_lines == 0)) { in main()1015 if (tail_time != log_time::EPOCH) { in main()
49 static const timespec EPOCH; member