Searched refs:S_TYPE (Results 1 – 2 of 2) sorted by relevance
7212 #define S_TYPE 0 macro7214 #define V_TYPE(x) ((x) << S_TYPE)7215 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)
54388 #define S_TYPE 0 macro54390 #define V_TYPE(x) ((x) << S_TYPE)54391 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)