Searched refs:_getbit (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dbitmask.c50 * The routines _getbit() and _setbit() are the only
61 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) _getbit() function
143 if (_getbit(bmp, i)) bitmask_isallclear()
151 return _getbit(bmp, i); bitmask_isbitset()
166 if (_getbit(bmp, i)) bitmask_last()
176 if (_getbit(bmp, n)) bitmask_next()

Completed in 29 milliseconds