Lines Matching refs:get_unaligned_le64
156 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64()
158 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64()
160 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64()
162 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64()
180 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64()
369 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update()
371 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update()
373 state->v3 = xxh64_round(state->v3, get_unaligned_le64(p64)); in xxh64_update()
375 state->v4 = xxh64_round(state->v4, get_unaligned_le64(p64)); in xxh64_update()
389 v1 = xxh64_round(v1, get_unaligned_le64(p)); in xxh64_update()
391 v2 = xxh64_round(v2, get_unaligned_le64(p)); in xxh64_update()
393 v3 = xxh64_round(v3, get_unaligned_le64(p)); in xxh64_update()
395 v4 = xxh64_round(v4, get_unaligned_le64(p)); in xxh64_update()
440 const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p)); in xxh64_digest()