Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dialog/samples/
H A Dsourcemage.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 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 Ddebian.rc49 # Inactive button color
55 # Inactive button key color
61 # Inactive button label color
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp331 IntervalQueue Inactive(lowestStartPoint); in apply() local
338 Inactive.push(std::make_tuple(&LI, 0, NId)); in apply()
341 while (!Inactive.empty()) { in apply()
344 IntervalInfo Cur = Inactive.top(); in apply()
353 Inactive.push(nextSegment(*RetireItr)); in apply()
361 Cur = Inactive.top(); in apply()
362 Inactive.pop(); in apply()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp352 MachineOperand &Inactive = MI.getOperand(2); in scanInstructions() local
353 if (Inactive.isReg()) { in scanInstructions()
354 if (Inactive.isUndef()) { in scanInstructions()
357 unsigned Reg = Inactive.getReg(); in scanInstructions()
/freebsd-12.1/contrib/libxo/doc/
H A Dhowto.rst217 printf(" Inactive: %lu\n", inactive);
223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
H A Dlibxo.txt3153 printf(" Inactive: %lu\n", inactive);
3158 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);