Searched defs:uint8x8_t (Results 1 – 3 of 3) sorted by relevance
22 typedef __attribute__((neon_vector_type(8))) uint8_t uint8x8_t; typedef46 void f4(uint8x8_t) {} in f4() argument
122 inline void sort21(std::array<uint8x8_t, 21> &p) in sort21()227 inline void sort25(std::array<uint8x8_t, 25> &p) in sort25()
144 typedef __m64_128 uint8x8_t; typedef