Searched refs:S_DCDSIGN (Results 1 – 1 of 1) sorted by relevance
67355 #define S_DCDSIGN 6 macro67357 #define V_DCDSIGN(x) ((x) << S_DCDSIGN)67358 #define G_DCDSIGN(x) (((x) >> S_DCDSIGN) & M_DCDSIGN)