Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c841 uint64 target_count64; in TIFFReadDirEntryArrayWithLimit() local
844 target_count64 = (direntry->tdir_count > maxcount) ? in TIFFReadDirEntryArrayWithLimit()
847 if ((target_count64==0)||(typesize==0)) in TIFFReadDirEntryArrayWithLimit()
859 if ((uint64)(2147483647/typesize)<target_count64) in TIFFReadDirEntryArrayWithLimit()
861 if ((uint64)(2147483647/desttypesize)<target_count64) in TIFFReadDirEntryArrayWithLimit()
864 *count=(uint32)target_count64; in TIFFReadDirEntryArrayWithLimit()