Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dxxhash.h136 uint64_t mem64[4]; member
/u-boot/lib/
A Dxxhash.c358 memcpy(((uint8_t *)state->mem64) + state->memsize, input, len); in xxh64_update()
364 uint64_t *p64 = state->mem64; in xxh64_update()
406 memcpy(state->mem64, p, (size_t)(b_end-p)); in xxh64_update()
416 const uint8_t *p = (const uint8_t *)state->mem64; in xxh64_digest()
417 const uint8_t *const b_end = (const uint8_t *)state->mem64 + in xxh64_digest()

Completed in 3 milliseconds