Searched refs:S_Y_TICK (Results 1 – 1 of 1) sorted by relevance
47294 #define S_Y_TICK 16 macro47296 #define V_Y_TICK(x) ((x) << S_Y_TICK)47297 #define G_Y_TICK(x) (((x) >> S_Y_TICK) & M_Y_TICK)