Searched refs:scale_local (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/unit/timeutil/ |
D | test_sync.c | 29 static inline uint64_t scale_local(uint32_t factor, in scale_local() function 201 ss.latest.local = scale_local(1, ss.cfg) / 2; in test_estimate_skew() 209 ss.latest.local = scale_local(2, ss.cfg); in test_estimate_skew() 224 .local = scale_local(5, cfg), in tref_from_local() 261 + scale_local(2, cfg), &ref); in tref_from_local() 268 - scale_local(12, cfg), &ref); in tref_from_local() 279 + scale_local(2, cfg), &ref); in tref_from_local() 301 .local = scale_local(5, cfg), in tlocal_from_ref() 329 zassert_equal(local, ss.base.local + scale_local(2, cfg), in tlocal_from_ref() 350 zassert_equal(local, ss.base.local + scale_local(1, cfg), in tlocal_from_ref()
|