Home
last modified time | relevance | path

Searched refs:mb_wchar_to_utf16le_avx2 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c41 # define mb_wchar_to_utf16le mb_wchar_to_utf16le_avx2
46 static void mb_wchar_to_utf16le_avx2(uint32_t *in, size_t len, mb_convert_buf *buf, bool end);
67 ZEND_INTRIN_AVX2_FUNC_DECL(void mb_wchar_to_utf16le_avx2(uint32_t *in, size_t len, mb_convert_buf *…
99 return zend_cpu_supports_avx2() ? mb_wchar_to_utf16le_avx2 : mb_wchar_to_utf16le_default; in resolve_wchar_utf16le()
112 static void mb_wchar_to_utf16le_avx2(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) __att…
117 static void mb_wchar_to_utf16le_avx2(uint32_t *in, size_t len, mb_convert_buf *buf, bool end);
151 wchar_to_utf16le_ptr = mb_wchar_to_utf16le_avx2; in init_convert_utf16()
973 void mb_wchar_to_utf16le_avx2(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_utf16le_avx2() function
975 static void mb_wchar_to_utf16le_avx2(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_utf16le_avx2()

Completed in 12 milliseconds