Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/dialog/samples/
H A Dsourcemage.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 Dwhiptail.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
H A Ddebian.rc49 # Inactive button color
55 # Inactive button key color
61 # Inactive button label color
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp192 auto Inactive = E->getRHS()->getDependence(); in computeDependence() local
194 std::swap(Active, Inactive); in computeDependence()
198 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue); in computeDependence()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp230 enum class LLJITPlatform { Inactive, DetectHost, GenericIR }; enumerator
239 clEnumValN(LLJITPlatform::Inactive, "Inactive",
922 case LLJITPlatform::Inactive: in runOrcJIT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp544 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local
545 if (Inactive.isReg()) { in scanInstructions()
546 if (Inactive.isUndef()) { in scanInstructions()
549 markOperand(MI, Inactive, StateStrictWWM, Worklist); in scanInstructions()
/freebsd-13.1/contrib/libxo/doc/
H A Dhowto.rst217 printf(" Inactive: %lu\n", inactive);
223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
/freebsd-13.1/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h832 unsigned Inactive);
H A DARMISelDAGToDAG.cpp238 SDValue PredicateMask, SDValue Inactive);
2537 SDValue Inactive) { in AddMVEPredicateToOps() argument
2540 Ops.push_back(Inactive); in AddMVEPredicateToOps()
2856 SDValue Inactive; in SelectMVE_VxDUP() local
2858 Inactive = N->getOperand(OpIdx++); in SelectMVE_VxDUP()
2869 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive); in SelectMVE_VxDUP()
H A DARMBaseInstrInfo.cpp884 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
886 MIB.addReg(Inactive); in addPredicatedMveVpredROp()