Searched defs:BFCHG (Results 1 – 1 of 1) sorted by relevance
102 #define BFCHG(p,o,w) __asm("bfchg %0@{%1:%2}" : /* no output */ : \ macro111 #define BFCHG(p,o,w) do {((u_int8_t *)(p))[(o)>>3] ^= 0xff;} while (0) macro