Searched defs:num_matches (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp63 uint32_t num_matches = line_matches.size(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRegularExpression.h80 const size_t num_matches = m_matches.size(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp126 size_t num_matches = matches.GetSize(); local
H A DCommandCompletions.cpp451 const size_t num_matches = g_property_names.AutoComplete (partial_setting_name, matches, exact_matches_idx); local
466 const uint32_t num_matches = PluginManager::AutoCompletePlatformName(partial_name, matches); local
480 const uint32_t num_matches = ArchSpec::AutoComplete (partial_name, matches); local
H A DCommandObjectFrame.cpp432 size_t num_matches = 0; local
H A DCommandObjectMultiword.cpp67 int num_matches = CommandObject::AddNamesMatchingPartialString (m_subcommand_dict, sub_cmd, *matches); local
H A DCommandObjectSource.cpp457 size_t num_matches = 0; local
487 size_t num_matches = 0; local
531 size_t num_matches = FindMatchingFunctions (target, name, sc_list); local
673 uint32_t num_matches = sc_list.GetSize(); local
770 size_t num_matches = 0; local
[all...]
H A DCommandObjectProcess.cpp416 const size_t num_matches = process_infos.GetSize(); local
H A DCommandObjectPlatform.cpp1885 const uint32_t num_matches = process_infos.GetSize(); local
/freebsd-10-stable/usr.bin/systat/
H A Ddevs.c92 int num_matches = 0; variable
/freebsd-10-stable/contrib/gdb/gdb/
H A Dinterps.c423 int num_matches; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp124 uint32_t num_matches = 0; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp319 size_t num_matches = 0; local
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h110 u_int32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io32
/freebsd-10-stable/sys/sys/
H A Dpciio.h97 u_int32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp401 const size_t num_matches = symtab->FindAllSymbolsWithNameAndType(ConstString(name), symbol_type, matching_symbol_indexes); local
556 const uint32_t num_matches = module_sp->FindTypes (sc, local
H A DSBThread.cpp887 const uint32_t num_matches = frame_sc.comp_unit->ResolveSymbolContext (step_file_spec, local
H A DSBTarget.cpp2219 uint32_t num_matches = images.FindTypes (sc, local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp291 size_t num_matches = executable_ptr->FindFunctions (main_name, local
354 size_t num_matches = target->GetImages().ResolveSymbolContextForFilePath (file_spec.GetFilename().AsCString(), local
H A DModule.cpp776 const size_t num_matches = symbol_indexes.size(); local
887 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list); local
901 size_t num_matches = 0; local
[all...]
/freebsd-10-stable/usr.sbin/iostat/
H A Diostat.c185 int num_matches = 0; local
/freebsd-10-stable/sys/dev/pci/
H A Dpci_user.c108 pci_conf_match(struct pci_match_conf *matches, int num_matches, argument
262 uint32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io32
281 pci_conf_match_old(struct pci_match_conf_old *matches, int num_matches, argument
345 pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, struct pci_conf *match_buf) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp627 const uint32_t num_matches = sc_list.GetSize(); local
/freebsd-10-stable/lib/libdevstat/
H A Ddevstat.c545 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, int *num_selections, long *select_generation, long current_generation, struct devstat *devices, int numdevs, struct devstat_match *matches, int num_matches, char **dev_selections, int num_dev_selections, devstat_select_mode select_mode, int maxshowdevs, int perf_select) argument
1023 devstat_buildmatch(char *match_str, struct devstat_match **matches, int *num_matches) argument
[all...]
/freebsd-10-stable/usr.bin/vmstat/
H A Dvmstat.c121 static int num_matches = 0; variable

Completed in 193 milliseconds

12