Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5035 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
5037 XXH_memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
5038 XXH_memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()