BF_ROUND          505 standard/crypt_blowfish.c 	BF_ROUND(L, R, 0); \
BF_ROUND          506 standard/crypt_blowfish.c 	BF_ROUND(R, L, 1); \
BF_ROUND          507 standard/crypt_blowfish.c 	BF_ROUND(L, R, 2); \
BF_ROUND          508 standard/crypt_blowfish.c 	BF_ROUND(R, L, 3); \
BF_ROUND          509 standard/crypt_blowfish.c 	BF_ROUND(L, R, 4); \
BF_ROUND          510 standard/crypt_blowfish.c 	BF_ROUND(R, L, 5); \
BF_ROUND          511 standard/crypt_blowfish.c 	BF_ROUND(L, R, 6); \
BF_ROUND          512 standard/crypt_blowfish.c 	BF_ROUND(R, L, 7); \
BF_ROUND          513 standard/crypt_blowfish.c 	BF_ROUND(L, R, 8); \
BF_ROUND          514 standard/crypt_blowfish.c 	BF_ROUND(R, L, 9); \
BF_ROUND          515 standard/crypt_blowfish.c 	BF_ROUND(L, R, 10); \
BF_ROUND          516 standard/crypt_blowfish.c 	BF_ROUND(R, L, 11); \
BF_ROUND          517 standard/crypt_blowfish.c 	BF_ROUND(L, R, 12); \
BF_ROUND          518 standard/crypt_blowfish.c 	BF_ROUND(R, L, 13); \
BF_ROUND          519 standard/crypt_blowfish.c 	BF_ROUND(L, R, 14); \
BF_ROUND          520 standard/crypt_blowfish.c 	BF_ROUND(R, L, 15); \