Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dxxhash.h147 uint32_t total_len_32; member
/Linux-v6.1/lib/
Dxxhash.c278 state->total_len_32 += (uint32_t)len; in xxh32_update()
279 state->large_len |= (len >= 16) | (state->total_len_32 >= 16); in xxh32_update()
353 h32 += state->total_len_32; in xxh32_digest()