Searched refs:STRIPE_LEN (Results 1 – 1 of 1) sorted by relevance
502 #define STRIPE_LEN 64 macro504 #define ACC_NB (STRIPE_LEN / sizeof(xxh_u64))522 for (i=0; i < STRIPE_LEN/sizeof(__m256i); i++) { in XXH3p_accumulate_512()545 for (i=0; i < STRIPE_LEN/sizeof(__m128i); i++) { in XXH3p_accumulate_512()650 for (i = 0; i < STRIPE_LEN / sizeof(U64x2); i++) { in XXH3p_accumulate_512()711 for (i=0; i < STRIPE_LEN/sizeof(__m256i); i++) { in XXH3p_scrambleAcc()799 for (i = 0; i < STRIPE_LEN / sizeof(U64x2); i++) { in XXH3p_scrambleAcc()851 const xxh_u8* const in = input + n*STRIPE_LEN; in XXH3p_accumulate()877 size_t const block_len = STRIPE_LEN * nb_rounds; in XXH3p_hashLong_internal_loop()890 XXH_ASSERT(len > STRIPE_LEN); in XXH3p_hashLong_internal_loop()[all …]