Searched defs:nbStripes (Results 1 – 1 of 1) sorted by relevance
3668 size_t nbStripes, in XXH3_accumulate()3703 { size_t const nbStripes = ((len - 1) - (block_len * nb_blocks)) / XXH_STRIPE_LEN; in XXH3_hashLong_internal_loop() local4031 const xxh_u8* XXH_RESTRICT input, size_t nbStripes, in XXH3_consumeStripes()4143 size_t const nbStripes = (state->bufferedSize - 1) / XXH_STRIPE_LEN; in XXH3_digest_long() local
Completed in 39 milliseconds