Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp2334 CJBig2_Image **SDNEWSYMS; in decode_Arith() local
2378 SDNEWSYMS = (CJBig2_Image**)m_pModule->JBig2_Malloc2(SDNUMNEWSYMS, sizeof(CJBig2_Image*)); in decode_Arith()
2379 FXSYS_memset32(SDNEWSYMS, 0 , SDNUMNEWSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
2413 SDNEWSYMS[NSYMSDECODED] = NULL; in decode_Arith()
2465 … JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, NSYMSDECODED * sizeof(CJBig2_Image*)); in decode_Arith()
2554 … JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, NSYMSDECODED * sizeof(CJBig2_Image*)); in decode_Arith()
2581 SDNEWSYMS[NSYMSDECODED] = BS; in decode_Arith()
2617 pDict->SDEXSYMS[J] = SDNEWSYMS[I - SDNUMINSYMS]; in decode_Arith()
2621 delete SDNEWSYMS[I - SDNUMINSYMS]; in decode_Arith()
2628 m_pModule->JBig2_Free(SDNEWSYMS); in decode_Arith()
[all …]