Searched refs:FX_BASE_YEAR (Results 1 – 9 of 9) sorted by relevance
93 year = ((_fx_system_date >> FX_YEAR_SHIFT) & FX_YEAR_MASK) + FX_BASE_YEAR; in _fx_system_timer_entry()334 _fx_system_date = ((year - FX_BASE_YEAR) << FX_YEAR_SHIFT) | in _fx_system_timer_entry()
81 _fx_system_date = ((year - FX_BASE_YEAR) << FX_YEAR_SHIFT) | in _fx_system_date_set()
90 *year = ((date >> FX_YEAR_SHIFT) & FX_YEAR_MASK) + FX_BASE_YEAR; in _fx_system_date_get()
82 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_system_date_set()
125 …dir_entry.fx_dir_entry_date = ((year - FX_BASE_YEAR) << FX_YEAR_SHIFT) | (month << FX_MONTH_SHIFT… in _fx_file_date_time_set()
95 if ((year < FX_BASE_YEAR) || (year > FX_MAXIMUM_YEAR)) in _fxe_file_date_time_set()
185 FX_BASE_YEAR; in _fx_directory_information_get()
344 *year = ((entry.fx_dir_entry_date >> FX_YEAR_SHIFT) & FX_YEAR_MASK) + FX_BASE_YEAR; in _fx_directory_next_full_entry_find()
520 #define FX_BASE_YEAR 1980 macro