Searched refs:MEC_BIT_SET (Results 1 – 1 of 1) sorted by relevance
61 #ifndef MEC_BIT_SET62 #define MEC_BIT_SET(d, pos) ((d) |= BIT(pos)) macro