Home
last modified time | relevance | path

Searched refs:nextin (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp13826 uint16x8_t nextin = vld1q_u16(reinterpret_cast<const uint16_t *>(buf) + 8); in arm_convert_utf16_to_utf8() local
13827 if (!match_system(big_endian)) { nextin = vreinterpretq_u16_u8(vrev16q_u8(vreinterpretq_u8_u16(nextin))); } in arm_convert_utf16_to_utf8()
13828 if(vmaxvq_u16(nextin) > 0x7F) { in arm_convert_utf16_to_utf8()
13837 in = nextin; in arm_convert_utf16_to_utf8()
13841 uint8x16_t utf8_packed = vmovn_high_u16(vmovn_u16(in), nextin); in arm_convert_utf16_to_utf8()
14080 uint16x8_t nextin = vld1q_u16(reinterpret_cast<const uint16_t *>(buf) + 8); in arm_convert_utf16_to_utf8_with_errors() local
14081 if (!match_system(big_endian)) { nextin = vreinterpretq_u16_u8(vrev16q_u8(vreinterpretq_u8_u16(nextin))); } in arm_convert_utf16_to_utf8_with_errors()
14082 if(vmaxvq_u16(nextin) > in arm_convert_utf16_to_utf8_with_errors()
14541 uint32x4_t nextin = vld1q_u32(reinterpret_cast<const uint32_t *>(buf+4)); arm_convert_utf32_to_utf8() local
14774 uint32x4_t nextin = vld1q_u32(reinterpret_cast<const uint32_t *>(buf+4)); arm_convert_utf32_to_utf8_with_errors() local
[all...]

Completed in 22 milliseconds