Home
last modified time | relevance | path

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

/linux/lib/
A Dxxhash.c388 memcpy(((uint8_t *)state->mem64) + state->memsize, input, len); in xxh64_update()
394 uint64_t *p64 = state->mem64; in xxh64_update()
436 memcpy(state->mem64, p, (size_t)(b_end-p)); in xxh64_update()
446 const uint8_t *p = (const uint8_t *)state->mem64; in xxh64_digest()
447 const uint8_t *const b_end = (const uint8_t *)state->mem64 + in xxh64_digest()
/linux/include/linux/
A Dxxhash.h166 uint64_t mem64[4]; member

Completed in 4 milliseconds