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