mul                42 ext/hash/hash_tiger.c #define round(a,b,c,x,mul) \
mul                52 ext/hash/hash_tiger.c 	b *= mul;
mul                54 ext/hash/hash_tiger.c #define pass(a,b,c,mul) \
mul                55 ext/hash/hash_tiger.c 	round(a,b,c,x0,mul) \
mul                56 ext/hash/hash_tiger.c 	round(b,c,a,x1,mul) \
mul                57 ext/hash/hash_tiger.c 	round(c,a,b,x2,mul) \
mul                58 ext/hash/hash_tiger.c 	round(a,b,c,x3,mul) \
mul                59 ext/hash/hash_tiger.c 	round(b,c,a,x4,mul) \
mul                60 ext/hash/hash_tiger.c 	round(c,a,b,x5,mul) \
mul                61 ext/hash/hash_tiger.c 	round(a,b,c,x6,mul) \
mul                62 ext/hash/hash_tiger.c 	round(b,c,a,x7,mul)