Searched refs:call_history_idx (Results 1 – 2 of 2) sorted by relevance
298 for (int j = 0; j < fff.call_history_idx; ++j) { in ZTEST()303 fff.call_history_idx], NULL); in ZTEST()305 zassert_equal(fff.call_history_idx, 0, NULL); in ZTEST()
142 unsigned int call_history_idx; member155 fff.call_history_idx = 0; \159 if (fff.call_history_idx < FFF_CALL_HISTORY_LEN) \160 fff.call_history[fff.call_history_idx++] = (fff_function_t)function;