Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dxxhash.h124 uint32_t total_len_32; member
/linux-4.19.296/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()