Searched refs:Search (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmnames.c298 ACPI_PARSE_OBJECT *Search; local
338 /* Search upwards in the tree to find scope with "prev" as its parent */
340 Search = Op;
343 if (Search->Common.Parent == Prev)
350 Search = Search->Common.Parent;
355 OpInfo = AcpiPsGetOpcodeInfo (Search->Common.AmlOpcode);
386 Name = AcpiPsGetName (Search);
394 Prev = Search;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py411 # The regexp compilation caching is inlined in both Match and Search for
419 def Search(pattern, s): function
1423 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
1782 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
1786 if Search(r'printf\s*\(.*".*%\d+\$', line):
1793 if Search(r'("|\').*\\(%|\[|\(|{)', line):
1800 if Search(r'\b(const|volatile|void|char|short|int|long'
1816 if Search(r'(\w+|[+-]?\d+(\.\d*)?)\s*(<|>)\?=?\s*(\w+|[+-]?\d+)(\.\d*)?',
1821 if Search(r'^\s*const\s*string\s*&\s*\w+\s*;', line):
1876 match = Search(patter
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, argument
23 if (Item.equals_lower(Search)) {
24 assert(!Item.equals(Search) && "This should be handled earlier on.");
29 unsigned Distance = Item.edit_distance(Search);
43 if (NoPrefix.equals_lower(Search)) {
44 if (NoPrefix.equals(Search))
50 unsigned Distance = NoPrefix.edit_distance(Search);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h62 /// Search - Search for a subset (or subsets) in \p Sets which can be
68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DDeltaAlgorithm.cpp55 if (Search(Changes, Sets, Res))
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, function in class:DeltaAlgorithm
H A DTargetParser.cpp120 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; local
123 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) {
/netbsd-current/bin/ksh/
H A Dtable.c115 Search:
126 goto Search;
H A Dexec.c785 * Search function tables for a function. If create set, a table entry
907 goto Search;
949 Search:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp92 const HeaderSearch &Search; member in class:__anon634::MissingFileCollector
96 MissingFileCollector(llvm::StringSet<> &Out, const HeaderSearch &Search, argument
98 : Out(Out), Search(Search), SM(SM) {}
134 IsAngled ? Search.angled_dir_begin() : Search.search_dir_begin(),
135 Search.search_dir_end())) {
H A DVerifyDiagnosticConsumer.cpp183 bool Search(StringRef S, bool EnsureStartOfWord = false, function in class:__anon647::ParseHelper
413 if (!PH.Search("#", true))
428 // Search for the initial directive token.
432 if (!(Prefixes.size() == 1 ? PH.Search(*Prefixes.begin(), true, true)
433 : PH.Search("", true, true)))
529 } else if (PP && PH.Search(":")) {
620 // Search for token: }}
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp225 bool Search(Value *V, BasicBlock *BB, Reduction &R);
436 // Search recursively back through the operands to find a tree of values that
440 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { function in class:ARMParallelDSP
464 bool ValidLHS = Search(LHS, BB, R);
465 bool ValidRHS = Search(RHS, BB, R);
478 return Search(I->getOperand(0), BB, R);
534 if (!Search(&I, &BB, R))
H A DARMLowOverheadLoops.cpp129 std::function<void(MachineBasicBlock*)> Search = [this, &Search] local
138 Search(Succ);
149 Search(ML.getHeader());
711 // Search backwards for a def, until we get to InsertBB.
1211 // Search the given block for a loop start instruction. If one isn't found,
1225 // Search the preheader for the start intrinsic.
/netbsd-current/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js204 this.keyTimeout = setTimeout(this.name + '.Search()',
263 this.Search();
305 this.Search = function()
384 if (searchField.value == this.searchLabel) // clear "Search" term upon entry
406 // The number of matches from the last run of <Search()>.
469 this.Search = function(search)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc172 // Search for matching files.
/netbsd-current/usr.bin/make/unit-tests/
H A Dcheck-expect.lua16 Search the following 'expect:' comments from the top of the .exp
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dmake_vms.com74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dmake_vms.com74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dmake_vms.com74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dmake_vms.com74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
/netbsd-current/common/dist/zlib/
H A Dmake_vms.com74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dparallel3.s93 (r6, r7) = Search r0 (LE)|| r5 = [p0--];
H A Dvector.s129 (r6, r7) = Search r0 (LE);
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest052-memberof198 echo "Search the entire database..."
199 echo "# Search the entire database..." >> $SEARCHOUT
/netbsd-current/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm345 Search path for ModuleName.a archives.
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1300 const Record *Search = nullptr) {
1301 if (!Search)
1302 Search = &Arg;
1305 llvm::StringRef ArgName = Search->getName();
1356 // Search in reverse order so that the most-derived type is handled first.
1357 ArrayRef<std::pair<Record*, SMRange>> Bases = Search->getSuperClasses();

Completed in 574 milliseconds

12