Searched refs:S_OVRTAILS (Results 1 – 1 of 1) sorted by relevance
66191 #define S_OVRTAILS 12 macro66193 #define V_OVRTAILS(x) ((x) << S_OVRTAILS)66194 #define G_OVRTAILS(x) (((x) >> S_OVRTAILS) & M_OVRTAILS)