Home
last modified time | relevance | path

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 Draw2tiff.c287 _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 Dtiffdump.c174 _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 Dfax2ps.c409 _TIFF_lseek_f(fileno(fd), 0, SEEK_SET); in main()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtiffiop.h297 #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 Dtif_unix.c136 return((uint64)_TIFF_lseek_f(fdh.fd,off_io,whence)); in _tiffSeekProc()

Completed in 9 milliseconds