Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/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-14.2/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.equals(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.equals(Search)) in getBestGuess()
50 unsigned Distance = NoPrefix.edit_distance(Search); in getBestGuess()
/freebsd-14.2/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 Dwhiptail.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 Dslackware.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
/freebsd-14.2/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
1008 if (Search == ICmpWithLibCallTable.end()) in calcZeroHeuristics()
1012 if (Search == ICmpWithZeroTable.end()) in calcZeroHeuristics()
1016 if (Search == ICmpWithOneTable.end()) in calcZeroHeuristics()
1020 if (Search == ICmpWithMinusOneTable.end()) in calcZeroHeuristics()
1026 setEdgeProbability(BB, Search->second); in calcZeroHeuristics()
1049 if (Search == FCmpTable.end()) in calcFloatingPointHeuristics()
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/dialog/po/
H A Duk.po112 msgid "Search"
113 msgstr "Search"
H A Dcy.po110 msgid "Search"
111 msgstr "Search"
H A Dmg.po109 msgid "Search"
H A Dth.po111 msgid "Search"
H A Det.po109 msgid "Search"
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp89 const HeaderSearch &Search; member in __anonbd5fa31b0111::MissingFileCollector
93 MissingFileCollector(llvm::StringSet<> &Out, const HeaderSearch &Search, in MissingFileCollector() argument
95 : Out(Out), Search(Search), SM(SM) {} in MissingFileCollector()
131 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(), in InclusionDirective()
132 Search.search_dir_end())) { in InclusionDirective()
H A DVerifyDiagnosticConsumer.cpp181 bool Search(StringRef S, bool EnsureStartOfWord = false, in Search() function in __anon2ed152050211::ParseHelper
411 if (!PH.Search("#", true)) in ParseDirective()
430 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true) in ParseDirective()
431 : PH.Search("", true, true))) in ParseDirective()
526 } else if (PP && PH.Search(":")) { in ParseDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp220 bool Search(Value *V, BasicBlock *BB, Reduction &R);
426 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search() function in ARMParallelDSP
450 bool ValidLHS = Search(LHS, BB, R); in Search()
451 bool ValidRHS = Search(RHS, BB, R); in Search()
468 return Search(I->getOperand(0), BB, R); in Search()
524 if (!Search(&I, &BB, R)) in MatchSMLAD()
/freebsd-14.2/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.
49 ^N or ! Search for NON-matching lines.
50 ^E or * Search multiple files (pass thru END OF FILE).
54 ^S _n Search for match in _n-th parenthesized subpattern.
125 Search skips current screen.
127 Search starts just after target line.
221 Search file as each pattern character is typed in.
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp133 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry() local
136 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
140 if (I == Table.end() || I->Kind != Search.Kind) in getArchEntry()

1234567