Searched refs:currentTime (Results 1 – 2 of 2) sorted by relevance
923 MS_U32 currentTime; in bufferAllocateWrite() local935 currentTime = GetSystemTime(); in bufferAllocateWrite()952 if( currentTime < _hsl->pSystemState->hslLastTwTime ) in bufferAllocateWrite()955 twDelta = 0x10000 - (_hsl->pSystemState->hslLastTwTime >> 16) + (currentTime >> 16); in bufferAllocateWrite()959 twDelta = (currentTime >> 16) - (_hsl->pSystemState->hslLastTwTime >> 16); in bufferAllocateWrite()973 assert(_hsl->pSystemState->hslLastTwTime != currentTime); in bufferAllocateWrite()976 _hsl->pSystemState->hslLastTwTime = currentTime; in bufferAllocateWrite()1025 (*s_dataInfo)->u32timestamp = currentTime; in bufferAllocateWrite()
19620 long int currentTime = 0; in AU_CUS_RegDebug() local19666 currentTime = startTime; in AU_CUS_RegDebug()19672 … while( ((currentTime - startTime) <= (readingTimeMS)) && (readType <= 4 ) && (readType >= 1 ) ) in AU_CUS_RegDebug()19674 currentTime = MsOS_GetSystemTime(); in AU_CUS_RegDebug()