Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_predict.c49 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
50 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
459 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow() argument
467 if ((*sp->decoderow)(tif, op0, occ0, s)) { in PredictorDecodeRow()
468 return (*sp->decodepfunc)(tif, op0, occ0); in PredictorDecodeRow()
481 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile() argument
488 if ((*sp->decodetile)(tif, op0, occ0, s)) { in PredictorDecodeTile()
491 if((occ0%rowsize) !=0) in PredictorDecodeTile()
498 while (occ0 > 0) { in PredictorDecodeTile()
501 occ0 -= rowsize; in PredictorDecodeTile()
A Dtif_lzw.c161 static int LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
163 static int LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
361 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in LZWDecode() argument
366 long occ = (long) occ0; in LZWDecode()
382 if ((tmsize_t) occ != occ0) in LZWDecode()
598 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in LZWDecodeCompat() argument
603 long occ = (long) occ0; in LZWDecodeCompat()
617 if ((tmsize_t) occ != occ0) in LZWDecodeCompat()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-8905.patch18 @@ -604,6 +604,7 @@ LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)
26 @@ -755,13 +756,18 @@ LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s)

Completed in 7 milliseconds