Searched refs:xor_mask (Results 1 – 2 of 2) sorted by relevance
354 int xor_mask = negative ? 255 : 0; in FillGrayPalette() local358 int val = (i * 255/(length - 1)) ^ xor_mask; in FillGrayPalette()
3991 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local4181 xor_mask = xmask ^ ymask; /* mark type differences */ in xmlSchemaCompareDates()4185 if (xor_mask & 1) in xmlSchemaCompareDates()4195 if (xor_mask & 2) in xmlSchemaCompareDates()4205 if (xor_mask & 4) in xmlSchemaCompareDates()4215 if (xor_mask & 8) in xmlSchemaCompareDates()