Searched defs:TSV_GETBIT (Results 1 – 2 of 2) sorted by relevance
261 #define TSV_GETBIT(x, y) (((x)[TSV_BYTEOF(y)] & TSV_BITMASK(y)) ? 1 : 0) macro