RotateLeft        470 magick/cipher.c         RotateLeft(D[(text[map[1][j]] >> 8) & 0xff] ^
RotateLeft        471 magick/cipher.c         RotateLeft(D[(text[map[2][j]] >> 16) & 0xff] ^
RotateLeft        472 magick/cipher.c         RotateLeft(D[(text[map[3][j]] >> 24) & 0xff])));