Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c832 unsigned int n_bytes = zend_ulong_ntz(~bmp_bitvec); in mb_wchar_to_utf16be_avx2() local
839 out += n_bytes >> 1; in mb_wchar_to_utf16be_avx2()
840 len -= n_bytes >> 2; in mb_wchar_to_utf16be_avx2()
841 in += n_bytes >> 2; in mb_wchar_to_utf16be_avx2()
1011 unsigned int n_bytes = zend_ulong_ntz(~bmp_bitvec); in mb_wchar_to_utf16le_avx2() local
1016 out += n_bytes >> 1; in mb_wchar_to_utf16le_avx2()
1017 len -= n_bytes >> 2; in mb_wchar_to_utf16le_avx2()
1018 in += n_bytes >> 2; in mb_wchar_to_utf16le_avx2()

Completed in 8 milliseconds