Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp761 uint32_t const combinedl = ((uint32_t)c1 << 16) | ((uint32_t)c2 << 24) | in XXH3_len_1to3_128b() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5097 xxh_u32 const combinedl = ((xxh_u32)c1 <<16) | ((xxh_u32)c2 << 24) in XXH3_len_1to3_128b() local