Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h2974 #define XXH_STRIPE_LEN 64 macro
2976 #define XXH_ACC_NB (XXH_STRIPE_LEN / sizeof(xxh_u64))
2979 # define STRIPE_LEN XXH_STRIPE_LEN
3039 XXH_STATIC_ASSERT(XXH_STRIPE_LEN == sizeof(__m512i)); in XXH3_accumulate_512_avx512()
3085 XXH_STATIC_ASSERT(XXH_STRIPE_LEN == sizeof(__m512i)); in XXH3_scrambleAcc_avx512()
3673 const xxh_u8* const in = input + n*XXH_STRIPE_LEN; in XXH3_accumulate()
3702 XXH_ASSERT(len > XXH_STRIPE_LEN); in XXH3_hashLong_internal_loop()
3993 statePtr->secretLimit = secretSize - XXH_STRIPE_LEN; in XXH3_64bits_reset_internal()
4112 …memcpy(state->buffer + sizeof(state->buffer) - XXH_STRIPE_LEN, input - XXH_STRIPE_LEN, XXH_STRIPE_… in XXH3_update()
4142 if (state->bufferedSize >= XXH_STRIPE_LEN) { in XXH3_digest_long()
[all …]

Completed in 21 milliseconds