Searched refs:_TIFF_lseek_f (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | raw2tiff.c | 287 _TIFF_lseek_f(fd, hdr_size, SEEK_SET); /* Skip the file header */ in main() 292 if (_TIFF_lseek_f(fd, in main() 427 if (_TIFF_lseek_f(fd, hdr_size + (int)(h/2)*scanlinesize, in guessSize()
|
A D | tiffdump.c | 174 _TIFF_lseek_f(fd, (_TIFF_off_t) 0, 0); in dump() 312 if (_TIFF_lseek_f(fd, (_TIFF_off_t)off, SEEK_SET) != (_TIFF_off_t)off) { in ReadDirectory() 478 if (_TIFF_lseek_f(fd, (_TIFF_off_t)dataoffset, 0) != in ReadDirectory()
|
A D | fax2ps.c | 409 _TIFF_lseek_f(fileno(fd), 0, SEEK_SET); in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tiffiop.h | 297 #define _TIFF_lseek_f(fildes,offset,whence) _lseeki64(fildes,/* __int64 */ offset,whence) macro 307 #define _TIFF_lseek_f(fildes,offset,whence) lseek(fildes,offset,whence) macro
|
A D | tif_unix.c | 136 return((uint64)_TIFF_lseek_f(fdh.fd,off_io,whence)); in _tiffSeekProc()
|
Completed in 9 milliseconds