Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_dir.c1436 tmsize_t poffa,poffb,poffc,poffd; in TIFFAdvanceDirectory() local
1450 poffc=poffb+dircount*12; in TIFFAdvanceDirectory()
1451 poffd=poffc+sizeof(uint32); in TIFFAdvanceDirectory()
1452 …if ((poffc<poffb)||(poffc<dircount*12)||(poffd<poffc)||(poffd<(tmsize_t)sizeof(uint32))||(poffd>ti… in TIFFAdvanceDirectory()
1458 *off=(uint64)poffc; in TIFFAdvanceDirectory()
1466 tmsize_t poffa,poffb,poffc,poffd; in TIFFAdvanceDirectory() local
1485 poffc=poffb+dircount16*20; in TIFFAdvanceDirectory()
1486 poffd=poffc+sizeof(uint64); in TIFFAdvanceDirectory()
1487 …if ((poffc<poffb)||(poffc<dircount16*20)||(poffd<poffc)||(poffd<(tmsize_t)sizeof(uint64))||(poffd>… in TIFFAdvanceDirectory()
1493 *off=(uint64)poffc; in TIFFAdvanceDirectory()
[all …]

Completed in 4 milliseconds