Searched refs:xxh32_round (Results 1 – 1 of 1) sorted by relevance
79 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round() function101 v1 = xxh32_round(v1, get_unaligned_le32(p)); in xxh32()103 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32()105 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32()107 v4 = xxh32_round(v4, get_unaligned_le32(p)); in xxh32()