Home
last modified time | relevance | path

Searched defs:XXH_mult32to64 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3210 XXH_mult32to64(xxh_u64 x, xxh_u64 y) in XXH_mult32to64() function
3216 # define XXH_mult32to64(x, y) __emulu((unsigned)(x), (unsigned)(y)) macro
3225 # define XXH_mult32to64(x, y) ((xxh_u64)(xxh_u32)(x) * (xxh_u64)(xxh_u32)(y)) macro

Completed in 26 milliseconds