36 #ifndef INFINISQLSPOOKY_H
37 #define INFINISQLSPOOKY_H
42 # define INLINE __forceinline
43 typedef unsigned __int64
uint64;
44 typedef unsigned __int32
uint32;
45 typedef unsigned __int16
uint16;
46 typedef unsigned __int8
uint8;
49 # define INLINE inline
78 Hash128(message, length, &hash1, &seed);
90 uint64 hash1 = seed, hash2 = seed;
91 Hash128(message, length, &hash1, &hash2);
127 return (x << k) | (x >> (64 - k));
275 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
276 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
277 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);