BF_INDEX          490 standard/crypt_blowfish.c 	tmp1 = BF_INDEX(data.ctx.S[3], tmp1); \
BF_INDEX          491 standard/crypt_blowfish.c 	tmp2 = BF_INDEX(data.ctx.S[2], tmp2); \
BF_INDEX          492 standard/crypt_blowfish.c 	tmp3 = BF_INDEX(data.ctx.S[1], tmp3); \
BF_INDEX          493 standard/crypt_blowfish.c 	tmp3 += BF_INDEX(data.ctx.S[0], tmp4); \