Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3120 # define XXH_vec_mulo vec_mulo macro
3124 # define XXH_vec_mulo __builtin_altivec_vmulouw macro
3129 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mulo() function
4145 xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled); in XXH3_accumulate_512_vsx()
4186 xxh_u64x2 const prod_odd = XXH_vec_mulo((xxh_u32x4)data_key, prime); in XXH3_scrambleAcc_vsx()

Completed in 18 milliseconds