Searched refs:valBit (Results 1 – 1 of 1) sorted by relevance
29 const bool valBit = (pData >> off) & 1; in ApplyMask() local32 result |= static_cast<T1>(valBit) << bit; in ApplyMask()