Searched refs:S_DCDSIGN (Results 1 – 1 of 1) sorted by relevance
54276 #define S_DCDSIGN 6 macro54278 #define V_DCDSIGN(x) ((x) << S_DCDSIGN)54279 #define G_DCDSIGN(x) (((x) >> S_DCDSIGN) & M_DCDSIGN)