Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c839 unsigned int n_words = bmp_bitvec ? zend_ulong_ntz(bmp_bitvec) >> 2 : 8; in mb_wchar_to_utf16be_avx2() local
842 n_words--; in mb_wchar_to_utf16be_avx2()
854 } while (n_words); in mb_wchar_to_utf16be_avx2()
1015 unsigned int n_words = bmp_bitvec ? zend_ulong_ntz(bmp_bitvec) >> 2 : 8; in mb_wchar_to_utf16le_avx2() local
1018 n_words--; in mb_wchar_to_utf16le_avx2()
1030 } while (n_words); in mb_wchar_to_utf16le_avx2()

Completed in 6 milliseconds