Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 25 of 187) sorted by relevance

12345678

/freebsd-12.1/sys/gnu/dts/arm/
H A Dam3517-evm.dts50 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 Dbcm53340-ubnt-unifi-switch8.dts2 * DTS for Unifi Switch 8 port
15 model = "Ubiquiti UniFi Switch 8 (BCM53342)";
H A Dkirkwood-linkstation.dtsi103 label = "Power-on Switch";
109 label = "Power-auto Switch";
H A Dkirkwood-lsxl.dtsi117 label = "Power-on Switch";
123 label = "Power-auto Switch";
H A Dmvebu-linkstation-gpio-simple.dtsi57 label = "Power-on Switch";
63 label = "Power-auto Switch";
H A Dbcm47094-dlink-dir-885l.dts97 /* Switch: router / extender */
H A Dbcm47081-buffalo-wzr-600dhp2.dts108 /* Switch device mode? */
H A Dbcm4709-buffalo-wxr-1900dhp.dts107 /* Switch: AP mode */
H A Dorion5x-lswsgl.dts86 label = "Power-on Switch";
93 label = "Power-auto Switch";
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp98 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 DCGCleanup.cpp328 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 Deeprom-518 | 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 Deeprom-314 | 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 Deeprom-417 | 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 DARMCodeGenPrepare.cpp266 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 Dibtracert.c75 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 Detherswitch_if.m169 # Get the Switch configuration
177 # Set the Switch configuration
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h181 SwitchInst *Switch; variable
186 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp326 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 DCHANGELOG.md13 * Switch the build system to [CMake](http://www.cmake.org/)
/freebsd-12.1/crypto/openssh/
H A D.skipped-commit-ids16 052fd565e3ff2d8cec3bc957d1788f50c827f8e2 Switch to tame-based sandbox
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dt-netbsd17 # Switch synonyms
/freebsd-12.1/sys/gnu/dts/arm64/amlogic/
H A Dmeson-gxl-s905x-libretech-cc.dts171 "SDCard Voltage Switch",
176 "9J3 Switch HDMI CEC/7J1 Header Pin11",
/freebsd-12.1/stand/i386/btx/btx/
H A Dbtx.S196 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 Dfiles.mediatek36 # Switch

12345678