Searched refs:scale_ref (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/unit/timeutil/ |
D | test_sync.c | 23 static inline uint64_t scale_ref(uint32_t factor, in scale_ref() function 223 .ref = scale_ref(10, cfg), in tref_from_local() 251 zassert_equal(ref, scale_ref(5, cfg), in tref_from_local() 264 zassert_equal(ref, ss.base.ref + scale_ref(2, cfg), in tref_from_local() 300 .ref = scale_ref(10, cfg), in tlocal_from_ref() 326 + scale_ref(2, cfg), &local); in tlocal_from_ref() 333 - scale_ref(7, cfg), &local); in tlocal_from_ref() 347 + scale_ref(1, cfg) / 2, &local); in tlocal_from_ref()
|