Searched refs:P_LAST (Results 1 – 1 of 1) sorted by relevance
69 #define P_LAST 5 macro71 Param parm[P_LAST+1] = {406 select = (u8) ((select == P_LAST) ? 0 : select + 1); in AnimTick()411 select = (u8) ((select == 0) ? P_LAST : select - 1); in AnimTick()