Home
last modified time | relevance | path

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

/fs/exfat/
A Dtime.c57 uint8_t tzoffset) in exfat_exfat2unix() argument
104 if (tzoffset & 0x80) in exfat_exfat2unix()
106 unix_time -= (int8_t)(tzoffset << 1) * 15 * 60 / 2; in exfat_exfat2unix()
115 uint8_t* centisec, uint8_t* tzoffset) in exfat_unix2exfat() argument
157 *tzoffset = (uint8_t)(-exfat_timezone / 60 / 15) | 0x80; in exfat_unix2exfat()
A Dexfat.h250 uint8_t tzoffset);
252 uint8_t* centisec, uint8_t* tzoffset);

Completed in 4 milliseconds