Searched refs:S_GRETYPE (Results 1 – 1 of 1) sorted by relevance
25381 #define S_GRETYPE 0 macro25383 #define V_GRETYPE(x) ((x) << S_GRETYPE)25384 #define G_GRETYPE(x) (((x) >> S_GRETYPE) & M_GRETYPE)