Home
last modified time | relevance | path

Searched refs:t2 (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dosal_all_test.c80 uint64_t t2 = (uint64_t)ms * HDF_KILO_UNIT; in OsalCheckTime() local
81 uint64_t diff = (t1 < t2) ? (t2 - t1) : (t1 - t2); in OsalCheckTime()
82 uint64_t timeRange = t2 / DENOMINATOR * NUMERATOR; in OsalCheckTime()
/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c72 uint64_t t2 = (uint64_t)ms * HDF_KILO_UNIT; in OsalCheckTime() local
73 uint64_t diff = (t1 < t2) ? (t2 - t1) : (t1 - t2); in OsalCheckTime()
74 uint64_t timeRange = t2 / DENOMINATOR * NUMERATOR; in OsalCheckTime()
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp764 auto t2 = std::chrono::system_clock::now(); in Run() local
765 std::chrono::duration<double> diff = t2 - t1; in Run()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp506 auto t2 = std::chrono::system_clock::now(); in Run() local
507 std::chrono::duration<double> diff = t2 - t1; in Run()
H A Dcodec_hdi_decode.cpp643 auto t2 = std::chrono::system_clock::now(); in Run() local
644 std::chrono::duration<double> diff = t2 - t1; in Run()

Completed in 7 milliseconds