Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h2999 # define XXH_SPLIT_IN_PLACE(in, outLo, outHi) \ argument
3005 (outLo) = vget_low_u32 (vreinterpretq_u32_u64(in)); \
3009 # define XXH_SPLIT_IN_PLACE(in, outLo, outHi) \ argument
3011 (outLo) = vmovn_u64 (in); \