| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | am3517-evm.dts | 50 label = "User Switch 1"; 56 label = "User Switch 2"; 62 label = "User Switch 3"; 68 label = "User Switch 4"; 74 label = "User Switch 5"; 80 label = "User Switch 6"; 86 label = "User Switch 7"; 92 label = "User Switch 8";
|
| H A D | bcm53340-ubnt-unifi-switch8.dts | 2 * DTS for Unifi Switch 8 port 15 model = "Ubiquiti UniFi Switch 8 (BCM53342)";
|
| H A D | kirkwood-linkstation.dtsi | 103 label = "Power-on Switch"; 109 label = "Power-auto Switch";
|
| H A D | kirkwood-lsxl.dtsi | 117 label = "Power-on Switch"; 123 label = "Power-auto Switch";
|
| H A D | mvebu-linkstation-gpio-simple.dtsi | 57 label = "Power-on Switch"; 63 label = "Power-auto Switch";
|
| H A D | bcm47094-dlink-dir-885l.dts | 97 /* Switch: router / extender */
|
| H A D | bcm47081-buffalo-wzr-600dhp2.dts | 108 /* Switch device mode? */
|
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 107 /* Switch: AP mode */
|
| H A D | orion5x-lswsgl.dts | 86 label = "Power-on Switch"; 93 label = "Power-auto Switch";
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 98 auto *Switch = in createResumeEntryBlock() local 100 Shape.ResumeSwitch = Switch; in createResumeEntryBlock() 154 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock() 221 coro::Shape &Shape, SwitchInst *Switch, in handleFinalSuspend() argument 224 auto FinalCaseIt = std::prev(Switch->case_end()); in handleFinalSuspend() 226 Switch->removeCase(FinalCaseIt); in handleFinalSuspend() 228 BasicBlock *OldSwitchBB = Switch->getParent(); in handleFinalSuspend() 229 auto *NewSwitchBB = OldSwitchBB->splitBasicBlock(Switch, "Switch"); in handleFinalSuspend() 288 auto *Switch = cast<SwitchInst>(VMap[Shape.ResumeSwitch]); in createClone() local 289 Entry->replaceAllUsesWith(Switch->getDefaultDest()); in createClone() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 328 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument 356 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups() 376 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local 379 return Switch; in TransitionToCleanupSwitch() 598 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local 600 if (Switch->getSuccessor(I) == From) in ForwardPrebranchedFallthrough() 601 Switch->setSuccessor(I, To); in ForwardPrebranchedFallthrough() 871 llvm::SwitchInst *Switch = in PopCleanupBlock() local 875 InstsToAppend.push_back(Switch); in PopCleanupBlock() 885 Switch->addCase(Scope.getBranchAfterIndex(I), in PopCleanupBlock() [all …]
|
| /freebsd-12.1/tools/tools/ath/athprom/ |
| H A D | eeprom-5 | 18 | device type $deviceType | Switch Settling Time $switchSettling | 25 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo | 104 | device type $deviceType | Switch Settling Time $switchSettling | 111 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo | 182 | device type $deviceType | Switch Settling Time $switchSettling | 189 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo |
|
| H A D | eeprom-3 | 14 | device type $deviceType | Switch Settling Time $switchSettling | 80 | device type $deviceType | Switch Settling Time $switchSettling | 128 | device type $deviceType | Switch Settling Time $switchSettling |
|
| H A D | eeprom-4 | 17 | device type $deviceType | Switch Settling Time $switchSettling | 90 | device type $deviceType | Switch Settling Time $switchSettling | 155 | device type $deviceType | Switch Settling Time $switchSettling |
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCodeGenPrepare.cpp | 266 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local 267 return LessThanTypeSize(Switch->getCondition()); in isSink() 665 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local 666 Type *Ty = TruncTysMap[Switch][0]; in TruncateSinks() 667 if (Instruction *Trunc = InsertTrunc(Switch->getCondition(), Ty)) { in TruncateSinks() 668 Trunc->moveBefore(Switch); in TruncateSinks() 669 Switch->setCondition(Trunc); in TruncateSinks() 774 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local 775 TruncTysMap[I].push_back(Switch->getCondition()->getType()); in Mutate()
|
| /freebsd-12.1/contrib/ofed/infiniband-diags/src/ |
| H A D | ibtracert.c | 75 typedef struct Switch Switch; typedef 90 struct Switch { struct 126 static int is_port_inactive(Node * node, Port * port, Switch * sw) in is_port_inactive() 175 static int switch_lookup(Switch * sw, ib_portid_t * portid, int lid) in switch_lookup() 269 Switch sw; in find_route() 490 Switch sw; in switch_mclookup()
|
| /freebsd-12.1/sys/dev/etherswitch/ |
| H A D | etherswitch_if.m | 169 # Get the Switch configuration 177 # Set the Switch configuration
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 181 SwitchInst *Switch; variable 186 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 326 Switch enumerator 442 S = (J < Num/2) ? Pass : Switch; in route() 444 S = (J < Num/2) ? Switch : Pass; in route() 505 S = (J < Num/2) ? Pass : Switch; in route() 508 S = (J < Num/2) ? Switch : Pass; in route() 521 if (T[J][Pets] == Switch) in route() 523 if (T[J+Size/2][Pets] == Switch) in route() 572 T[CI][Step] = Switch; in route() 577 T[CI][Step] = Switch; in route() 592 if (T[J][Pets] == Switch) in route() [all …]
|
| /freebsd-12.1/contrib/libdivsufsort/ |
| H A D | CHANGELOG.md | 13 * Switch the build system to [CMake](http://www.cmake.org/)
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | .skipped-commit-ids | 16 052fd565e3ff2d8cec3bc957d1788f50c827f8e2 Switch to tame-based sandbox
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | t-netbsd | 17 # Switch synonyms
|
| /freebsd-12.1/sys/gnu/dts/arm64/amlogic/ |
| H A D | meson-gxl-s905x-libretech-cc.dts | 171 "SDCard Voltage Switch", 176 "9J3 Switch HDMI CEC/7J1 Header Pin11",
|
| /freebsd-12.1/stand/i386/btx/btx/ |
| H A D | btx.S | 196 mov %cr0,%eax # Switch to protected 268 dec %ax # Switch to 585 movw $MEM_ESPR-0x16,%sp # Switch to real mode stack 623 mov %cr0,%eax # Switch to protected 633 movl MEM_ESPR-0x04,%esp # Switch to kernel stack
|
| /freebsd-12.1/sys/mips/mediatek/ |
| H A D | files.mediatek | 36 # Switch
|