Searched defs:bitmask (Results 1 – 7 of 7) sorted by relevance
79 #define bitmask(b) (1<<(b)) macro
65 SetWordType ANTLRParser::bitmask[sizeof(SetWordType)*8] = { member in ANTLRParser
75 static SetWordType bitmask[] = { variable
73 static unsigned bitmask[] = { variable
738 const unsigned int bitmask = (1 << bitshift) - 1; in pcm_mask_test() local