Searched refs:match_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dformat.c123 int match_count; local
139 match_count = 0;
252 match_count = 1;
257 matching_vector[match_count] = temp;
259 match_count++;
285 if (match_count == 0)
292 match_count = 1;
296 match_count = ar_match_index - _bfd_target_vector_entries;
298 if (matching && match_count > 1)
301 sizeof (*matching_vector) * match_count);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp167 const size_t match_count = matches.GetSize(); local
168 for (size_t i = 0; i < match_count; i++)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp448 uint32_t match_count = 0; local
452 match_count = Platform::FindProcesses (match_info, process_infos);
458 match_count = m_remote_platform_sp->FindProcesses (match_info, process_infos);
460 return match_count;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dar.c155 int match_count;
177 match_count = 0;
191 ++match_count;
193 && match_count != counted_name_counter)
1022 int match_count;
1040 match_count = 0;
1047 ++match_count;
1049 && match_count != counted_name_counter)
153 int match_count; local
1019 int match_count; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp464 const uint32_t match_count = module_sp->FindGlobalVariables (ConstString (name), local
470 if (match_count > 0)
472 for (uint32_t i=0; i<match_count; ++i)
H A DSBTarget.cpp2252 const uint32_t match_count = target_sp->GetImages().FindGlobalVariables (ConstString (name), local
2257 if (match_count > 0)
2262 for (uint32_t i=0; i<match_count; ++i)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp629 uint32_t match_count = 0; local
631 match_count = Host::FindProcesses (match_info, process_infos);
632 return match_count;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp1161 uint32_t match_count = 0; local
1166 ++match_count;
1168 return match_count;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp875 const size_t match_count = indexes.size(); local
876 for (size_t i=0; i<match_count; ++i)

Completed in 177 milliseconds