Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc419 const WORD color_mask = foreground_mask | background_mask;
430 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3208 static int GetBitOffset(WORD color_mask) { in GetBitOffset() argument
3209 if (color_mask == 0) return 0; in GetBitOffset()
3212 while ((color_mask & 1) == 0) { in GetBitOffset()
3213 color_mask >>= 1; in GetBitOffset()