Lines Matching refs:uint64
383 static uint64
412 static uint64
413 t2p_seekproc(thandle_t handle, uint64 offset, int whence) in t2p_seekproc()
428 static uint64
449 static uint64
450 checkAdd64(uint64 summand1, uint64 summand2, T2P* t2p) in checkAdd64()
452 uint64 bytes = summand1 + summand2; in checkAdd64()
464 static uint64
465 checkMultiply64(uint64 first, uint64 second, T2P* t2p) in checkMultiply64()
467 uint64 bytes = first * second; in checkMultiply64()
1894 uint64* sbc=NULL; in t2p_read_tiff_size()
1900 uint64 k = 0; in t2p_read_tiff_size()
1906 if (sbc[0] != (uint64)(tmsize_t)sbc[0]) { in t2p_read_tiff_size()
1917 if (sbc[0] != (uint64)(tmsize_t)sbc[0]) { in t2p_read_tiff_size()
1941 if((uint64)t2p->tiff_datasize < k) { in t2p_read_tiff_size()
1951 if ((uint64) t2p->tiff_datasize != k) { in t2p_read_tiff_size()
1971 if ((uint64) t2p->tiff_datasize != k) { in t2p_read_tiff_size()
2005 if ((uint64) t2p->tiff_datasize != k) { in t2p_read_tiff_size()
2024 if ((uint64) t2p->tiff_datasize != k) { in t2p_read_tiff_size()
2039 uint64* tbc = NULL; in t2p_read_tiff_size_tile()
2044 uint64 k; in t2p_read_tiff_size_tile()
2081 if ((uint64) t2p->tiff_datasize != k) { in t2p_read_tiff_size_tile()
2098 if ((uint64) t2p->tiff_datasize != k) { in t2p_read_tiff_size_tile()
2187 uint64* sbc; in t2p_readwrite_pdf_image()