Searched refs:TSV_BITMASK (Results 1 – 1 of 1) sorted by relevance
260 #define TSV_BITMASK(x) (1 << ((x) % 8)) macro261 #define TSV_GETBIT(x, y) (((x)[TSV_BYTEOF(y)] & TSV_BITMASK(y)) ? 1 : 0)