Searched defs:IAID (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_ArithIntDecoder.h35 JBig2ArithCtx *IAID; member in class:CJBig2_ArithIaidDecoder
H A DJBig2_GeneralDecoder.h158 CJBig2_ArithIaidDecoder *IAID; member in struct:__anon13166
H A DJBig2_GeneralDecoder.cpp2113 CJBig2_ArithIaidDecoder *IAID; local
2125 IAID = pIDS->IAID;
2137 JBIG2_ALLOC(IAID , CJBig2_ArithIaidDecoder(SBSYMCODELEN));
2191 if(IAID->decode(pArithDecoder, &nVal) == -1) {
2312 delete IAID;
2326 delete IAID;
2358 CJBig2_ArithIaidDecoder *IAID; local
2377 JBIG2_ALLOC(IAID, CJBig2_ArithIaidDecoder((FX_BYTE)nTmp));
2511 ids.IAID
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3386 unsigned ScopeID = Record[2], IAID = Record[3]; local
3390 if (IAID) IA = cast<MDNode>(MDValueList.getValueFwdRef(IAID-1));

Completed in 108 milliseconds