Lines Matching refs:cyc
124 uint32_t cyc = test_helpers_cycle_get(); \
129 cyc = test_helpers_cycle_get() - cyc; \
130 inc_time += cyc; \
134 nargs, cyc / _msg_cnt, k_cyc_to_us_ceil32(cyc) / _msg_cnt, \
135 _msg_cnt, cyc); \
169 uint32_t cyc = test_helpers_cycle_get(); \
174 cyc = test_helpers_cycle_get() - cyc; \
175 inc_time += cyc; \
179 nargs, cyc / _msg_cnt, k_cyc_to_us_ceil32(cyc) / _msg_cnt, \
180 _msg_cnt, cyc); \
218 uint32_t cyc = test_helpers_cycle_get(); in ZTEST() local
225 cyc = test_helpers_cycle_get() - cyc; in ZTEST()
226 uint32_t us = k_cyc_to_us_ceil32(cyc); in ZTEST()
230 cyc / repeat, us / repeat); in ZTEST()