Lines Matching refs:LL
1092 static constexpr long long MAX_TIME_IN_PAST = 60000LL * 60LL * 24LL * 30LL; // 30 days1093 static constexpr long long MAX_TIME_IN_FUTURE = 60000LL * 90LL; // 90 minutes1119 long long rtcNow = (now.tv_sec * 1000LL) + (now.tv_nsec / 1000000LL);