x7                 62 ext/hash/hash_tiger.c 	round(b,c,a,x7,mul)
x7                 65 ext/hash/hash_tiger.c 	x0 -= x7 ^ L64(0xA5A5A5A5A5A5A5A5); \
x7                 72 ext/hash/hash_tiger.c 	x7 ^= x6; \
x7                 73 ext/hash/hash_tiger.c 	x0 += x7; \
x7                 74 ext/hash/hash_tiger.c 	x1 -= x0 ^ ((~x7)<<19); \
x7                 80 ext/hash/hash_tiger.c 	x7 -= x6 ^ L64(0x0123456789ABCDEF);
x7                103 ext/hash/hash_tiger.c 	x4=str[4]; x5=str[5]; x6=str[6]; x7=str[7];
x7                121 ext/hash/hash_tiger.c 	register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \