Searched refs:S_FL_COUNT (Results 1 – 1 of 1) sorted by relevance
2255 #define S_FL_COUNT 14 macro2257 #define V_FL_COUNT(x) ((x) << S_FL_COUNT)2258 #define G_FL_COUNT(x) (((x) >> S_FL_COUNT) & M_FL_COUNT)