Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h5162 XXH128_mix32B(XXH128_hash_t acc, const xxh_u8* input_1, const xxh_u8* input_2, in XXH128_mix32B() argument
5165 acc.low64 += XXH3_mix16B (input_1, secret+0, seed); in XXH128_mix32B()
5168 acc.high64 ^= XXH_readLE64(input_1) + XXH_readLE64(input_1 + 8); in XXH128_mix32B()

Completed in 29 milliseconds