Searched refs:input_2 (Results 1 – 1 of 1) sorted by relevance
5131 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B() argument5135 acc.low64 ^= XXH_readLE64(input_2) + XXH_readLE64(input_2 + 8); in XXH128_mix32B()5136 acc.high64 += XXH3_mix16B (input_2, secret+16, seed); in XXH128_mix32B()
Completed in 18 milliseconds