Searched refs:_nextPow (Results 1 – 1 of 1) sorted by relevance
127 #define NEXT_POWER_OF_2(_num, _nextPow) \ argument131 _nextPow = (_num); \135 _nextPow = 1; \138 _nextPow <<= 1; \