Searched refs:lastUpdate (Results 1 – 8 of 8) sorted by relevance
44 long lastUpdate = 0; field in ProgressListenerImpl57 if (now - lastUpdate < UPDATE_THRESHOLD) { in isTooSoon()60 lastUpdate = now; in isTooSoon()
84 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()90 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()91 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
140 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
80 bweStr->lastUpdate = 0; in WebRtcIsacfix_InitBandwidthEstimator()226 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()265 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()268 numPktsExpected = WEBRTC_SPL_UDIV(arrivalTime - bweStr->lastUpdate, frameSizeSampl); in WebRtcIsacfix_UpdateUplinkBwImpl()309 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()315 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()412 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()483 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
198 …WebRtc_UWord32 lastUpdate; /* Time since the last update of the Bottle Neck estimate (i… member
196 long lastUpdate = lastLastUpdateTime; in invokeTimedActions() local198 long timeDelta = releaseTime - Math.max(pressTime, lastUpdate); in invokeTimedActions()
411 ASN1_TIME *lastUpdate; member574 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
6250 ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl); local6251 JNI_TRACE("X509_CRL_get_lastUpdate(%p) => %p", crl, lastUpdate);6252 return reinterpret_cast<uintptr_t>(lastUpdate);