Home
last modified time | relevance | path

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

/u-boot/lib/
A Dxxhash.c252 memcpy((uint8_t *)(state->mem32) + state->memsize, input, len); in xxh32_update()
258 const uint32_t *p32 = state->mem32; in xxh32_update()
260 memcpy((uint8_t *)(state->mem32) + state->memsize, input, in xxh32_update()
301 memcpy(state->mem32, p, (size_t)(b_end-p)); in xxh32_update()
311 const uint8_t *p = (const uint8_t *)state->mem32; in xxh32_digest()
312 const uint8_t *const b_end = (const uint8_t *)(state->mem32) + in xxh32_digest()
/u-boot/include/linux/
A Dxxhash.h123 uint32_t mem32[4]; member

Completed in 10 milliseconds