Searched refs:XXH3_mix2Accs (Results 1 – 2 of 2) sorted by relevance
507 static uint64_t XXH3_mix2Accs(const uint64_t *acc, const uint8_t *secret) { in XXH3_mix2Accs() function516 result64 += XXH3_mix2Accs(acc + 2 * i, key + 16 * i); in XXH3_mergeAccs()
4510 XXH3_mix2Accs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret) in XXH3_mix2Accs() function4524 result64 += XXH3_mix2Accs(acc+2*i, secret + 16*i); in XXH3_mergeAccs()