Searched refs:nbStripesToEnd (Results 1 – 1 of 1) sorted by relevance
4844 { size_t const nbStripesToEnd = state->nbStripesPerBlock - state->nbStripesSoFar; in XXH3_update() local4846 …te(acc, input, secret + state->nbStripesSoFar * XXH_SECRET_CONSUME_RATE, nbStripesToEnd, f_acc512); in XXH3_update()4849 input += nbStripesToEnd * XXH_STRIPE_LEN; in XXH3_update()4850 nbStripes -= nbStripesToEnd; in XXH3_update()
Completed in 18 milliseconds