Searched defs:shiftOutMask (Results 1 – 1 of 1) sorted by relevance
110 const UIntType shiftOutMask = (UIntType(1) << shift) - 1; in T() local224 const UIntType shiftOutMask = (UIntType(1) << shift) - 1; variable