Searched refs:expected_s (Results 1 – 1 of 1) sorted by relevance
246 static void test_cntpct_to_lk_bigtime(uint32_t cntfrq, uint64_t expected_s) { in test_cntpct_to_lk_bigtime() argument247 lk_bigtime_t expected_lk_bigtime = expected_s * 1000 * 1000; in test_cntpct_to_lk_bigtime()248 uint64_t cntpct = (uint64_t)cntfrq * expected_s; in test_cntpct_to_lk_bigtime()
Completed in 5 milliseconds