Searched refs:S_STEP (Results 1 – 1 of 1) sorted by relevance
68605 #define S_STEP 0 macro68607 #define V_STEP(x) ((x) << S_STEP)68608 #define G_STEP(x) (((x) >> S_STEP) & M_STEP)