Searched refs:p64 (Results 1 – 1 of 1) sorted by relevance
394 uint64_t *p64 = state->mem64; in xxh64_update() local396 memcpy(((uint8_t *)p64) + state->memsize, input, in xxh64_update()399 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update()400 p64++; in xxh64_update()401 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update()402 p64++; in xxh64_update()403 state->v3 = xxh64_round(state->v3, get_unaligned_le64(p64)); in xxh64_update()404 p64++; in xxh64_update()405 state->v4 = xxh64_round(state->v4, get_unaligned_le64(p64)); in xxh64_update()