Searched refs:S_CMPRS (Results 1 – 1 of 1) sorted by relevance
34679 #define S_CMPRS 8 macro34681 #define V_CMPRS(x) ((x) << S_CMPRS)34682 #define G_CMPRS(x) (((x) >> S_CMPRS) & M_CMPRS)