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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_HtrdProc.cpp 21 uint32_t* GI;
52 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause);
53 if (!GI)
60 uint32_t pat_index = GI[mg * HGW + ng];
67 FX_Free(GI);
75 uint32_t* GI;
88 GI = pGID->decode_MMR(pStream, pPause);
89 if (!GI)
96 uint32_t pat_index = GI[mg * HGW + ng];
103 FX_Free(GI);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 100 auto GI = dyn_cast<GetElementPtrInst>(AllocaUse.getUser());
101 if (GI && GI->getPointerOperand() == allocaInst) {
102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric);
  /external/libedit/src/
unvis.c 205 #define GI(a) ((uint32_t)(a) >> 24)
437 is = GI(*astate); /* index in the string */
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 187 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
189 if (GI.DiagsInGroup.size() > 1)
190 ImplicitGroups.insert(&GI);
192 if (GI.ExplicitDef)
193 assert(GI.ExplicitDef == Group);
195 GI.ExplicitDef = Group;
200 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName"));
369 const GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
370 V.second = GI.SubGroups.size() + GI.DiagsInGroup.size()
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 2629 milliseconds