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