Searched refs:S_CLS_MATCH (Results 1 – 1 of 1) sorted by relevance
34286 #define S_CLS_MATCH 0 macro34288 #define V_CLS_MATCH(x) ((x) << S_CLS_MATCH)34289 #define G_CLS_MATCH(x) (((x) >> S_CLS_MATCH) & M_CLS_MATCH)