Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4649 #define MZ_FSEEK64 _fseeki64 macro
4665 #define MZ_FSEEK64 fseeko64 macro
4681 #define MZ_FSEEK64 fseek macro
4697 #define MZ_FSEEK64 fseeko64 macro
4713 #define MZ_FSEEK64 fseeko macro
5215 (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET)))) in mz_zip_file_read_func()
5225 if (MZ_FSEEK64(pFile, 0, SEEK_END)) { in mz_zip_reader_init_file()
6029 (MZ_FSEEK64(pZip->m_pState->m_pFile, (mz_int64)file_ofs, SEEK_SET)))) in mz_zip_file_write_func()
6479 MZ_FSEEK64(pSrc_file, 0, SEEK_END); in mz_zip_writer_add_file()
6481 MZ_FSEEK64(pSrc_file, 0, SEEK_SET); in mz_zip_writer_add_file()