Searched refs:S_CLS_PF (Results 1 – 1 of 1) sorted by relevance
16094 #define S_CLS_PF 3 macro16096 #define V_CLS_PF(x) ((x) << S_CLS_PF)16097 #define G_CLS_PF(x) (((x) >> S_CLS_PF) & M_CLS_PF)