Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c2113 #define MZ_FSEEK64 _fseeki64 macro
2129 #define MZ_FSEEK64 fseeko64 macro
2145 #define MZ_FSEEK64 fseek macro
2161 #define MZ_FSEEK64 fseeko64 macro
2177 #define MZ_FSEEK64 fseeko macro
2556 …if (((mz_int64)file_ofs < 0) || (((cur_ofs != (mz_int64)file_ofs)) && (MZ_FSEEK64(pZip->m_pState->… in mz_zip_file_read_func()
2567 if (MZ_FSEEK64(pFile, 0, SEEK_END)) in mz_zip_reader_init_file()
3288 …if (((mz_int64)file_ofs < 0) || (((cur_ofs != (mz_int64)file_ofs)) && (MZ_FSEEK64(pZip->m_pState->… in mz_zip_file_write_func()
3687 MZ_FSEEK64(pSrc_file, 0, SEEK_END); in mz_zip_writer_add_file()
3689 MZ_FSEEK64(pSrc_file, 0, SEEK_SET); in mz_zip_writer_add_file()