Searched refs:S_MONTH (Results 1 – 1 of 1) sorted by relevance
194 #define S_MONTH 5 macro196 #define V_MONTH(x) ((x) << S_MONTH)197 #define G_MONTH(x) (((x) >> S_MONTH) & M_MONTH)