Searched refs:int64_max (Results 1 – 1 of 1) sorted by relevance
246 constexpr int64_t int64_max = std::numeric_limits<int64_t>::max(); in InitTimeSpec() local247 if (ms != int64_max && ms != int64_max / (1000 * 1000)) { in InitTimeSpec()