Home | History | Annotate | Download | only in bootanimation

Lines Matching refs:LL

1092     static constexpr long long MAX_TIME_IN_PAST =   60000LL * 60LL * 24LL * 30LL;  // 30 days
1093 static constexpr long long MAX_TIME_IN_FUTURE = 60000LL * 90LL; // 90 minutes
1119 long long rtcNow = (now.tv_sec * 1000LL) + (now.tv_nsec / 1000000LL);