HomeSort by relevance Sort by last modified time
    Searched defs:WI (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_TrdProc.cpp 23 FX_DWORD WI, HI;
158 WI = IBI->m_nWidth;
162 CURS = CURS + WI - 1;
174 SBREG->composeFrom(SI - WI + 1, TI, IBI, SBCOMBOP);
180 SBREG->composeFrom(SI - WI + 1, TI - HI + 1, IBI, SBCOMBOP);
189 SBREG->composeFrom(TI - WI + 1, SI, IBI, SBCOMBOP);
195 SBREG->composeFrom(TI - WI + 1, SI - HI + 1, IBI, SBCOMBOP);
204 CURS = CURS + WI - 1;
223 FX_DWORD WI, HI;
332 WI = IBI->m_nWidth
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 556 probability_iterator WI = getProbabilityIterator(I);
557 Probs.erase(WI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 787 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE,
811 if (!WI.WidestNativeType) {
812 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
813 WI.IsSigned = IsSigned;
818 if (WI.IsSigned != IsSigned)
821 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
822 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 519 Record *WI = R.getClass("WInst");
528 ClassMap[WI] = ClassW;
595 case 64: S += "Wi"; break;
    [all...]

Completed in 118 milliseconds