Home
last modified time | relevance | path

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

12345678910

/freebsd-11-stable/contrib/gperf/
HDChangeLog400 * src/search.h (Search::init_selchars_tuple,
401 Search::count_duplicates_tuple): Add alpha_unify argument.
402 (Search::count_duplicates_tuple): New method declaration.
403 * src/search.cc (Search::init_selchars_tuple,
404 Search::count_duplicates_tuple): Add alpha_unify argument.
405 (Search::find_positions): Update.
406 (Search::count_duplicates_tuple): New method.
407 (Search::count_duplicates_multiset): Free temp alpha_unify vector.
408 (Search::find_alpha_inc): Call count_duplicates_tuple.
414 (Search::find_alpha_inc, Search::count_possible_collisions,
[all …]
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
HDdmnames.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-11-stable/contrib/gperf/src/
HDsearch.cc129 Search::Search (KeywordExt_List *list) in Search() function in Search
135 Search::prepare () in prepare()
190 Search::compute_alpha_size () const in compute_alpha_size()
198 Search::compute_alpha_unify () const in compute_alpha_unify()
218 Search::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) const in init_selchars_tuple()
226 Search::delete_selchars () const in delete_selchars()
237 Search::count_duplicates_tuple (const Positions& positions, const unsigned int *alpha_unify) const in count_duplicates_tuple()
263 Search::find_positions () in find_positions()
490 Search::count_duplicates_tuple () const in count_duplicates_tuple()
502 Search::compute_alpha_size (const unsigned int *alpha_inc) const in compute_alpha_size()
[all …]
HDsearch.h35 class Search
38 Search (KeywordExt_List *list);
39 ~Search ();
HDmain.cc78 Search searcher (list); in main()
/freebsd-11-stable/contrib/dialog/samples/
HDsourcemage.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
HDslackware.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
HDwhiptail.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
HDdebian.rc70 # Search box color
73 # Search box title color
76 # Search box border color
139 # Search box border2 color
HDsuse.rc69 # Search box color
72 # Search box title color
75 # Search box border color
138 # Search box border2 color
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDSearchFilter.h156 virtual void Search(Searcher &searcher);
334 void Search(Searcher &searcher) override;
385 void Search(Searcher &searcher) override;
425 void Search(Searcher &searcher) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDDeltaAlgorithm.cpp55 if (Search(Changes, Sets, Res)) in Delta()
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() function in DeltaAlgorithm
HDTargetParser.cpp108 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry() local
110 auto I = std::lower_bound(Table.begin(), Table.end(), Search, in getArchEntry()
/freebsd-11-stable/contrib/dialog/po/
HDcy.po110 msgid "Search"
111 msgstr "Search"
HDuk.po112 msgid "Search"
113 msgstr "Search"
/freebsd-11-stable/contrib/less/
HDless.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).
123 Search skips current screen.
125 Search starts just after target line.
211 Search file as each pattern character is typed in.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMParallelDSP.cpp225 bool Search(Value *V, BasicBlock *BB, Reduction &R);
440 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search() function in ARMParallelDSP
464 bool ValidLHS = Search(LHS, BB, R); in Search()
465 bool ValidRHS = Search(RHS, BB, R); in Search()
478 return Search(I->getOperand(0), BB, R); in Search()
534 if (!Search(&I, &BB, R)) in MatchSMLAD()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDAddressResolver.cpp30 filter.Search(*this); in ResolveAddress()
HDSearchFilter.cpp204 void SearchFilter::Search(Searcher &searcher) { in Search() function in SearchFilter
427 void SearchFilterByModule::Search(Searcher &searcher) { in Search() function in SearchFilterByModule
556 void SearchFilterByModuleList::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleList
756 void SearchFilterByModuleListAndCU::Search(Searcher &searcher) { in Search() function in SearchFilterByModuleListAndCU
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDLanguageRuntime.cpp44 void ExceptionSearchFilter::Search(Searcher &searcher) { in Search() function in ExceptionSearchFilter
47 m_filter_sp->Search(searcher); in Search()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDeltaAlgorithm.h68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.cpp363 llvm::StringRef Search; member in __anond4c11b710111::TypeSubstitutor
367 void reset(llvm::StringRef Mangled, llvm::StringRef Search, in reset() argument
370 this->Search = Search; in reset()
375 trySubstitute(Search, Replace); in parseType()
/freebsd-11-stable/contrib/groff/src/devices/grops/
HDTODO19 Search for downloadable fonts using their PostScript names if not
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandCompletions.cpp397 filter->Search(*this); in DoCompletion()
462 filter->Search(*this); in DoCompletion()
506 filter->Search(*this); in DoCompletion()
/freebsd-11-stable/contrib/gcc/
HDtree-browser.def86 DEFTBCODE (TB_SEARCH_CODE, "sc", "Search a node having a TREE_CODE given as a parameter.")
87 DEFTBCODE (TB_SEARCH_NAME, "sn", "Search an identifier having a name given as a parameter.")

12345678910