Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_read.c1154 uint64 bytecount64; in TIFFReadRawTile() local
1171 bytecount64 = td->td_stripbytecount[tile]; in TIFFReadRawTile()
1172 if (size != (tmsize_t)(-1) && (uint64)size < bytecount64) in TIFFReadRawTile()
1173 bytecount64 = (uint64)size; in TIFFReadRawTile()
1174 bytecountm = (tmsize_t)bytecount64; in TIFFReadRawTile()
1175 if ((uint64)bytecountm!=bytecount64) in TIFFReadRawTile()