Searched refs:expected_count (Results 1 – 2 of 2) sorted by relevance
122 check_game_mode_count(uint32_t expected_count) in check_game_mode_count() argument136 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()
808 find_pattern_in_buffer(const char *pattern, size_t len, size_t expected_count) in find_pattern_in_buffer() argument810 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()