Lines Matching refs:get_unaligned_le32
86 v1 = xxh32_round(v1, get_unaligned_le32(p)); in xxh32()
88 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32()
90 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32()
92 v4 = xxh32_round(v4, get_unaligned_le32(p)); in xxh32()
105 h32 += get_unaligned_le32(p) * PRIME32_3; in xxh32()
188 h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1; in xxh64()
263 state->v1 = xxh32_round(state->v1, get_unaligned_le32(p32)); in xxh32_update()
265 state->v2 = xxh32_round(state->v2, get_unaligned_le32(p32)); in xxh32_update()
267 state->v3 = xxh32_round(state->v3, get_unaligned_le32(p32)); in xxh32_update()
269 state->v4 = xxh32_round(state->v4, get_unaligned_le32(p32)); in xxh32_update()
284 v1 = xxh32_round(v1, get_unaligned_le32(p)); in xxh32_update()
286 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32_update()
288 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32_update()
290 v4 = xxh32_round(v4, get_unaligned_le32(p)); in xxh32_update()
326 h32 += get_unaligned_le32(p) * PRIME32_3; in xxh32_digest()
448 h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1; in xxh64_digest()