Lines Matching refs:BitPosition
3438 BitPosition: Integer;3440 BitPosition := BitNumber and MOD_MASK;3441 Result := UInt64(1) shl BitPosition;