Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibbitmask.c48 * The routines _getbit() and _setbit() are the only
59 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() function
141 val = val << 1 | _getbit(bmp, chunk * HEXCHUNKSZ + bit); in bitmask_displayhex()
356 _setbit(bmp1, i, _getbit(bmp2, i)); in bitmask_copy()
410 if (_getbit(bmp, i)) in bitmask_weight()
422 return _getbit(bmp, i); in bitmask_isbitset()
428 return !_getbit(bmp, i); in bitmask_isbitclear()
436 if (!_getbit(bmp, i)) in bitmask_isallset()
446 if (_getbit(bmp, i)) in bitmask_isallclear()
478 if (_getbit(bmp in bitmask_equal()
[all...]

Completed in 2 milliseconds