Searched refs:TM_YEAR_BITS (Results 1 – 2 of 2) sorted by relevance
38 constexpr uint32_t TM_YEAR_BITS = 9; variable174 date = static_cast<uint16_t>(static_cast<uint16_t>(year - MIN_YEAR) << TM_YEAR_BITS); in GetFileSize()
25 constexpr uint32_t TM_YEAR_BITS = 9; variable587 …newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; // 年,tm_year为int临时变量减去1900。 in CombineTimeAndDate()