Home
last modified time | relevance | path

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

/dports/math/kfr/kfr-4.2.1/include/kfr/io/
H A Dfile.hpp51 #define IO_TELL_64 _ftelli64 macro
54 #define IO_TELL_64 ftello64 macro
57 #define IO_TELL_64 ftello macro
226 imax tell() const final { return IO_TELL_64(handle.file); } in tell()
246 imax tell() const final { return IO_TELL_64(handle.file); } in tell()