Searched refs:FX_MONTH_SHIFT (Results 1 – 7 of 7) sorted by relevance
92 month = (_fx_system_date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_system_timer_entry()335 (month << FX_MONTH_SHIFT) | day; in _fx_system_timer_entry()
82 (month << FX_MONTH_SHIFT) | day; in _fx_system_date_set()
98 *month = (date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_system_date_get()
125 …ry.fx_dir_entry_date = ((year - FX_BASE_YEAR) << FX_YEAR_SHIFT) | (month << FX_MONTH_SHIFT) | day; in _fx_file_date_time_set()
193 *month = (dir_entry.fx_dir_entry_date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_directory_information_get()
352 *month = (entry.fx_dir_entry_date >> FX_MONTH_SHIFT) & FX_MONTH_MASK; in _fx_directory_next_full_entry_find()
511 #define FX_MONTH_SHIFT 5 macro