Searched refs:S_SMALL_STEP (Results 1 – 1 of 1) sorted by relevance
73820 #define S_SMALL_STEP 9 macro73822 #define V_SMALL_STEP(x) ((x) << S_SMALL_STEP)73823 #define G_SMALL_STEP(x) (((x) >> S_SMALL_STEP) & M_SMALL_STEP)