Searched refs:INT_BIT_COUNT (Results 1 – 2 of 2) sorted by relevance
37 #define INT_BIT_COUNT 32U macro41 #define MAX_INVALID_TIMER_VID (VID_MAP_MAX_NUM * INT_BIT_COUNT)
118 for (j = 0; j < INT_BIT_COUNT; j++) { in GetFreeVid()122 return (INT_BIT_COUNT * i + j); in GetFreeVid()145 return (INT_BIT_COUNT * i); in GetFreeVid()156 if (vid >= (VID_MAP_MAX_NUM * INT_BIT_COUNT)) { in ReleaseVid()161 b = vid & (INT_BIT_COUNT - 1); in ReleaseVid()