Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h3688 #define XXH_STRIPE_LEN 64 macro
3690 #define XXH_ACC_NB (XXH_STRIPE_LEN / sizeof(xxh_u64))
3693 # define STRIPE_LEN XXH_STRIPE_LEN
4426 XXH_ASSERT(len > XXH_STRIPE_LEN); in XXH3_hashLong_internal_loop()
4733 statePtr->secretLimit = secretSize - XXH_STRIPE_LEN; in XXH3_reset_internal()
4892 input += nbStripes * XXH_STRIPE_LEN; in XXH3_update()
4896 …H_memcpy(state->buffer + sizeof(state->buffer) - XXH_STRIPE_LEN, input - XXH_STRIPE_LEN, XXH_STRIP… in XXH3_update()
4897 XXH_ASSERT(bEnd - input <= XXH_STRIPE_LEN); in XXH3_update()
4912 …H_memcpy(state->buffer + sizeof(state->buffer) - XXH_STRIPE_LEN, input - XXH_STRIPE_LEN, XXH_STRIP… in XXH3_update()
4950 if (state->bufferedSize >= XXH_STRIPE_LEN) { in XXH3_digest_long()
[all …]

Completed in 27 milliseconds