Home
last modified time | relevance | path

Searched defs:xinput (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/hash/xxhash/
H A Dxxhash.h3865 const __m256i* const xinput = (const __m256i *) input; in XXH3_accumulate_512_avx2() local
3971 const __m128i* const xinput = (const __m128i *) input; in XXH3_accumulate_512_sse2() local
4071 uint8_t const* const xinput = (const uint8_t *) input; in XXH3_accumulate_512_neon() local
4163 xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */ in XXH3_accumulate_512_vsx() local
4232 const xxh_u8* const xinput = (const xxh_u8*) input; /* no alignment restriction */ in XXH3_accumulate_512_scalar() local

Completed in 25 milliseconds