Lines Matching refs:get_unaligned_le64
186 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64()
188 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64()
190 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64()
192 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64()
210 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64()
399 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update()
401 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update()
403 state->v3 = xxh64_round(state->v3, get_unaligned_le64(p64)); in xxh64_update()
405 state->v4 = xxh64_round(state->v4, get_unaligned_le64(p64)); in xxh64_update()
419 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64_update()
421 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64_update()
423 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64_update()
425 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64_update()
470 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest()