Home
last modified time | relevance | path

Searched refs:xor_mask (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dutils.cpp354 int xor_mask = negative ? 255 : 0; in FillGrayPalette() local
358 int val = (i * 255/(length - 1)) ^ xor_mask; in FillGrayPalette()
/external/libxml2/
Dxmlschemastypes.c3991 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
4181 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()