Searched refs:S_TO_MS (Results 1 – 8 of 8) sorted by relevance
21 #define S_TO_MS 1000 macro32 …f ((curTime.tv_sec >= (time_t)((UINT64_MAX - S_TO_MS) / S_TO_MS)) || (curTime.tv_nsec / MS_TO_NS >… in HksElapsedRealTime()36 *timestampMs = (uint64_t)(curTime.tv_sec * S_TO_MS + curTime.tv_nsec / MS_TO_NS); in HksElapsedRealTime()
27 const int S_TO_MS = 1000; // milliseconds to seconds variable58 ASSERT_EQ((curTime - firstTime)*S_TO_MS, SLEEP_TIME);
23 const int32_t S_TO_MS = 1000; variable40 return (t.tv_sec * S_TO_MS + t.tv_nsec / S_TO_US); in GetCurrentRealtimeMs()
41 #define S_TO_MS 1000 macro272 operation->batchOperationTimestamp = curTime + DEFAULT_BATCH_TIME_OUT * S_TO_MS; in HksAddBatchTimeToOperation()284 …operation->batchOperationTimestamp = curTime + (uint64_t)paramSet->params[i].uint32Param * S_TO_MS; in HksAddBatchTimeToOperation()
36 constexpr float S_TO_MS = 1000.f; // s to ms variable270 const float standardFrameTime = S_TO_MS / dynamicRefreshRate; in UpdateJankFrame()638 …hTimeRatio = jankFrames.totalHitchTimeSteady_ / (jankFrames.totalFrameTimeSteadyForHTR_ / S_TO_MS); in ReportEventHitchTimeRatioWithoutDelay()664 … jankFrames.lastTotalHitchTimeSteady_ / (jankFrames.lastTotalFrameTimeSteadyForHTR_ / S_TO_MS); in ReportEventHitchTimeRatioWithDelay()707 const float accumulatedTime = accumulatedBufferCount_ * S_TO_MS / dynamicRefreshRate; in RecordJankFrame()758 … float animationDuration = static_cast<float>(jankFrames.totalFrameTimeSteadyForHTR_) / S_TO_MS; in RecordAnimationDynamicFrameRate()768 …float animationDuration = static_cast<float>(jankFrames.lastTotalFrameTimeSteadyForHTR_) / S_TO_MS; in RecordAnimationDynamicFrameRate()
56 #define S_TO_MS 1000 macro290 keyNode->batchOperationTimestamp = curTime + DEFAULT_BATCH_TIME_OUT * S_TO_MS; in HksAddBatchTimeToKeyNode()304 … keyNode->batchOperationTimestamp = curTime + (uint64_t)paramSet->params[i].uint32Param * S_TO_MS; in HksAddBatchTimeToKeyNode()
46 #define S_TO_MS 1000 macro187 accessTimeParam.uint64Param = curTime / S_TO_MS; in AddKeyAccessTimeParams()317 uint64_t authTokenTime = token->plaintextData.time / S_TO_MS; in HksVerifyKeyTimestamp()
32 #define S_TO_MS 1000 macro