Searched defs:seconds (Results 1 – 11 of 11) sorted by relevance
61 const time_t seconds = log->now_tv.tv_sec; in FlushBufferToLog() local
104 const time_t seconds = now_tv.tv_sec; in Logv() local
108 const time_t seconds = now_tv.tv_sec; in Logv() local
67 int64_t ToMicroSeconds(int64_t seconds) { in ToMicroSeconds()
123 const time_t seconds = now_tv.tv_sec; in Logv() local
1055 const time_t seconds = secondsSince1970; in TimeToString() local
112 final double seconds = milliseconds / 1000; in formatSecs() local
365 const time_t seconds = (time_t)secondsSince1970; in TimeToString() local
336 const time_t seconds = now_tv.tv_sec; in Logv() local
362 const time_t seconds = now_tv.tv_sec; in Logv() local
5076 static bool PortableLocaltime(time_t seconds, struct tm* out) { in PortableLocaltime()