Searched refs:exact_match (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h59 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
H A Dparser.y239 get_key(bdaddr_p bdaddr, int exact_match)
247 if (!exact_match)
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h65 bool exact_match);
71 bool exact_match);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp227 bool exact_match)
237 return RemoveMismatchedTypes (type_scope, type_basename, type_class, exact_match);
244 bool exact_match)
282 if (exact_match || (type_scope_size == match_type_scope_size))
226 RemoveMismatchedTypes(const char *qualified_typename, bool exact_match) argument
241 RemoveMismatchedTypes(const std::string &type_scope, const std::string &type_basename, TypeClass type_class, bool exact_match) argument
/freebsd-10.0-release/lib/libc/stdlib/
H A Dgetopt_long.c200 int i, match, exact_match, second_partial_match; local
220 exact_match = 0;
241 exact_match = 1;
260 if (!exact_match && second_partial_match) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp120 const bool exact_match = true; local
130 exact_match,
142 exact_match,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DArchSpec.h393 IsEqualTo (const ArchSpec& rhs, bool exact_match) const;
H A DModule.h418 /// narrow down the search results. If "exact_match" is true, then
420 /// "exact_match" is false, the type will match as long as the base
438 /// @param[in] exact_match
454 bool exact_match,
461 bool exact_match);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp503 const bool exact_match = false; local
506 sb_type = SBType (module_sp->FindFirstType(sc, name, exact_match));
533 const bool exact_match = false; local
537 exact_match,
H A DSBTarget.cpp2115 const bool exact_match = false; local
2124 TypeSP type_sp (module_sp->FindFirstType(sc, const_typename, exact_match));
2184 bool exact_match = false; local
2190 exact_match,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp117 const bool exact_match = true; local
123 exact_match,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp738 ArchSpec::IsEqualTo (const ArchSpec& rhs, bool exact_match) const
746 const bool core_match = cores_match (lhs_core, rhs_core, true, exact_match);
757 if (exact_match)
777 if (exact_match)
H A DModule.cpp787 bool exact_match)
790 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list);
800 bool exact_match,
820 exact_match = true;
825 types.RemoveMismatchedTypes (type_scope, type_basename, type_class, exact_match);
785 FindFirstType(const SymbolContext& sc, const ConstString &name, bool exact_match) argument
798 FindTypes(const SymbolContext& sc, const ConstString &name, bool exact_match, size_t max_matches, TypeList& types) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp405 const bool exact_match = false; local
510 exact_match,
519 exact_match,
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-bootmem.c293 * @param exact_match
300 static int __cvmx_bootmem_check_version(int exact_match) argument
308 if ((major_version > 3) || (exact_match && major_version != exact_match))
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsymtab.c2135 find_line_symtab (struct symtab *symtab, int line, int *index, int *exact_match)
2206 if (exact_match)
2207 *exact_match = exact;
2285 int *exact_match)
2310 *exact_match = 1;
2323 *exact_match = 0;
2129 find_line_symtab(struct symtab *symtab, int line, int *index, int *exact_match) argument
2277 find_line_common(struct linetable *l, int lineno, int *exact_match) argument
/freebsd-10.0-release/contrib/gcc/
H A Dregrename.c437 int exact_match = (regno == this_regno && nregs == this_nregs); local
448 gcc_assert (exact_match);
470 if (action != terminate_overlapping_read || ! exact_match)
479 && exact_match)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp268 bool exact_match = false; local
269 module_list.FindTypes (null_sc, name, exact_match, UINT32_MAX, types);
678 const bool exact_match = false; local
683 m_target->GetImages().FindTypes(null_sc, name, exact_match, 1, types);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp940 bool exact_match = (m_alias_dict.find(cmd) != m_alias_dict.end()); local
941 if (exact_match)
944 return exact_match;
/freebsd-10.0-release/sys/dev/bxe/
H A Decore_sp.c3589 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link,
3702 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs))
3720 &o->registry.exact_match.macs);
3723 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs,
3728 ECORE_LIST_INIT(&o->registry.exact_match.macs);
3816 return o->registry.exact_match.num_macs_set;
3827 o->registry.exact_match.num_macs_set = n;
3970 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs);
H A Decore_sp.h993 } exact_match; member in union:ecore_mcast_obj::__anon7691
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h597 __u8 exact_match:1; member in struct:cpl_pass_accept_req
599 __u8 exact_match:1; member in struct:cpl_pass_accept_req

Completed in 608 milliseconds