Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dxxh3p.h846 size_t nbStripes, in XXH3p_accumulate() argument
850 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() local
892 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()