Home
last modified time | relevance | path

Searched refs:match_count (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c1608 int match_count; in test_parent() local
1636 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 …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp167 const size_t match_count = matches.GetSize(); in DoExecute() local
168 for (size_t i = 0; i < match_count; i++) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1272 uint32_t match_count = 0; in NumLineEntriesWithLine() local
1276 ++match_count; in NumLineEntriesWithLine()
1278 return match_count; in NumLineEntriesWithLine()
/freebsd/sys/net/
H A Dif.c4621 int match_count = 0, array_size = 16; /* 128 bytes for malloc */ in if_foreach_sleep() local
4633 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()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp919 uint32_t match_count = 0; in FindProcesses() local
921 match_count = Host::FindProcesses(match_info, process_infos); in FindProcesses()
922 return match_count; in FindProcesses()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp922 const size_t match_count = indexes.size(); in PrivateFindGlobalVariables() local
923 for (size_t i = 0; i < match_count; ++i) { in PrivateFindGlobalVariables()