Home
last modified time | relevance | path

Searched refs:tsc (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dtiming.c77 unsigned long tsc; in mbedtls_timing_hardclock() local
79 __asm mov [tsc], eax in mbedtls_timing_hardclock()
80 return( tsc ); in mbedtls_timing_hardclock()
/openthread-3.6.0/third_party/mbedtls/repo/programs/test/
Dbenchmark.c118 unsigned long ii, jj, tsc; \
130 tsc = mbedtls_timing_hardclock(); \
144 ( mbedtls_timing_hardclock() - tsc ) \