Searched refs:S_DCCASIGN (Results 1 – 1 of 1) sorted by relevance
52049 #define S_DCCASIGN 7 macro52051 #define V_DCCASIGN(x) ((x) << S_DCCASIGN)52052 #define G_DCCASIGN(x) (((x) >> S_DCCASIGN) & M_DCCASIGN)