Searched refs:TM_MIN_BITS (Results 1 – 2 of 2) sorted by relevance
30 constexpr uint32_t TM_MIN_BITS = 5; variable124 …time = (nowTime.tm_hour << TM_HOUR_BITS) | (nowTime.tm_min << TM_MIN_BITS) | (nowTime.tm_sec >> 1); in ExtraTimeAndDate()
26 constexpr uint32_t TM_MIN_BITS = 5; variable529 newTime.tm_min = (modifiedTime >> TM_MIN_BITS) & 0x2f; // 分。 in CombineTimeAndDate()