Searched refs:S_MINTAG (Results 1 – 1 of 1) sorted by relevance
6263 #define S_MINTAG 0 macro6265 #define V_MINTAG(x) ((x) << S_MINTAG)6266 #define G_MINTAG(x) (((x) >> S_MINTAG) & M_MINTAG)