Home | History | Annotate | Download | only in native

Lines Matching refs:est

4828 doprofile(void *arg, const char *msg, sqlite_uint64 est)
4843 jlong ms = est / (3600i64 * 24i64 * 1000i64);
4845 jlong ms = est / (3600LL * 24LL * 1000LL);