Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3121 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_revb(xxh_u64x2 val) in XXH_vec_revb()
3135 xxh_u64x2 ret; in XXH_vec_loadu()
3162 xxh_u64x2 result; in XXH_vec_mulo()
3168 xxh_u64x2 result; in XXH_vec_mule()
4163 xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */ in XXH3_accumulate_512_vsx()
4164 xxh_u64x2 const* const xsecret = (xxh_u64x2 const*) secret; /* no alignment restriction */ in XXH3_accumulate_512_vsx()
4165 xxh_u64x2 const v32 = { 32, 32 }; in XXH3_accumulate_512_vsx()
4178 xxh_u64x2 acc_vec = (xxh_u64x2)vec_xl(0, xacc + 4 * i); in XXH3_accumulate_512_vsx()
4197 { xxh_u64x2* const xacc = (xxh_u64x2*) acc; in XXH3_scrambleAcc_vsx()
4198 const xxh_u64x2* const xsecret = (const xxh_u64x2*) secret; in XXH3_scrambleAcc_vsx()
[all …]

Completed in 30 milliseconds