OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCK_ADJUST_FINE
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
Clock.c
116
case
CLOCK_ADJUST_FINE
:
117
s_adjustRate +=
CLOCK_ADJUST_FINE
;
119
case -
CLOCK_ADJUST_FINE
:
120
s_adjustRate -=
CLOCK_ADJUST_FINE
;
Time.c
163
_plat__ClockAdjustRate(
CLOCK_ADJUST_FINE
);
166
_plat__ClockAdjustRate(-
CLOCK_ADJUST_FINE
);
/external/tpm2/include/tpm2/
Platform.h
310
#define
CLOCK_ADJUST_FINE
1
Completed in 1747 milliseconds