HomeSort by relevance Sort by last modified time
    Searched refs:s_initClock (Results 1 - 3 of 3) sorted by null

  /external/tpm2/
PlatformData.c 18 unsigned long long s_initClock;
PlatformData.h 21 extern unsigned long long s_initClock;
Clock.c 42 s_initClock = clock();
59 return ((currentClock - s_initClock) * CLOCK_NOMINAL) / s_adjustRate;
77 elapsed = ((currentClock - s_initClock) * CLOCK_NOMINAL) / s_adjustRate;
78 s_initClock += (elapsed * s_adjustRate) / CLOCK_NOMINAL;

Completed in 680 milliseconds