Searched refs:S_MINTAG (Results 1 – 1 of 1) sorted by relevance
7888 #define S_MINTAG 0 macro7890 #define V_MINTAG(x) ((x) << S_MINTAG)7891 #define G_MINTAG(x) (((x) >> S_MINTAG) & M_MINTAG)