Searched defs:TOG_BIT (Results 1 – 2 of 2) sorted by relevance
997 #define TOG_BIT(bitvector, bit) ((bitvector) ^= (bit)) macro