Searched defs:RSV_GETBIT (Results 1 – 2 of 2) sorted by relevance
280 #define RSV_GETBIT(x, y) (((x) & RSV_BITMASK(y)) ? 1 : 0) macro
420 #define RSV_GETBIT(x, y) (((x) & RSV_BITMASK(y)) ? 1 : 0) macro