Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h672 size_t nbStripesPerBlock; member
3689 size_t const block_len = XXH_STRIPE_LEN * nbStripesPerBlock; in XXH3_hashLong_internal_loop()
3977 size_t const initLength = offsetof(XXH3_state_t, nbStripesPerBlock) - initStart; in XXH3_64bits_reset_internal()
3978 XXH_ASSERT(offsetof(XXH3_state_t, nbStripesPerBlock) > initStart); in XXH3_64bits_reset_internal()
3994 statePtr->nbStripesPerBlock = statePtr->secretLimit / XXH_SECRET_CONSUME_RATE; in XXH3_64bits_reset_internal()
4037 XXH_ASSERT(*nbStripesSoFarPtr < nbStripesPerBlock); in XXH3_consumeStripes()
4038 if (nbStripesPerBlock - *nbStripesSoFarPtr <= nbStripes) { in XXH3_consumeStripes()
4040 size_t const nbStripesToEndofBlock = nbStripesPerBlock - *nbStripesSoFarPtr; in XXH3_consumeStripes()
4092 &state->nbStripesSoFar, state->nbStripesPerBlock, in XXH3_update()
4105 &state->nbStripesSoFar, state->nbStripesPerBlock, in XXH3_update()
[all …]

Completed in 21 milliseconds