Home
last modified time | relevance | path

Searched refs:hires (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/library/
Dtiming.c408 struct mbedtls_timing_hr_time hires; in busy_msleep() local
412 (void) mbedtls_timing_get_timer( &hires, 1 ); in busy_msleep()
414 while( mbedtls_timing_get_timer( &hires, 0 ) < msec ) in busy_msleep()
430 mbedtls_timing_get_timer( &hires, 0 ), \
448 struct mbedtls_timing_hr_time hires; in mbedtls_timing_self_test() local
461 (void) mbedtls_timing_get_timer( &hires, 1 ); in mbedtls_timing_self_test()
467 millisecs = mbedtls_timing_get_timer( &hires, 0 ); in mbedtls_timing_self_test()
/third_party/boost/libs/chrono/test/
Drun_timer_test.cpp101 boost::chrono::high_resolution_timer hires; in accuracy_test() local
114 boost::chrono::high_resolution_timer::duration hires_dur = hires.elapsed(); in accuracy_test()
/third_party/mbedtls/programs/test/
Dudp_proxy.c396 static struct mbedtls_timing_hr_time hires; in ellapsed_time() local
400 (void) mbedtls_timing_get_timer( &hires, 1 ); in ellapsed_time()
405 return( mbedtls_timing_get_timer( &hires, 0 ) ); in ellapsed_time()
/third_party/boost/libs/chrono/doc/
Dchrono.qbk3856 typedef __steady_clock high_resolution_clock; // as permitted by [time.clock.hires]
3858 typedef __system_clock high_resolution_clock; // as permitted by [time.clock.hires]