Searched refs:S_EC_INDEX (Results 1 – 1 of 1) sorted by relevance
18 #define S_EC_INDEX 16 macro20 #define V_EC_INDEX(x) ((x) << S_EC_INDEX)21 #define G_EC_INDEX(x) (((x) >> S_EC_INDEX) & M_EC_INDEX)
Completed in 3 milliseconds