Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4648 #define MZ_FTELL64 _ftelli64 macro
4664 #define MZ_FTELL64 ftello64 macro
4680 #define MZ_FTELL64 ftell macro
4696 #define MZ_FTELL64 ftello64 macro
4712 #define MZ_FTELL64 ftello macro
5212 mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile); in mz_zip_file_read_func()
5229 file_size = MZ_FTELL64(pFile); in mz_zip_reader_init_file()
6026 mz_int64 cur_ofs = MZ_FTELL64(pZip->m_pState->m_pFile); in mz_zip_file_write_func()
6480 uncomp_size = MZ_FTELL64(pSrc_file); in mz_zip_writer_add_file()