HomeSort by: relevance | last modified time | path
    Searched defs:shuffled (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 5367 /* shuffled = (data_key << 32) | (data_key >> 32); */
5368 xxh_u32x4 const shuffled = (xxh_u32x4)vec_rl(data_key, v32); local
5369 /* product = ((xxh_u64x2)data_key & 0xFFFFFFFF) * ((xxh_u64x2)shuffled & 0xFFFFFFFF); */
5370 xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled);

Completed in 30 milliseconds