Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtiffiop.h299 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) macro
309 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) macro
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2pdf.c419 return _TIFF_fseek_f(t2p->outputfile, (_TIFF_off_t) offset, whence); in t2p_seekproc()

Completed in 11 milliseconds