Searched refs:xor_mask (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dvalues.pass.cpp26 // static constexpr result_type xor_mask = a;
54 static_assert((E::xor_mask == 0x9908b0df), "");
70 where(E::xor_mask);
90 static_assert((E::xor_mask == 0xb5026f5aa96619e9ull), "");
106 where(E::xor_mask);
/external/opencv/otherlibs/highgui/
H A Dutils.cpp354 int xor_mask = negative ? 255 : 0; local
358 int val = (i * 255/(length - 1)) ^ xor_mask;
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c3984 unsigned char xmask, ymask, xor_mask, and_mask; local
4174 xor_mask = xmask ^ ymask; /* mark type differences */
4178 if (xor_mask & 1)
4188 if (xor_mask & 2)
4198 if (xor_mask & 4)
4208 if (xor_mask & 8)
/external/libxml2/
H A Dxmlschemastypes.c3991 unsigned char xmask, ymask, xor_mask, and_mask; local
4181 xor_mask = xmask ^ ymask; /* mark type differences */
4185 if (xor_mask & 1)
4195 if (xor_mask & 2)
4205 if (xor_mask & 4)
4215 if (xor_mask & 8)

Completed in 129 milliseconds