| /openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
| H A D | io_sel.t | 8 use IO::Select 1.09; 10 my $sel = IO::Select->new(\*STDIN); 37 $sel = IO::Select->new(); 69 @a = IO::Select::select(undef, $sel, undef, 1); 120 IO::Select::has_error(); 127 IO::Select::has_error(); 139 my $sel = IO::Select->new(\*STDIN);
|
| H A D | gh17447.t | 10 use IO::Select; 18 my $select = IO::Select->new();
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.cpp | 218 patterns().addGenericPatterns(options().Select.Generic); in doLoad() 219 patterns().addOffsetPatterns(options().Select.Offsets); in doLoad() 222 patterns().addRequest(options().Select.Elements); in doLoad() 223 patterns().addRequest(options().Select.Lines); in doLoad() 224 patterns().addRequest(options().Select.Scopes); in doLoad() 225 patterns().addRequest(options().Select.Symbols); in doLoad() 226 patterns().addRequest(options().Select.Types); in doLoad()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 272 cl::location(ReaderOptions.Select.IgnoreCase), 280 cl::Hidden, cl::ZeroOrMore, cl::location(ReaderOptions.Select.UseRegex), 474 UpdatePattern(SelectPatterns, ReaderOptions.Select.Generic, in propagateOptions() 475 ReaderOptions.Select.IgnoreCase, ReaderOptions.Select.UseRegex); in propagateOptions() 490 UpdateSet(SelectElements, ReaderOptions.Select.Elements); in propagateOptions() 491 UpdateSet(SelectLines, ReaderOptions.Select.Lines); in propagateOptions() 492 UpdateSet(SelectScopes, ReaderOptions.Select.Scopes); in propagateOptions() 493 UpdateSet(SelectSymbols, ReaderOptions.Select.Symbols); in propagateOptions() 494 UpdateSet(SelectTypes, ReaderOptions.Select.Types); in propagateOptions() 495 UpdateSet(SelectOffsets, ReaderOptions.Select.Offsets); in propagateOptions()
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/ |
| H A D | Socket.pm | 123 require IO::Select; 125 my $sel = IO::Select->new( $sock ); 128 my($r,$w,$e) = IO::Select::select(undef,$sel,$sel,$timeout); 246 require IO::Select; 248 my $sel = IO::Select->new( $sock );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| H A D | Time.pm | 18 use IO::Select; 57 IO::Select->new($me)->can_read($timeout)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| H A D | Multiplexer.pm | 6 use IO::Select; 62 $self->{select} = IO::Select->new; 89 # the time we want to remove them from our IO::Select they
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 319 LVSelect Select; variable 413 BOOL_FUNCTION(Select, IgnoreCase); 414 BOOL_FUNCTION(Select, UseRegex); 415 BOOL_FUNCTION(Select, Execute); 416 BOOL_FUNCTION(Select, GenericKind); 417 BOOL_FUNCTION(Select, GenericPattern); 418 BOOL_FUNCTION(Select, OffsetPattern);
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 46 0x3E Select 69 0x89 System Menu Select 163 0xC2 Weapons Select 410 0x77 Keyboard Select 640 0x2E Ring Select 748 0x62 Closed Caption Select 760 0x6E 3D Mode Select 786 0x88 Media Select Computer 787 0x89 Media Select TV 788 0x8A Media Select WWW [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/ |
| H A D | Cmd.pm | 34 require IO::Select; IO::Select->import(); 582 my $select = IO::Select->new(); 927 my $select = IO::Select->new(); 1450 my $in_sel = IO::Select->new(); 1451 my $out_sel = IO::Select->new(); 1463 my ($ins, $outs) = IO::Select::select($in_sel, $out_sel, undef); 1549 my $selector = IO::Select->new(
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/ |
| H A D | Select.pm | 10 package Pod::Select; 579 my $pod_parser = Pod::Select->new(%defaults);
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-otool.rst | 24 Select slice of universal Mach-O file. 84 Select cpu for disassembly.
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 727 CASE(Select); in Visit() 925 SelectPiece Select(MT_Diff); in VisitDiff() local 926 Select.Options.push_back(&FirstOption); in VisitDiff() 927 Select.Options.push_back(P->Parts[3]); in VisitDiff() 929 VisitSelect(&Select); in VisitDiff() 1069 SelectPiece *Select = New<SelectPiece>(MT_Select); in parseDiagText() local 1072 Select->Options.push_back( in parseDiagText() 1077 Select->Index = parseModifier(Text); in parseDiagText() 1078 Parsed.push_back(Select); in parseDiagText() 1144 SelectPiece *Select = New<SelectPiece>(ModType); in parseDiagText() local [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | piconv.t | 16 use IO::Select; 82 my $sel = IO::Select->new( $out_fh, $err_fh );
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCISelDAGToDAG.cpp | 51 void Select(SDNode *N) override; 170 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelDAGToDAG.cpp | 36 void Select(SDNode *N) override; 89 void R600DAGToDAGISel::Select(SDNode *N) { in Select() function in R600DAGToDAGISel
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUModifierSyntax.rst | 1160 dpp8:[{0..7},{0..7},{0..7},{0..7},{0..7},{0..7},{0..7},{0..7}] Select lanes to read from. 1583 …op_sel:[{0..1},{0..1}] Select operand bits for instructions with 1 source operan… 1584 …op_sel:[{0..1},{0..1},{0..1}] Select operand bits for instructions with 2 source operan… 1585 …op_sel:[{0..1},{0..1},{0..1},{0..1}] Select operand bits for instructions with 3 source operan… 1782 op_sel:[{0..1}] Select operand bits for instructions with 1 source operand. 1783 op_sel:[{0..1},{0..1}] Select operand bits for instructions with 2 source operands. 1784 op_sel:[{0..1},{0..1},{0..1}] Select operand bits for instructions with 3 source operands. 1815 op_sel_hi:[{0..1}] Select operand bits for instructions with 1 source operand. 1816 op_sel_hi:[{0..1},{0..1}] Select operand bits for instructions with 2 source operands. 1817 op_sel_hi:[{0..1},{0..1},{0..1}] Select operand bits for instructions with 3 source operands. [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDeletion.cpp | 201 } else if (auto *Select = dyn_cast<SelectInst>(V)) { in getValueOnFirstIteration() local 203 getValueOnFirstIteration(Select->getCondition(), FirstIterValue, SQ); in getValueOnFirstIteration() 205 auto *Selected = C->isAllOnesValue() ? Select->getTrueValue() in getValueOnFirstIteration() 206 : Select->getFalseValue(); in getValueOnFirstIteration()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | SelectHelper.h | 50 lldb_private::Status Select();
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 165 Select, enumerator 355 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.h | 39 void Select(SDNode *Node) override;
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | sysv4.opt | 25 Select ABI calling convention 29 Select method for sdata handling
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl08.rst | 95 amdfam10 - Select the amdfam10 processor. 96 athlon - Select the athlon processor. 97 athlon-4 - Select the athlon-4 processor.
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk16 | 156 IO::Select 3p lib/IO/Select.pm \ 188 Pod::Select 3p lib/Pod/Select.pm \
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 261 error = select_helper.Select(); in ReadWithTimeout() 292 error = select_helper.Select(); in Write()
|