Searched defs:INVERSE (Results 1 – 2 of 2) sorted by relevance
42 #define INVERSE 0x4 /* '^' invert the mask */ macro
201 #define INVERSE(ch) (ch ^ 0xff) macro