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

  /external/tpm2/
Clock.c 43 s_adjustRate = CLOCK_NOMINAL;
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;
126 if(s_adjustRate > (CLOCK_NOMINAL + CLOCK_ADJUST_LIMIT))
127 s_adjustRate = CLOCK_NOMINAL + CLOCK_ADJUST_LIMIT;
128 if(s_adjustRate < (CLOCK_NOMINAL - CLOCK_ADJUST_LIMIT))
129 s_adjustRate = CLOCK_NOMINAL-CLOCK_ADJUST_LIMIT;
  /external/tpm2/include/tpm2/
Platform.h 297 #define CLOCK_NOMINAL 30000

Completed in 781 milliseconds