Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h2596 XXH128_hash_t r128; in XXH_mult64to128() local
2597 r128.low64 = (xxh_u64)(product); in XXH_mult64to128()
2599 return r128; in XXH_mult64to128()
2615 XXH128_hash_t r128; in XXH_mult64to128()
2616 r128.low64 = product_low; in XXH_mult64to128()
2617 r128.high64 = product_high; in XXH_mult64to128()
2618 return r128; in XXH_mult64to128()
2675 XXH128_hash_t r128; in XXH_mult64to128()
2676 r128.low64 = lower; in XXH_mult64to128()
2677 r128.high64 = upper; in XXH_mult64to128()
[all …]

Completed in 21 milliseconds