Searched defs:GOODIDX (Results 1 – 6 of 6) sorted by relevance
170 #define GOODIDX(idx) (((uint)idx) < SI_MAXCORES) macro
186 #define GOODIDX(idx) (((uint)idx) < SI_MAXCORES) macro
251 #define GOODIDX(idx, maxcores) (((uint)idx) < maxcores) macro