| /freebsd-10-stable/share/misc/ |
| D | usb_hid_usages | 37 0x3E Select 56 0x89 System Menu Select 124 0xC2 Weapons Select 353 0x77 Keyboard Select 565 0x2E Ring Select 639 0x62 Closed Caption Select 652 0x88 Media Select Computer 653 0x89 Media Select TV 654 0x8A Media Select WWW 655 0x8B Media Select DVD [all …]
|
| /freebsd-10-stable/usr.sbin/bsdconfig/include/ |
| D | tcp.hlp | 23 "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-10-stable/usr.sbin/bsdconfig/timezone/include/ |
| D | messages.subr | 68 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-10-stable/usr.sbin/bsdconfig/startup/include/ |
| D | messages.subr | 38 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-10-stable/contrib/groff/src/devices/xditview/ |
| D | GXditview.ad | 22 <Key>Select: SelectPage()\n\ 36 <Key>Select: SelectPage()\n\ 42 GXditview.menu.selectPage.label: Select Page
|
| /freebsd-10-stable/tools/debugscripts/ |
| D | gdbinit.i386 | 172 # 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-10-stable/usr.sbin/bsdconfig/mouse/include/ |
| D | messages.subr | 79 msg_select_a_protocol_type_for_your_mouse="Select a protocol type for your mouse" 80 msg_select_mouse_port="Select mouse port" 81 msg_select_mouse_protocol_type="Select mouse protocol type" 82 msg_select_your_mouse_port_from_the_following_menu="Select your mouse port from the following menu"
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsModuleISelDAGToDAG.h | 50 virtual SDNode *Select(SDNode *N) { in Select() function
|
| D | MipsISelDAGToDAG.h | 109 virtual SDNode *Select(SDNode *N);
|
| D | MipsISelDAGToDAG.cpp | 169 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
|
| /freebsd-10-stable/usr.sbin/bsdconfig/usermgmt/include/ |
| D | messages.subr | 108 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-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCInstrDesc.h | 113 Select, enumerator 332 return Flags & (1 << MCID::Select); in isSelect()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelDAGToDAG.cpp | 44 SDNode *Select(SDNode *N); 142 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 2066 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); in createMinMaxOp() local 2067 return Select; in createMinMaxOp() 2634 case Instruction::Select: { in vectorizeBlockInLoop() 4260 SelectInst *Select = 0; in isMinMaxSelectCmpPattern() local 4265 if (!Cmp->hasOneUse() || !(Select = dyn_cast<SelectInst>(*I->use_begin()))) in isMinMaxSelectCmpPattern() 4267 return ReductionInstDesc(Select, Prev.MinMaxKind); in isMinMaxSelectCmpPattern() 4271 if (!(Select = dyn_cast<SelectInst>(I))) in isMinMaxSelectCmpPattern() 4283 if (m_UMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() 4284 return ReductionInstDesc(Select, MRK_UIntMin); in isMinMaxSelectCmpPattern() 4285 else if (m_UMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern() [all …]
|
| /freebsd-10-stable/contrib/gcc/config/rs6000/ |
| D | sysv4.opt | 25 Select ABI calling convention 29 Select method for sdata handling
|
| D | rs6000.opt | 215 -mtraceback= Select full, part, or no traceback table 227 -mfloat-gprs= Select GPR floating point method
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | defconfig | 231 # Select control interface backend for external programs, e.g, wpa_cli: 277 # Select configuration backend: 294 # Select program entry point implementation: 300 # Select wrapper for operatins system and C library specific functions 306 # Select event loop implementation 312 # Should we use poll instead of select? Select is used by default. 315 # Select layer 2 packet implementation 331 # Select TLS implementation
|
| /freebsd-10-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreISelDAGToDAG.cpp | 47 SDNode *Select(SDNode *N); 109 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.h | 61 SDNode *Select(SDNode *N);
|
| /freebsd-10-stable/sys/boot/forth/ |
| D | menu.rc | 72 set mainmenu_caption[7]="Select Boot [E]nvironment..." 75 set mainansi_caption[7]="Select Boot ^[1mE^[37mnvironment..."
|
| /freebsd-10-stable/tools/tools/netrate/tcpp/ |
| D | README | 24 -s Select server mode 40 -c <remoteIP> Select client mode, and specific dest IP
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262262-clang-r199012-sparc.diff | 3 Select the UltraSPARC instruction set when invoking the assembler.
|
| /freebsd-10-stable/contrib/ntp/html/scripts/ |
| D | special.txt | 9 <li class='inline'><a href='select.html'>Clock Select Algorithm</a></li>\
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | CaptureTracking.cpp | 147 case Instruction::Select: in PointerMayBeCaptured()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430ISelDAGToDAG.cpp | 118 SDNode *Select(SDNode *N); 385 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
|