Searched refs:S_CLS_MATCH (Results 1 – 1 of 1) sorted by relevance
43220 #define S_CLS_MATCH 0 macro43222 #define V_CLS_MATCH(x) ((x) << S_CLS_MATCH)43223 #define G_CLS_MATCH(x) (((x) >> S_CLS_MATCH) & M_CLS_MATCH)