Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp609 #define XXH_mult32to64(x, y) ((uint64_t)(uint32_t)(x) * (uint64_t)(uint32_t)(y)) macro
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3232 XXH_mult32to64(xxh_u64 x, xxh_u64 y) in XXH_mult32to64() function
3237 # define XXH_mult32to64(x, y) __emulu((unsigned)(x), (unsigned)(y)) macro
3246 # define XXH_mult32to64(x, y) ((xxh_u64)(xxh_u32)(x) * (xxh_u64)(xxh_u32)(y)) macro