Searched refs:IS_BIT_SET (Results 1 – 3 of 3) sorted by relevance
20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) macro21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i)