Searched defs:GET_SCALE (Results 1 – 2 of 2) sorted by relevance
101 #define GET_SCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (SCALE) ? SCALE[(_indx)] : 0) macro