Home
last modified time | relevance | path

Searched refs:int64_max (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dtime_utils.cc251 constexpr int64_t int64_max = std::numeric_limits<int64_t>::max(); in InitTimeSpec() local
252 if (ms != int64_max && ms != int64_max / (1000 * 1000)) { in InitTimeSpec()