Searched refs:S_MASK (Results 1 – 1 of 1) sorted by relevance
3067 #define S_MASK 0 macro3069 #define V_MASK(x) ((x) << S_MASK)3070 #define G_MASK(x) (((x) >> S_MASK) & M_MASK)