Searched refs:S_ACCIND (Results 1 – 1 of 1) sorted by relevance
66620 #define S_ACCIND 8 macro66622 #define V_ACCIND(x) ((x) << S_ACCIND)66623 #define G_ACCIND(x) (((x) >> S_ACCIND) & M_ACCIND)