Searched refs:shuffled (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-order-shuffle.mk4 # variable, shuffled.
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h4195 /* shuffled = (data_key << 32) | (data_key >> 32); */
4196 xxh_u32x4 const shuffled = (xxh_u32x4)vec_rl(data_key, v32); local
4197 /* product = ((xxh_u64x2)data_key & 0xFFFFFFFF) * ((xxh_u64x2)shuffled & 0xFFFFFFFF); */
4198 xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled);

Completed in 181 milliseconds