Home
last modified time | relevance | path

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

/freebsd/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 Dslackware.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
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp26 enum class IsActive_t : bool { Inactive, Active }; enumerator
752 SelectedVersion, IsActive_t::Inactive, IsSubstitution_t::Replacement); in maybeAttachUnversionedSwiftName()
775 auto Active = (i == Selected) ? IsActive_t::Active : IsActive_t::Inactive; in ProcessVersionedAPINotes()
777 if (Active == IsActive_t::Inactive && Version.empty()) { in ProcessVersionedAPINotes()
/freebsd/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/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp237 enum class LLJITPlatform { Inactive, Auto, ExecutorNative, GenericIR }; enumerator
250 clEnumValN(LLJITPlatform::Inactive, "Inactive",
1018 case LLJITPlatform::Inactive: in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp559 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local
560 if (Inactive.isReg()) { in scanInstructions()
561 if (Inactive.isUndef()) { in scanInstructions()
564 markOperand(MI, Inactive, StateStrictWWM, Worklist); in scanInstructions()
/freebsd/contrib/libxo/doc/
H A Dhowto.rst217 printf(" Inactive: %lu\n", inactive);
223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h874 unsigned Inactive);
H A DARMISelDAGToDAG.cpp240 SDValue PredicateMask, SDValue Inactive);
2551 SDValue Inactive) { in AddMVEPredicateToOps() argument
2555 Ops.push_back(Inactive); in AddMVEPredicateToOps()
2870 SDValue Inactive; in SelectMVE_VxDUP() local
2872 Inactive = N->getOperand(OpIdx++); in SelectMVE_VxDUP()
2883 AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx), Inactive); in SelectMVE_VxDUP()
H A DARMBaseInstrInfo.cpp887 unsigned Cond, unsigned Inactive) { in addPredicatedMveVpredROp() argument
889 MIB.addReg(Inactive); in addPredicatedMveVpredROp()