Searched refs:S_CLSTRCPRIORITY (Results 1 – 1 of 1) sorted by relevance
34389 #define S_CLSTRCPRIORITY 28 macro34391 #define V_CLSTRCPRIORITY(x) ((x) << S_CLSTRCPRIORITY)34392 #define G_CLSTRCPRIORITY(x) (((x) >> S_CLSTRCPRIORITY) & M_CLSTRCPRIORITY)