Home
last modified time | relevance | path

Searched refs:mem32 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dxxhash.c282 memcpy((uint8_t *)(state->mem32) + state->memsize, input, len); in xxh32_update()
288 const uint32_t *p32 = state->mem32; in xxh32_update()
290 memcpy((uint8_t *)(state->mem32) + state->memsize, input, in xxh32_update()
331 memcpy(state->mem32, p, (size_t)(b_end-p)); in xxh32_update()
341 const uint8_t *p = (const uint8_t *)state->mem32; in xxh32_digest()
342 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + in xxh32_digest()
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c282 memcpy((uint8_t *)(state->mem32) + state->memsize, input, len); in xxh32_update()
288 const uint32_t *p32 = state->mem32; in xxh32_update()
290 memcpy((uint8_t *)(state->mem32) + state->memsize, input, in xxh32_update()
331 memcpy(state->mem32, p, (size_t)(b_end-p)); in xxh32_update()
341 const uint8_t *p = (const uint8_t *)state->mem32; in xxh32_digest()
342 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + in xxh32_digest()
/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h153 uint32_t mem32[4]; member
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h153 uint32_t mem32[4]; member

Completed in 3 milliseconds