Searched refs:_LOWEST_BIT (Results 1 – 1 of 1) sorted by relevance
569 #define _LOWEST_BIT(n) (__builtin_ffs(n) - 1) macro570 #define _BIT_ABOVE_MASK(n) ((n) + (1 << _LOWEST_BIT(n)))576 .subdevice_m_l = _LOWEST_BIT(m), \