Lines Matching full:exor
1699 uc16 exor = c1 ^ c2;1700 // Check whether exor has only one bit set.1701 if (((exor - 1) & exor) == 0) {1705 uc16 mask = char_mask ^ exor;