Searched refs:num_matches (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp147 uint32_t num_matches = 0; local
167 if (num_lines > 0 && num_matches > num_lines)
174 if (num_matches > 0)
183 num_matches++;
186 return num_matches;
202 uint32_t num_matches = 0; local
239 num_matches++;
240 if (num_lines > 0 && num_matches > num_lines)
244 if (num_matches > 0)
267 return num_matches;
278 uint32_t num_matches = 0; local
302 size_t num_matches = 0; local
386 size_t num_matches = sc_list_funcs.GetSize(); local
1110 size_t num_matches = 0; variable
[all...]
H A DCommandObjectTarget.cpp1319 uint32_t num_matches = 0; local
1322 num_matches = module->ResolveSymbolContextsForFileSpec(
1343 return num_matches;
1603 uint32_t num_matches = 0; local
1606 num_matches = symtab->AppendSymbolIndexesMatchingRegExAndType(
1609 num_matches =
1613 if (num_matches > 0) {
1615 strm.Printf("%u symbols match %s'%s' in ", num_matches,
1623 for (uint32_t i = 0; i < num_matches; ++i) {
1655 return num_matches;
1686 size_t num_matches = 0; local
1730 const uint64_t num_matches = type_list.GetSize(); local
1813 const uint32_t num_matches = module->ResolveSymbolContextsForFileSpec( local
1861 const size_t num_matches = module_list.GetSize(); local
2113 const size_t num_matches = variable
2202 const size_t num_matches = variable
2335 const size_t num_matches = variable
2414 const size_t num_matches = variable
2641 const size_t num_matches = variable
2981 const size_t num_matches = FindModulesByName( variable
3006 const size_t num_matches = matching_modules.GetSize(); variable
3312 const size_t num_matches = FindModulesByName( variable
4206 const size_t num_matches = variable
[all...]
H A DCommandObjectHelp.cpp139 size_t num_matches = matches.GetSize(); local
140 for (size_t match_idx = 0; match_idx < num_matches; match_idx++) {
H A DCommandObjectMultiword.cpp59 int num_matches = local
62 if (num_matches == 1) {
/freebsd-current/sys/dev/pci/
H A Dpci_user.c99 u_int32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io32
148 * structures. The first argument, 'matches', is an array of num_matches
154 pci_conf_match_native(struct pci_match_conf *matches, int num_matches, argument
159 if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0))
162 for (i = 0; i < num_matches; i++) {
220 pci_conf_match32(struct pci_match_conf32 *matches, int num_matches, argument
225 if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0))
228 for (i = 0; i < num_matches; i++) {
377 pci_conf_match_old(struct pci_match_conf_old *matches, int num_matches, argument
382 if ((matches == NULL) || (match_buf == NULL) || (num_matches <
441 pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, struct pci_conf *match_buf) argument
519 pci_conf_match(u_long cmd, struct pci_match_conf *matches, int num_matches, struct pci_conf *match_buf) argument
[all...]
/freebsd-current/usr.bin/systat/
H A Ddevs.c90 static int num_matches = 0; variable
186 (last_type ==DS_MATCHTYPE_PATTERN) ? num_matches : 0,
247 if (num_matches > 0) {
250 num_matches = 0;
254 if (devstat_buildmatch(tstr[i], &matches, &num_matches) != 0) {
265 s1->dinfo->devices, num_devices, matches, num_matches,
/freebsd-current/lib/libdevstat/
H A Ddevstat.h163 int num_matches, char **dev_selections,
167 int *num_matches);
H A Ddevstat.c513 * - number of device type matching expressions (num_matches)
553 int numdevs, struct devstat_match *matches, int num_matches,
735 for (i = 0; (i < num_matches) && (*num_selected < maxshowdevs); i++) {
1034 int *num_matches)
1066 if (*num_matches == 0)
1070 sizeof(struct devstat_match) * (*num_matches + 1));
1079 bzero(&matches[0][*num_matches], sizeof(struct devstat_match));
1126 if (((*matches)[*num_matches].match_fields &
1140 (*matches)[*num_matches].match_fields |=
1142 (*matches)[*num_matches]
550 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
1033 devstat_buildmatch(char *match_str, struct devstat_match **matches, int *num_matches) argument
[all...]
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_cam.c76 ccb.cdm.num_matches = 0;
110 if (ccb.cdm.num_matches != 1 ||
150 ccb.cdm.num_matches = 0;
188 if (ccb.cdm.num_matches == 0) {
192 if (ccb.cdm.num_matches != 1) {
194 ccb.cdm.num_matches);
415 ccb.cdm.num_matches = 0;
460 if (ccb.cdm.num_matches == 0) {
468 for (i = 0; i < ccb.cdm.num_matches; i++) {
484 disks = calloc(ccb.cdm.num_matches, sizeo
[all...]
/freebsd-current/usr.bin/iscsictl/
H A Dperiphs.c97 ccb.cdm.num_matches = 0;
131 for (i = 0; i < ccb.cdm.num_matches; i++) {
/freebsd-current/usr.sbin/iostat/
H A Diostat.c186 int num_matches = 0; local
245 &num_matches) != 0)
366 if ((num_devices_specified == 0) && (num_matches == 0))
379 num_matches, specified_devices,
537 num_matches,
574 num_matches,
/freebsd-current/sys/sys/
H A Dpciio.h97 u_int32_t num_matches; /* number of matches returned */ member in struct:pci_conf_io
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp106 uint32_t num_matches = line_matches.size(); local
107 for (uint32_t i = 0; i < num_matches; i++) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp463 uint32_t num_matches = 0; local
466 if (num_matches >= max_matches)
467 return num_matches;
470 ++num_matches;
473 return num_matches;
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp478 size_t num_matches = local
485 if (num_matches != 0) {
486 if (num_matches > 1) {
H A DModule.cpp892 const size_t num_matches = symbol_indexes.size(); local
893 if (num_matches) {
901 for (size_t i = 0; i < num_matches; ++i) {
923 for (size_t i = start_size; i < num_matches; ++i) {
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp340 const size_t num_matches = matching_symbol_indexes.size(); local
341 if (num_matches) {
345 for (size_t i = 0; i < num_matches; ++i) {
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c98 static int num_matches, num_selected, num_selections; variable
261 if (devstat_buildmatch(optarg, &matches, &num_matches)
444 if ((num_devices_specified == 0) && (num_matches == 0)) {
445 if (devstat_buildmatch(da, &matches, &num_matches) != 0)
458 num_devices, matches, num_matches, specified_devices,
730 num_devices, matches, num_matches,
/freebsd-current/tools/tools/dmardump/
H A Ddmardump.c89 pc.num_matches == 0)
/freebsd-current/tools/tools/pciroms/
H A Dpciroms.c206 for (p = devs ; p < &devs[pc.num_matches]; p++) {
/freebsd-current/lib/libcam/
H A Dcamlib.c303 ccb.cdm.num_matches = 0;
361 if (ccb.cdm.num_matches == 0) {
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp172 size_t num_matches = sc_list.GetSize();
173 if (num_matches == 0 || !sc_list[0].symbol) {
/freebsd-current/sys/cam/
H A Dcam_xpt.c1619 spaceleft = cdm->match_buf_len - (cdm->num_matches *
1638 j = cdm->num_matches;
1639 cdm->num_matches++;
1752 spaceleft = cdm->match_buf_len - (cdm->num_matches *
1778 j = cdm->num_matches;
1779 cdm->num_matches++;
1865 spaceleft = cdm->match_buf_len - (cdm->num_matches *
1896 j = cdm->num_matches;
1897 cdm->num_matches++;
1921 cdm->num_matches
[all...]
H A Dcam_compat.c392 for (i = 0; i < ccb->cdm.num_matches; i++) {
/freebsd-current/usr.sbin/pciconf/
H A Dpciconf.c261 for (p = conf; p < &conf[pc.num_matches]; p++) {
958 if (pc.num_matches == 0)

Completed in 328 milliseconds

12