Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/tests/
H A Dgame_mode.c122 check_game_mode_count(uint32_t expected_count) in check_game_mode_count() argument
136 if (expected_count) { in check_game_mode_count()
139 …T_ASSERT_EQ(coaldebuginfo_res.game_task_count, expected_count, "should have game in res coalition"… in check_game_mode_count()
143 …T_ASSERT_EQ(coaldebuginfo_jet.game_task_count, expected_count, "should have game in jet coalition"… in check_game_mode_count()
/xnu-10063.141.1/bsd/kern/
H A Dsubr_log.c808 find_pattern_in_buffer(const char *pattern, size_t len, size_t expected_count) in find_pattern_in_buffer() argument
810 if (pattern == NULL || len == 0 || expected_count == 0) { in find_pattern_in_buffer()
827 if (match && ++match_count >= expected_count) { in find_pattern_in_buffer()