Lines Matching refs:get_unaligned_le64
171 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64()
173 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64()
175 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64()
177 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64()
195 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64()
263 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update()
265 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update()
267 state->v3 = xxh64_round(state->v3, get_unaligned_le64(p64)); in xxh64_update()
269 state->v4 = xxh64_round(state->v4, get_unaligned_le64(p64)); in xxh64_update()
283 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64_update()
285 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64_update()
287 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64_update()
289 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64_update()
334 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest()