Heureka’s interpretation and response is correct.
The double left less than << is a programming code meaning to shift the bits left, in this case, 16 times. (This is not the same as rotating the bits left). This effectively multiplies the registry value by 2, sixteen times.