xxh_rotl64        159 lib/xxhash.c   	acc = xxh_rotl64(acc, 31);
xxh_rotl64        196 lib/xxhash.c   		h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) +
xxh_rotl64        197 lib/xxhash.c   			xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18);
xxh_rotl64        213 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
xxh_rotl64        219 lib/xxhash.c   		h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
xxh_rotl64        225 lib/xxhash.c   		h64 = xxh_rotl64(h64, 11) * PRIME64_1;
xxh_rotl64        457 lib/xxhash.c   		h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) +
xxh_rotl64        458 lib/xxhash.c   			xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18);
xxh_rotl64        473 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
xxh_rotl64        479 lib/xxhash.c   		h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
xxh_rotl64        485 lib/xxhash.c   		h64 = xxh_rotl64(h64, 11) * PRIME64_1;