Home
last modified time | relevance | path

Searched refs:p64 (Results 1 – 1 of 1) sorted by relevance

/lib/
Dxxhash.c394 uint64_t *p64 = state->mem64; in xxh64_update() local
396 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()