Searched defs:xinput (Results 1 – 1 of 1) sorted by relevance
3834 const __m256i* const xinput = (const __m256i *) input; in XXH3_accumulate_512_avx2() local3940 const __m128i* const xinput = (const __m128i *) input; in XXH3_accumulate_512_sse2() local4040 uint8_t const* const xinput = (const uint8_t *) input; in XXH3_accumulate_512_neon() local4132 xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */ in XXH3_accumulate_512_vsx() local4201 const xxh_u8* const xinput = (const xxh_u8*) input; /* no alignment restriction */ in XXH3_accumulate_512_scalar() local
Completed in 23 milliseconds