Searched refs:match_count (Results 1 – 8 of 8) sorted by relevance
123 int match_count; in bfd_check_format_matches() local139 match_count = 0; in bfd_check_format_matches()252 match_count = 1; in bfd_check_format_matches()257 matching_vector[match_count] = temp; in bfd_check_format_matches()259 match_count++; in bfd_check_format_matches()285 if (match_count == 0) in bfd_check_format_matches()292 match_count = 1; in bfd_check_format_matches()296 match_count = ar_match_index - _bfd_target_vector_entries; in bfd_check_format_matches()298 if (matching && match_count > 1) in bfd_check_format_matches()301 sizeof (*matching_vector) * match_count); in bfd_check_format_matches()[all …]
2210 target, set match_count to 1, to ignore any previous matches.
153 int match_count; in map_over_members() local175 match_count = 0; in map_over_members()189 ++match_count; in map_over_members()191 && match_count != counted_name_counter) in map_over_members()1019 int match_count; in delete_members() local1037 match_count = 0; in delete_members()1044 ++match_count; in delete_members()1046 && match_count != counted_name_counter) in delete_members()
1609 int match_count; in test_parent() local1631 match_count = 0; in test_parent()1637 ++match_count; in test_parent()1650 ++match_count; in test_parent()1659 assertEqualInt(match_count, 2); in test_parent()1680 match_count = 0; in test_parent()1686 ++match_count; in test_parent()1699 ++match_count; in test_parent()1708 assertEqualInt(match_count, 2); in test_parent()1727 match_count = 0; in test_parent()[all …]
175 const size_t match_count = matches.GetSize(); in DoExecute() local176 for (size_t i = 0; i < match_count; i++) { in DoExecute()
1286 uint32_t match_count = 0; in NumLineEntriesWithLine() local1290 ++match_count; in NumLineEntriesWithLine()1292 return match_count; in NumLineEntriesWithLine()
1005 uint32_t match_count = 0; in FindProcesses() local1007 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()1008 return match_count; in FindProcesses()
843 const size_t match_count = indexes.size(); in PrivateFindGlobalVariables() local844 for (size_t i = 0; i < match_count; ++i) { in PrivateFindGlobalVariables()