Searched refs:time_last (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c151 static apr_uint64_t time_last = 0; local
157 if (time_last != time_now) {
161 if (time_last + fudge > time_now)
162 fudge = time_last + fudge - time_now + 1;
165 time_last = time_now;

Completed in 104 milliseconds