Searched defs:two_bytes_bytemask (Results 1 – 1 of 1) sorted by relevance
15453 const uint32x4_t two_bytes_bytemask = veorq_u32(one_two_bytes_bytemask, ascii_bytes_bytemask); in utf8_length_from_utf32() local23094 … const __m256i two_bytes_bytemask = _mm256_xor_si256(one_two_bytes_bytemask, ascii_bytes_bytemask); in utf8_length_from_utf32() local28553 const __m128i two_bytes_bytemask = _mm_xor_si128(one_two_bytes_bytemask, ascii_bytes_bytemask); in utf8_length_from_utf32() local