Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c5504 uint64* newcounts; in ChopUpSingleUncompressedStrip() local
5542 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips32, sizeof (uint64), in ChopUpSingleUncompressedStrip()
5546 if (newcounts == NULL || newoffsets == NULL) { in ChopUpSingleUncompressedStrip()
5551 if (newcounts != NULL) in ChopUpSingleUncompressedStrip()
5552 _TIFFfree(newcounts); in ChopUpSingleUncompressedStrip()
5564 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
5577 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()