Searched refs:lastStripe (Results 1 – 1 of 1) sorted by relevance
4932 xxh_u8 lastStripe[XXH_STRIPE_LEN]; in XXH3_digest_long() local4935 XXH_memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()4936 XXH_memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()4938 lastStripe, in XXH3_digest_long()
Completed in 18 milliseconds