Home
last modified time | relevance | path

Searched refs:Inactive (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/dialog/samples/
H A Dsourcemage.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
H A Ddebian.rc49 # Inactive button color
55 # Inactive button key color
61 # Inactive button label color
H A Dwhiptail.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
H A Dsuse.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
H A Dslackware.rc48 # Inactive button color
54 # Inactive button key color
60 # Inactive button label color
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Didt,versaclock5.yaml40 0 0 Active/Inactive
41 0 1 Inactive/Active
43 1 1 Inactive/Shutdown
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp329 IntervalQueue Inactive(lowestStartPoint); in apply() local
336 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply()
339 while (!Inactive.empty()) { in apply()
342 IntervalInfo Cur = Inactive.top(); in apply()
351 Inactive.push(nextSegment(*RetireItr)); in apply()
359 Cur = Inactive.top(); in apply()
360 Inactive.pop(); in apply()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dmicrochip,mcp3911.yaml41 Data Ready Pin Inactive State Control
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Ddavinci-mcasp-audio.yaml52 0 - Inactive, 1 - TX, 2 - RX
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp210 auto Inactive = E->getRHS()->getDependence(); in computeDependence() local
212 std::swap(Active, Inactive); in computeDependence()
216 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue); in computeDependence()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp237 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enumerator
250 clEnumValN(LLJITPlatform::Inactive, "Inactive",
1020 case LLJITPlatform::Inactive: in runOrcJIT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp568 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local
569 if (Inactive.isReg()) { in scanInstructions()
570 if (Inactive.isUndef()) { in scanInstructions()
573 markOperand(MI, Inactive, StateStrictWWM, Worklist); in scanInstructions()
/freebsd-14.2/contrib/libxo/doc/
H A Dhowto.rst217 printf(" Inactive: %lu\n", inactive);
223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt49 - snps,u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk
H A Dsnps,dwc3.yaml150 description: Set if we enable P3 OK for U2/SS Inactive quirk
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h855 unsigned Inactive);
H A DARMISelDAGToDAG.cpp242 SDValue PredicateMask, SDValue Inactive);
2545 SDValue Inactive) { in AddMVEPredicateToOps() argument
2549 Ops.push_back(Inactive); in AddMVEPredicateToOps()
2864 SDValue Inactive; in SelectMVE_VxDUP() local
2866 Inactive = N->getOperand(OpIdx++); in SelectMVE_VxDUP()
2877 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive); in SelectMVE_VxDUP()
H A DARMBaseInstrInfo.cpp886 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
888 MIB.addReg(Inactive); in addPredicatedMveVpredROp()