ash

ash is a built-in function in `C source code'.

(ash VALUE COUNT)

Return VALUE with its bits shifted left by COUNT.
If COUNT is negative, shifting is actually to the right.
In this case, the sign bit is duplicated.