Searched refs:match_count (Results 1 – 6 of 6) sorted by relevance
1608 int match_count; in test_parent() local1636 match_count = 0; in test_parent()1642 ++match_count; in test_parent()1655 ++match_count; in test_parent()1664 assertEqualInt(match_count, 2); in test_parent()1685 match_count = 0; in test_parent()1691 ++match_count; in test_parent()1704 ++match_count; in test_parent()1713 assertEqualInt(match_count, 2); in test_parent()1732 match_count = 0; in test_parent()[all …]
167 const size_t match_count = matches.GetSize(); in DoExecute() local168 for (size_t i = 0; i < match_count; i++) { in DoExecute()
1272 uint32_t match_count = 0; in NumLineEntriesWithLine() local1276 ++match_count; in NumLineEntriesWithLine()1278 return match_count; in NumLineEntriesWithLine()
4621 int match_count = 0, array_size = 16; /* 128 bytes for malloc */ in if_foreach_sleep() local4633 while (new_size < match_count) in if_foreach_sleep()4642 match_count = 0; in if_foreach_sleep()4647 if (match_count < array_size) { in if_foreach_sleep()4649 match_array[match_count++] = ifp; in if_foreach_sleep()4651 match_count++; in if_foreach_sleep()4655 if (match_count > array_size) { in if_foreach_sleep()4660 for (int i = 0; i < match_count; i++) { in if_foreach_sleep()
919 uint32_t match_count = 0; in FindProcesses() local921 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()922 return match_count; in FindProcesses()
922 const size_t match_count = indexes.size(); in PrivateFindGlobalVariables() local923 for (size_t i = 0; i < match_count; ++i) { in PrivateFindGlobalVariables()