Searched refs:RSV_BITMASK (Results 1 – 1 of 1) sorted by relevance
278 #define RSV_BITMASK(x) (1 << ((x) - 16)) macro279 #define RSV_GETBIT(x, y) (((x) & RSV_BITMASK(y)) ? 1 : 0)