Searched refs:ByteValue (Results 1 – 1 of 1) sorted by relevance
126 u32 ByteValue = 0x1 << BitIdx; in countAndClearShadowValues() local127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 | in countAndClearShadowValues()128 ByteValue << 24; in countAndClearShadowValues()138 if (BytePtr[j] & ByteValue) { in countAndClearShadowValues()142 BytePtr[j] |= (ByteValue << 1); in countAndClearShadowValues()