Home
last modified time | relevance | path

Searched refs:Select (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp221 patterns().addGenericPatterns(options().Select.Generic); in doLoad()
222 patterns().addOffsetPatterns(options().Select.Offsets); in doLoad()
225 patterns().addRequest(options().Select.Elements); in doLoad()
226 patterns().addRequest(options().Select.Lines); in doLoad()
227 patterns().addRequest(options().Select.Scopes); in doLoad()
228 patterns().addRequest(options().Select.Symbols); in doLoad()
229 patterns().addRequest(options().Select.Types); in doLoad()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp272 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()
/freebsd/usr.sbin/bsdconfig/include/
H A Dtcp.hlp23 "media 10base5/AUI" - Select the AUI port.
24 "media 10baseT/UTP" - Select the twisted pair port.
25 "media 10base2/BNC" - Select the BNC connector.
26 "media 100baseTX" - Select 100BaseT on a 100/10 dual adaptor.
/freebsd/share/misc/
H A Dusb_hid_usages36 0x3E Select
55 0x89 System Menu Select
123 0xC2 Weapons Select
352 0x77 Keyboard Select
564 0x2E Ring Select
652 0x89 Media Select TV
689 0xBA Select DisC
721 0xF0 Speed Select
848 0x21E AC Select All
936 0x276 AC Select Row
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A DKconfig38 Select this option will enable support for 8851BE chipset
49 Select this option will enable support for 8852AE chipset
60 Select this option will enable support for 8852BE chipset
71 Select this option will enable support for 8852CE chipset
/freebsd/usr.sbin/bsdconfig/timezone/include/
H A Dmessages.subr67 msg_select_country="Select a country"
68 msg_select_island_or_group="Select an island or group"
69 msg_select_local_or_utc="Select local or UTC (Greenwhich Mean Time) clock"
70 msg_select_region="Select a region"
71 msg_select_zone="Select a zone which observes the same time as your locality."
/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr37 msg_all_desc="Select all directives"
38 msg_all_help="Select all displayed rc.conf(5) configuration directives"
51 msg_delete_help="Select one or more directives from a list to delete"
69 … [SPACE] or [ENTER] to select items, and\n[TAB] to move to the buttons. Select Exit to leave this…
82 msg_none_desc="Un-Select all directives"
83 msg_none_help="Un-Select all rc.conf(5) configuration directives"
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmax6697.txt32 Select bit 0 for local temperature, bit 1..7 for remote temperatures.
37 Select bit 0 for local temperature, bit 1..7 for remote temperatures.
50 select value as per MAX6581 data sheet. Select bit 1..7 for remote
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h319 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);
/freebsd/tools/debugscripts/
H A Dgdbinit.i386171 # Select frame 0 to 5 and show stack information.
197 Select stack frame 0 and show assembler-level details
200 Select stack frame 1 and show assembler-level details
203 Select stack frame 2 and show assembler-level details
206 Select stack frame 3 and show assembler-level details
209 Select stack frame 4 and show assembler-level details
212 Select stack frame 5 and show assembler-level details
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig113 prompt="Select your regdomain."
130 prompt="Select your country."
/freebsd/usr.sbin/bsdconfig/mouse/include/
H A Dmessages.subr76 msg_select_a_protocol_type_for_your_mouse="Select a protocol type for your mouse"
77 msg_select_mouse_port="Select mouse port"
78 msg_select_mouse_protocol_type="Select mouse protocol type"
79 msg_select_your_mouse_port_from_the_following_menu="Select your mouse port from the following menu"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h173 auto *Select = variable
174 FMFs ? new VPInstruction(Instruction::Select, {Cond, TrueVal, FalseVal},
176 : new VPInstruction(Instruction::Select, {Cond, TrueVal, FalseVal},
178 return tryInsertInstruction(Select);
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt5677.txt39 Select 0 ~ 3 as OFF, GPIO1, GPIO2 and GPIO3 respectively.
44 Select 0 ~ 3 as OFF, GPIO4, GPIO5 and GPIO6 respectively.
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp735 CASE(Select); in Visit()
933 SelectPiece Select(MT_Diff); in VisitDiff() local
934 Select.Options.push_back(&FirstOption); in VisitDiff()
935 Select.Options.push_back(P->Parts[3]); in VisitDiff()
937 VisitSelect(&Select); in VisitDiff()
1080 Select->Options.push_back( in parseDiagText()
1085 Select->Index = parseModifier(Text); in parseDiagText()
1086 Parsed.push_back(Select); in parseDiagText()
1153 Select->Options.push_back(New<TextPiece>("")); in parseDiagText()
1155 Select->Index = parseModifier(Text); in parseDiagText()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp199 } else if (auto *Select = dyn_cast<SelectInst>(V)) { in getValueOnFirstIteration() local
201 getValueOnFirstIteration(Select->getCondition(), FirstIterValue, SQ); in getValueOnFirstIteration()
203 auto *Selected = C->isAllOnesValue() ? Select->getTrueValue() in getValueOnFirstIteration()
204 : Select->getFalseValue(); in getValueOnFirstIteration()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmicrel.txt23 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select
26 Setting the RMII Reference Clock Select bit enables 25 MHz rather
H A Dsff,sfp.txt29 Select (AKA RS0) output gpio signal, low: low Rx rate, high: high Rx rate
33 Select (AKA RS1) output gpio signal (SFP+ only), low: low Tx rate, high:
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp36 void Select(SDNode *N) override;
89 void R600DAGToDAGISel::Select(SDNode *N) { in Select() function in R600DAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp51 void Select(SDNode *N) override;
170 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ul-ccimx6ulsbcexpress.dts120 MX6UL_PAD_UART2_TX_DATA__GPIO1_IO20 0x10b0 /* Chip Select */
129 MX6UL_PAD_UART2_TX_DATA__ECSPI3_SS0 0x10b0 /* Chip Select */
/freebsd/contrib/wpa/wpa_supplicant/
H A Dandroid.config175 # Select control interface backend for external programs, e.g, wpa_cli:
218 # Select configuration backend:
235 # Select program entry point implementation:
241 # Select wrapper for operating system and C library specific functions
247 # Select event loop implementation
252 # Should we use poll instead of select? Select is used by default.
255 # Should we use epoll instead of select? Select is used by default.
258 # Should we use kqueue instead of select? Select is used by default.
261 # Select layer 2 packet implementation
279 # Select TLS implementation
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3459 Select = MRI.getVRegDef(RHS); in matchFoldBinOpIntoSelect()
6353 Register Dest = Select->getReg(0); in tryFoldSelectOfConstants()
6379 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
6388 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
6397 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
6408 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
6419 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
6430 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
6441 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
6454 B.setInstrAndDebugLoc(*Select); in tryFoldSelectOfConstants()
[all …]
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr107 msg_select_group_members_from_list="Select Group Members from a list"
108 msg_select_groups_from_list="Select Groups from a list"
109 msg_select_login_shell="Select Login Shell"
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm15 use IO::Select;
358 my $fdset = IO::Select->new($self->{proxy_sock});
376 $fdset = IO::Select->new($server_sock, $client_sock);

12345678910>>...14