Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4865 static time_t mz_zip_dos_to_time_t(int dos_time, int dos_date) { in mz_zip_dos_to_time_t() argument
4872 tm.tm_hour = (dos_time >> 11) & 31; in mz_zip_dos_to_time_t()
4873 tm.tm_min = (dos_time >> 5) & 63; in mz_zip_dos_to_time_t()
4874 tm.tm_sec = (dos_time << 1) & 62; in mz_zip_dos_to_time_t()
6144 mz_uint16 dos_time, mz_uint16 dos_date) { in mz_zip_writer_create_local_dir_header() argument
6151 MZ_WRITE_LE16(pDst + MZ_ZIP_LDH_FILE_TIME_OFS, dos_time); in mz_zip_writer_create_local_dir_header()
6165 mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 dos_date, in mz_zip_writer_create_central_dir_header() argument
6173 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_FILE_TIME_OFS, dos_time); in mz_zip_writer_create_central_dir_header()
6191 mz_uint16 dos_time, mz_uint16 dos_date, mz_uint64 local_header_ofs, in mz_zip_writer_add_to_central_dir() argument
6207 uncomp_size, comp_size, uncomp_crc32, method, bit_flags, dos_time, in mz_zip_writer_add_to_central_dir()
[all …]