decodeInt 82 lib/pdf/xpdf/JArithmeticDecoder.h GBool decodeInt(int *x, JArithmeticDecoderStats *stats); decodeInt 320 lib/pdf/xpdf/JBIG2Stream.cc GBool decodeInt(int *x, JBIG2HuffmanTable *table); decodeInt 1694 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&dh, huffDHTable); decodeInt 1696 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&dh, iadhStats); decodeInt 1712 lib/pdf/xpdf/JBIG2Stream.cc if (!huffDecoder->decodeInt(&dw, huffDWTable)) { decodeInt 1716 lib/pdf/xpdf/JBIG2Stream.cc if (!arithDecoder->decodeInt(&dw, iadwStats)) { decodeInt 1738 lib/pdf/xpdf/JBIG2Stream.cc if (!huffDecoder->decodeInt(&refAggNum, huffAggInstTable)) { decodeInt 1742 lib/pdf/xpdf/JBIG2Stream.cc if (!arithDecoder->decodeInt(&refAggNum, iaaiStats)) { decodeInt 1755 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&refDX, huffTableO); decodeInt 1756 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&refDY, huffTableO); decodeInt 1757 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&bmSize, huffTableA); decodeInt 1762 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&refDX, iardxStats); decodeInt 1763 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&refDY, iardyStats); decodeInt 1799 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&bmSize, huffBMSizeTable); decodeInt 1835 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&run, huffTableA); decodeInt 1837 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&run, iaexStats); decodeInt 2137 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&j, runLengthTab); decodeInt 2254 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&t, huffDTTable); decodeInt 2256 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&t, iadtStats); decodeInt 2266 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&dt, huffDTTable); decodeInt 2268 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&dt, iadtStats); decodeInt 2274 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&ds, huffFSTable); decodeInt 2276 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&ds, iafsStats); decodeInt 2290 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&dt, iaitStats); decodeInt 2297 lib/pdf/xpdf/JBIG2Stream.cc huffDecoder->decodeInt(&j, symCodeTab); decodeInt 2316 lib/pdf/xpdf/JBIG2Stream.cc arithDecoder->decodeInt(&ri, iariStats); decodeInt 2324 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = huffDecoder->decodeInt(&rdw, huffRDWTable); decodeInt 2325 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = decodeSuccess && huffDecoder->decodeInt(&rdh, huffRDHTable); decodeInt 2326 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = decodeSuccess && huffDecoder->decodeInt(&rdx, huffRDXTable); decodeInt 2327 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = decodeSuccess && huffDecoder->decodeInt(&rdy, huffRDYTable); decodeInt 2328 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = decodeSuccess && huffDecoder->decodeInt(&bmSize, huffRSizeTable); decodeInt 2332 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = arithDecoder->decodeInt(&rdw, iardwStats); decodeInt 2333 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = decodeSuccess && arithDecoder->decodeInt(&rdh, iardhStats); decodeInt 2334 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = decodeSuccess && arithDecoder->decodeInt(&rdx, iardxStats); decodeInt 2335 lib/pdf/xpdf/JBIG2Stream.cc decodeSuccess = decodeSuccess && arithDecoder->decodeInt(&rdy, iardyStats); decodeInt 2408 lib/pdf/xpdf/JBIG2Stream.cc if (!huffDecoder->decodeInt(&ds, huffDSTable)) { decodeInt 2412 lib/pdf/xpdf/JBIG2Stream.cc if (!arithDecoder->decodeInt(&ds, iadsStats)) {