Home
last modified time | relevance | path

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

12345

/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/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp206 void buildGEPIndexChain(IRBuilder<> &B, Type *Search, Type *Aggregate, in buildGEPIndexChain() argument
210 if (Search == Aggregate) in buildGEPIndexChain()
214 buildGEPIndexChain(B, Search, ST->getTypeAtIndex(0u), Indices); in buildGEPIndexChain()
216 buildGEPIndexChain(B, Search, AT->getElementType(), Indices); in buildGEPIndexChain()
218 buildGEPIndexChain(B, Search, VT->getElementType(), Indices); in buildGEPIndexChain()
236 bool isTypeFirstElementAggregate(Type *Search, Type *Aggregate) { in isTypeFirstElementAggregate() argument
237 if (Search == Aggregate) in isTypeFirstElementAggregate()
240 return isTypeFirstElementAggregate(Search, ST->getTypeAtIndex(0u)); in isTypeFirstElementAggregate()
242 return isTypeFirstElementAggregate(Search, VT->getElementType()); in isTypeFirstElementAggregate()
244 return isTypeFirstElementAggregate(Search, AT->getElementType()); in isTypeFirstElementAggregate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp528 auto Search = PointerTable.find(CI->getPredicate()); in calcPointerHeuristics() local
529 if (Search == PointerTable.end()) in calcPointerHeuristics()
531 setEdgeProbability(BB, Search->second); in calcPointerHeuristics()
996 ProbabilityTable::const_iterator Search; in calcZeroHeuristics() local
1003 Search = ICmpWithLibCallTable.find(CI->getPredicate()); in calcZeroHeuristics()
1004 if (Search == ICmpWithLibCallTable.end()) in calcZeroHeuristics()
1007 Search = ICmpWithZeroTable.find(CI->getPredicate()); in calcZeroHeuristics()
1008 if (Search == ICmpWithZeroTable.end()) in calcZeroHeuristics()
1011 Search = ICmpWithOneTable.find(CI->getPredicate()); in calcZeroHeuristics()
1012 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/contrib/less/
H A Dless.hlp42 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
43 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
48 ^O^N ^On * Search forward for (_N-th) OSC8 hyperlink.
49 ^O^P ^Op * Search backward for (_N-th) OSC8 hyperlink.
55 Search is case-sensitive unless changed with -i or -I.
57 ^N or ! Search for NON-matching lines.
58 ^E or * Search multiple files (pass thru END OF FILE).
62 ^S _n Search for match in _n-th parenthesized subpattern.
135 Search skips current screen.
137 Search starts just after target line.
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in89 Search for an object having the subject name I<arg>.
108 Search for an object having the given issuer name and serial number.
117 Search for an object having the given alias.
121 Search for an object having the given fingerprint.
/freebsd/contrib/lutok/api-docs/html/search/
H A Dsearch.css1 /*---------------- Search Box positioning */
12 /*---------------- Search box styling */
114 /*---------------- Search filter selection */
172 /*---------------- Search results window */
H A Dsearch.js273 this.Search();
315 this.Search = function() method in SearchBox
359 searchResults.Search(searchValue);
483 this.Search = function(search) method in SearchResults
/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.cpp182 bool Search(StringRef S, bool EnsureStartOfWord = false, in Search() function in __anonf81695cf0211::ParseHelper
419 if (!PH.Search("#", true)) in ParseDirective()
438 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true) in ParseDirective()
439 : PH.Search("", true, true))) in ParseDirective()
539 } else if (PP && PH.Search(":")) { in ParseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp221 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/llvm-project/lldb/source/Core/
H A DAddressResolver.cpp30 filter.Search(*this); in ResolveAddress()
H A DSearchFilter.cpp208 void SearchFilter::Search(Searcher &searcher) { in Search() function in SearchFilter
415 void SearchFilterByModule::Search(Searcher &searcher) { in Search() function in SearchFilterByModule
535 void SearchFilterByModuleList::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleList
730 void SearchFilterByModuleListAndCU::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleListAndCU
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp1071 Value *Search, *Needle; in recognizeFindFirstByte() local
1072 if (!match(LoadSearch, m_Load(m_Value(Search))) || in recognizeFindFirstByte()
1096 PHINode *PSearch = dyn_cast<PHINode>(Search); in recognizeFindFirstByte()
1294 PHINode *Search = Builder.CreatePHI(PtrTy, 2, "psearch"); in expandFindFirstByte() local
1297 {Builder.CreatePtrToInt(Search, I64Ty), ISearchEnd}, nullptr, in expandFindFirstByte()
1301 CharVTy, Search, Align(1), PredSearch, Passthru, "search_load_vec"); in expandFindFirstByte()
1362 Builder.CreateGEP(CharTy, Search, ConstVF, "search_next_vec"); in expandFindFirstByte()
1369 Search->addIncoming(SearchStart, BB0); in expandFindFirstByte()
1370 Search->addIncoming(NextSearch, BB5); in expandFindFirstByte()
1374 MatchLCSSA->addIncoming(Search, BB2); in expandFindFirstByte()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h69 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.cpp189 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry() local
192 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
196 if (I == Table.end() || I->Kind != Search.Kind) in getArchEntry()
/freebsd/contrib/tcsh/nls/russian/
H A Dset339 37 Search in history backward for line beginning as current
40 38 Search in history forward for line beginning as current
/freebsd/contrib/openpam/
H A DINSTALL28 Search for additional policies and modules in DIR/etc and
/freebsd/contrib/tcsh/nls/C/
H A Dset339 37 Search in history backward for line beginning as current
40 38 Search in history forward for line beginning as current
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset339 37 Search in history backward for line beginning as current
40 38 Search in history forward for line beginning as current
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake142 * Search for the pattern P in the string T.
160 * Search for the character c in the string T.
/freebsd/crypto/openssh/contrib/
H A DREADME51 Search for all instances of OpenSSL headers and libraries and print their

12345