Home
last modified time | relevance | path

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

1234567891011

/freebsd-13.1/share/misc/
H A Dusb_hid_usages37 0x3E Select
56 0x89 System Menu Select
124 0xC2 Weapons Select
353 0x77 Keyboard Select
565 0x2E Ring Select
653 0x89 Media Select TV
690 0xBA Select DisC
722 0xF0 Speed Select
849 0x21E AC Select All
937 0x276 AC Select Row
[all …]
/freebsd-13.1/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-13.1/usr.sbin/bsdconfig/timezone/include/
H A Dmessages.subr68 msg_select_country="Select a country"
69 msg_select_island_or_group="Select an island or group"
70 msg_select_local_or_utc="Select local or UTC (Greenwhich Mean Time) clock"
71 msg_select_region="Select a region"
72 msg_select_zone="Select a zone which observes the same time as your locality."
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td69 // Select loads with no constant offset.
82 // Select loads with a constant offset.
104 // Select loads with just a constant offset.
145 // Select extending loads with no constant offset.
157 // Select extending loads with a constant offset.
180 // Select extending loads with just a constant offset.
266 // Select stores with no constant offset.
281 // Select stores with a constant offset.
301 // Select stores with just a constant offset.
337 // Select truncating stores with no constant offset.
[all …]
H A DWebAssemblyInstrAtomics.td80 // Select notifys with no constant offset.
90 // Select notifys with a constant offset.
106 // Select notifys with just a constant offset.
129 // Select waits with no constant offset.
148 // Select waits with a constant offset.
171 // Select waits with just a constant offset.
229 // Select loads with no constant offset.
233 // Select loads with a constant offset.
241 // Select loads with just a constant offset.
353 // Select stores with no constant offset.
[all …]
H A DWebAssemblyISelDAGToDAG.cpp84 void Select(SDNode *Node) override;
110 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/freebsd-13.1/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr38 msg_all_desc="Select all directives"
39 msg_all_help="Select all displayed rc.conf(5) configuration directives"
52 msg_delete_help="Select one or more directives from a list to delete"
70 … [SPACE] or [ENTER] to select items, and\n[TAB] to move to the buttons. Select Exit to leave this…
83 msg_none_desc="Un-Select all directives"
84 msg_none_help="Un-Select all rc.conf(5) configuration directives"
/freebsd-13.1/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-13.1/tools/debugscripts/
H A Dgdbinit.i386172 # Select frame 0 to 5 and show stack information.
198 Select stack frame 0 and show assembler-level details
201 Select stack frame 1 and show assembler-level details
204 Select stack frame 2 and show assembler-level details
207 Select stack frame 3 and show assembler-level details
210 Select stack frame 4 and show assembler-level details
213 Select stack frame 5 and show assembler-level details
/freebsd-13.1/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig114 prompt="Select your regdomain."
131 prompt="Select your country."
/freebsd-13.1/usr.sbin/bsdconfig/mouse/include/
H A Dmessages.subr77 msg_select_a_protocol_type_for_your_mouse="Select a protocol type for your mouse"
78 msg_select_mouse_port="Select mouse port"
79 msg_select_mouse_protocol_type="Select mouse protocol type"
80 msg_select_your_mouse_port_from_the_following_menu="Select your mouse port from the following menu"
/freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/net/
H A Dmicrel.txt22 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select
25 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-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp727 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()
1072 Select->Options.push_back( in parseDiagText()
1077 Select->Index = parseModifier(Text); in parseDiagText()
1078 Parsed.push_back(Select); in parseDiagText()
1145 Select->Options.push_back(New<TextPiece>("")); in parseDiagText()
1147 Select->Index = parseModifier(Text); in parseDiagText()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
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-13.1/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp67 case Instruction::Select: in getRelevantOperands()
130 case Instruction::Select: { in buildTruncExpressionDag()
365 case Instruction::Select: { in ReduceExpressionDag()
/freebsd-13.1/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 …]
H A Ddefconfig209 # Select control interface backend for external programs, e.g, wpa_cli:
255 # Select configuration backend:
272 # Select program entry point implementation:
278 # Select wrapper for operating system and C library specific functions
284 # Select event loop implementation
289 # Should we use poll instead of select? Select is used by default.
292 # Should we use epoll instead of select? Select is used by default.
295 # Should we use kqueue instead of select? Select is used by default.
298 # Select layer 2 packet implementation
316 # Select TLS implementation
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp44 void Select(SDNode *N) override;
169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/freebsd-13.1/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr108 msg_select_group_members_from_list="Select Group Members from a list"
109 msg_select_groups_from_list="Select Groups from a list"
110 msg_select_login_shell="Select Login Shell"
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h50 lldb_private::Status Select();
/freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/
H A Dmicrochip,mchp23k256.txt7 - reg : Chip-Select number
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h162 Select, enumerator
342 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect()
/freebsd-13.1/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxm-vega-s96.dts23 /* Select external PHY by default */

1234567891011