Searched refs:ROTL64 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmurmurhash3.c24 #define ROTL64(x,y) _rotl64(x,y) macro
45 #define ROTL64(x,y) rotl64(x,y) macro
300 k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1;
302 h1 = ROTL64(h1,27); h1 += h2; h1 = h1*5+0x52dce729;
304 k2 *= c2; k2 = ROTL64(k2,33); k2 *= c1; h2 ^= k2;
306 h2 = ROTL64(h2,31); h2 += h1; h2 = h2*5+0x38495ab5;
326 k2 *= c2; k2 = ROTL64(k2,33); k2 *= c1; h2 ^= k2;
336 k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1;

Completed in 2 milliseconds