Home
last modified time | relevance | path

Searched refs:Search (Results 1 – 25 of 168) sorted by relevance

1234567

/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c406 ACPI_PARSE_OBJECT *Search; in AcpiDmDisplayPath() local
448 Search = Op; in AcpiDmDisplayPath()
451 if (Search->Common.Parent == Prev) in AcpiDmDisplayPath()
458 Search = Search->Common.Parent; in AcpiDmDisplayPath()
463 OpInfo = AcpiPsGetOpcodeInfo (Search->Common.AmlOpcode); in AcpiDmDisplayPath()
494 Name = AcpiPsGetName (Search); in AcpiDmDisplayPath()
502 Prev = Search; in AcpiDmDisplayPath()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, in getBestGuess() argument
23 if (Item.equals_insensitive(Search)) { in getBestGuess()
24 assert(Item != Search && "This should be handled earlier on."); in getBestGuess()
29 unsigned Distance = Item.edit_distance(Search); in getBestGuess()
43 if (NoPrefix.equals_insensitive(Search)) { in getBestGuess()
44 if (NoPrefix == Search) in getBestGuess()
50 unsigned Distance = NoPrefix.edit_distance(Search); in getBestGuess()
/freebsd/contrib/dialog/samples/
H A Dsourcemage.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
H A Ddebian.rc70 # Search box color
73 # Search box title color
76 # Search box border color
139 # Search box border2 color
H A Dslackware.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
H A Dsuse.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
H A Dwhiptail.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp532 auto Search = PointerTable.find(CI->getPredicate()); in calcPointerHeuristics() local
533 if (Search == PointerTable.end()) in calcPointerHeuristics()
535 setEdgeProbability(BB, Search->second); in calcPointerHeuristics()
1000 ProbabilityTable::const_iterator Search; in calcZeroHeuristics() local
1007 Search = ICmpWithLibCallTable.find(CI->getPredicate()); in calcZeroHeuristics()
1008 if (Search == ICmpWithLibCallTable.end()) in calcZeroHeuristics()
1011 Search = ICmpWithZeroTable.find(CI->getPredicate()); in calcZeroHeuristics()
1012 if (Search == ICmpWithZeroTable.end()) in calcZeroHeuristics()
1015 Search = ICmpWithOneTable.find(CI->getPredicate()); in calcZeroHeuristics()
1016 if (Search == ICmpWithOneTable.end()) in calcZeroHeuristics()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h166 virtual void Search(Searcher &searcher);
340 void Search(Searcher &searcher) override;
387 void Search(Searcher &searcher) override;
426 void Search(Searcher &searcher) override;
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in87 Search for an object having the subject name I<arg>.
106 Search for an object having the given issuer name and serial number.
115 Search for an object having the given alias.
119 Search for an object having the given fingerprint.
/freebsd/contrib/dialog/po/
H A Dcy.po110 msgid "Search"
111 msgstr "Search"
H A Duk.po112 msgid "Search"
113 msgstr "Search"
H A Det.po109 msgid "Search"
H A Dmg.po109 msgid "Search"
H A Dth.po111 msgid "Search"
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp54 if (Search(Changes, Sets, Res)) in Delta()
67 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() function in DeltaAlgorithm
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp90 const HeaderSearch &Search; member in __anon90aee0a50111::MissingFileCollector
94 MissingFileCollector(llvm::StringSet<> &Out, const HeaderSearch &Search, in MissingFileCollector() argument
96 : Out(Out), Search(Search), SM(SM) {} in MissingFileCollector()
133 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(), in InclusionDirective()
134 Search.search_dir_end())) { in InclusionDirective()
H A DVerifyDiagnosticConsumer.cpp181 bool Search(StringRef S, bool EnsureStartOfWord = false, in Search() function in __anonf81695cf0211::ParseHelper
417 if (!PH.Search("#", true)) in ParseDirective()
436 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true) in ParseDirective()
437 : PH.Search("", true, true))) in ParseDirective()
531 } else if (PP && PH.Search(":")) { in ParseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp222 bool Search(Value *V, BasicBlock *BB, Reduction &R);
428 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search() function in ARMParallelDSP
452 bool ValidLHS = Search(LHS, BB, R); in Search()
453 bool ValidRHS = Search(RHS, BB, R); in Search()
470 return Search(I->getOperand(0), BB, R); in Search()
526 if (!Search(&I, &BB, R)) in MatchSMLAD()
/freebsd/contrib/less/
H A Dless.hlp38 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
39 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
44 ^O^N ^On * Search forward for (_N-th) OSC8 hyperlink.
45 ^O^P ^Op * Search backward for (_N-th) OSC8 hyperlink.
52 ^N or ! Search for NON-matching lines.
53 ^E or * Search multiple files (pass thru END OF FILE).
57 ^S _n Search for match in _n-th parenthesized subpattern.
130 Search skips current screen.
132 Search starts just after target line.
227 Search fil
[all...]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressResolver.cpp30 filter.Search(*this); in ResolveAddress()
H A DSearchFilter.cpp204 void SearchFilter::Search(Searcher &searcher) { in Search() function in SearchFilter
411 void SearchFilterByModule::Search(Searcher &searcher) { in Search() function in SearchFilterByModule
529 void SearchFilterByModuleList::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleList
723 void SearchFilterByModuleListAndCU::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleListAndCU
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp44 void ExceptionSearchFilter::Search(Searcher &searcher) { in Search() function in ExceptionSearchFilter
47 m_filter_sp->Search(searcher); in Search()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp140 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry() local
143 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
147 if (I == Table.end() || I->Kind != Search.Kind) in getArchEntry()

1234567