Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h4875 { size_t const nbStripesToEnd = state->nbStripesPerBlock - state->nbStripesSoFar; in XXH3_update() local
4877 …te(acc, input, secret + state->nbStripesSoFar * XXH_SECRET_CONSUME_RATE, nbStripesToEnd, f_acc512); in XXH3_update()
4880 input += nbStripesToEnd * XXH_STRIPE_LEN; in XXH3_update()
4881 nbStripes -= nbStripesToEnd; in XXH3_update()

Completed in 23 milliseconds