Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3090 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_revb(xxh_u64x2 val) in XXH_vec_revb()
3104 xxh_u64x2 ret; in XXH_vec_loadu()
3131 xxh_u64x2 result; in XXH_vec_mulo()
3137 xxh_u64x2 result; in XXH_vec_mule()
4132 xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */ in XXH3_accumulate_512_vsx()
4133 xxh_u64x2 const* const xsecret = (xxh_u64x2 const*) secret; /* no alignment restriction */ in XXH3_accumulate_512_vsx()
4134 xxh_u64x2 const v32 = { 32, 32 }; in XXH3_accumulate_512_vsx()
4147 xxh_u64x2 acc_vec = (xxh_u64x2)vec_xl(0, xacc + 4 * i); in XXH3_accumulate_512_vsx()
4166 { xxh_u64x2* const xacc = (xxh_u64x2*) acc; in XXH3_scrambleAcc_vsx()
4167 const xxh_u64x2* const xsecret = (const xxh_u64x2*) secret; in XXH3_scrambleAcc_vsx()
[all …]

Completed in 28 milliseconds