Searched refs:S_DCCASIGN (Results 1 – 1 of 1) sorted by relevance
52053 #define S_DCCASIGN 7 macro52055 #define V_DCCASIGN(x) ((x) << S_DCCASIGN)52056 #define G_DCCASIGN(x) (((x) >> S_DCCASIGN) & M_DCCASIGN)