Searched refs:S_MONTH (Results 1 – 1 of 1) sorted by relevance
200 #define S_MONTH 5 macro202 #define V_MONTH(x) ((x) << S_MONTH)203 #define G_MONTH(x) (((x) >> S_MONTH) & M_MONTH)