Searched defs:VCBITMASK (Results 1 – 1 of 1) sorted by relevance
21 #define VCBITMASK(bitno) (0x0001 << (bitno % 16)) macro42 #define VCBITMASK(bitno) (0x8000 >> (bitno % 16)) macro
Completed in 3 milliseconds