Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h3241 XXH_mult32to64(xxh_u64 x, xxh_u64 y) in XXH_mult32to64() function
3247 # define XXH_mult32to64(x, y) __emulu((unsigned)(x), (unsigned)(y)) macro
3256 # define XXH_mult32to64(x, y) ((xxh_u64)(xxh_u32)(x) * (xxh_u64)(xxh_u32)(y)) macro

Completed in 24 milliseconds