Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h4155 xxh_u8 lastStripe[XXH_STRIPE_LEN]; in XXH3_digest_long() local
4158 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4159 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
4161 lastStripe, in XXH3_digest_long()

Completed in 35 milliseconds