Searched refs:S_TYPE (Results 1 – 1 of 1) sorted by relevance
20980 #define S_TYPE 0 macro20982 #define V_TYPE(x) ((x) << S_TYPE)20983 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)