Searched refs:nbStripes (Results 1 – 1 of 1) sorted by relevance
846 size_t nbStripes, in XXH3p_accumulate() argument850 for (n = 0; n < nbStripes; n++ ) { in XXH3p_accumulate()891 { size_t const nbStripes = (len - (block_len * nb_blocks)) / STRIPE_LEN; in XXH3p_hashLong_internal_loop() local892 XXH_ASSERT(nbStripes <= (secretSize / XXH_SECRET_CONSUME_RATE)); in XXH3p_hashLong_internal_loop()893 XXH3p_accumulate(acc, input + nb_blocks*block_len, secret, nbStripes, accWidth); in XXH3p_hashLong_internal_loop()