xxh_rotl32         97 lib/xxhash.c   	seed = xxh_rotl32(seed, 13);
xxh_rotl32        126 lib/xxhash.c   		h32 = xxh_rotl32(v1, 1) + xxh_rotl32(v2, 7) +
xxh_rotl32        127 lib/xxhash.c   			xxh_rotl32(v3, 12) + xxh_rotl32(v4, 18);
xxh_rotl32        136 lib/xxhash.c   		h32 = xxh_rotl32(h32, 17) * PRIME32_4;
xxh_rotl32        142 lib/xxhash.c   		h32 = xxh_rotl32(h32, 11) * PRIME32_1;
xxh_rotl32        347 lib/xxhash.c   		h32 = xxh_rotl32(state->v1, 1) + xxh_rotl32(state->v2, 7) +
xxh_rotl32        348 lib/xxhash.c   			xxh_rotl32(state->v3, 12) + xxh_rotl32(state->v4, 18);
xxh_rotl32        357 lib/xxhash.c   		h32 = xxh_rotl32(h32, 17) * PRIME32_4;
xxh_rotl32        363 lib/xxhash.c   		h32 = xxh_rotl32(h32, 11) * PRIME32_1;