Searched refs:S_MONTH (Results 1 – 1 of 1) sorted by relevance
209 #define S_MONTH 5 macro211 #define V_MONTH(x) ((x) << S_MONTH)212 #define G_MONTH(x) (((x) >> S_MONTH) & M_MONTH)