Home
last modified time | relevance | path

Searched refs:lastUpdate (Results 1 – 9 of 9) sorted by relevance

/external/openssl/crypto/x509/
Dx509cset.c89 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
95 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()
96 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
Dx509.h454 ASN1_TIME *lastUpdate; member
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c80 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()
Dstructs.h198 …WebRtc_UWord32 lastUpdate; /* Time since the last update of the Bottle Neck estimate (i… member
/external/quake/quake/src/QW/client/
Dcd_audio.c733 static double lastUpdate; in CDAudio_Update() local
738 if ((realtime - lastUpdate) < 0.25) in CDAudio_Update()
740 lastUpdate = realtime; in CDAudio_Update()
/external/quake/quake/src/WinQuake/
Dcd_audio.cpp743 static double lastUpdate; in CDAudio_Update() local
748 if ((realtime - lastUpdate) < 0.25) in CDAudio_Update()
750 lastUpdate = realtime; in CDAudio_Update()
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java196 long lastUpdate = lastLastUpdateTime; in invokeTimedActions() local
198 long timeDelta = releaseTime - Math.max(pressTime, lastUpdate); in invokeTimedActions()
/external/openssl/crypto/asn1/
Dx_crl.c116 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/external/openssl/include/openssl/
Dx509.h454 ASN1_TIME *lastUpdate; member
622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)