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

  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 4147 # define XXH_vec_mulo vec_mulo
4152 # define XXH_vec_mulo __builtin_altivec_vmulouw
4157 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b)
4169 # endif /* XXH_vec_mulo, XXH_vec_mule */
5370 xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled);
5411 xxh_u64x2 const prod_odd = XXH_vec_mulo((xxh_u32x4)data_key, prime);

Completed in 21 milliseconds