Searched refs:xxh32_round (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | xxhash.c | 94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round() function 116 v1 = xxh32_round(v1, get_unaligned_le32(p)); in xxh32() 118 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32() 120 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32() 122 v4 = xxh32_round(v4, get_unaligned_le32(p)); in xxh32() 293 state->v1 = xxh32_round(state->v1, get_unaligned_le32(p32)); in xxh32_update() 295 state->v2 = xxh32_round(state->v2, get_unaligned_le32(p32)); in xxh32_update() 297 state->v3 = xxh32_round(state->v3, get_unaligned_le32(p32)); in xxh32_update() 299 state->v4 = xxh32_round(state->v4, get_unaligned_le32(p32)); in xxh32_update() 314 v1 = xxh32_round(v in xxh32_update() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | xxhash.c | 94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round() function 116 v1 = xxh32_round(v1, get_unaligned_le32(p)); in xxh32() 118 v2 = xxh32_round(v2, get_unaligned_le32(p)); in xxh32() 120 v3 = xxh32_round(v3, get_unaligned_le32(p)); in xxh32() 122 v4 = xxh32_round(v4, get_unaligned_le32(p)); in xxh32() 293 state->v1 = xxh32_round(state->v1, get_unaligned_le32(p32)); in xxh32_update() 295 state->v2 = xxh32_round(state->v2, get_unaligned_le32(p32)); in xxh32_update() 297 state->v3 = xxh32_round(state->v3, get_unaligned_le32(p32)); in xxh32_update() 299 state->v4 = xxh32_round(state->v4, get_unaligned_le32(p32)); in xxh32_update() 314 v1 = xxh32_round(v in xxh32_update() [all...] |
Completed in 3 milliseconds