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

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c5467 uint64* newcounts; local
5505 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips32, sizeof (uint64),
5509 if (newcounts == NULL || newoffsets == NULL) {
5514 if (newcounts != NULL)
5515 _TIFFfree(newcounts);
5527 newcounts[strip] = stripbytes;
5540 td->td_stripbytecount = newcounts;
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c5481 uint64* newcounts; local
5519 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips32, sizeof (uint64),
5523 if (newcounts == NULL || newoffsets == NULL) {
5528 if (newcounts != NULL)
5529 _TIFFfree(newcounts);
5541 newcounts[strip] = stripbytes;
5554 td->td_stripbytecount = newcounts;

Completed in 67 milliseconds