Searched refs:S_POST_CURSOR (Results 1 – 1 of 1) sorted by relevance
59756 #define S_POST_CURSOR 8 macro59758 #define V_POST_CURSOR(x) ((x) << S_POST_CURSOR)59759 #define G_POST_CURSOR(x) (((x) >> S_POST_CURSOR) & M_POST_CURSOR)