Searched refs:n_words (Results 1 – 1 of 1) sorted by relevance
839 unsigned int n_words = bmp_bitvec ? zend_ulong_ntz(bmp_bitvec) >> 2 : 8; in mb_wchar_to_utf16be_avx2() local842 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() local1018 n_words--; in mb_wchar_to_utf16le_avx2()1030 } while (n_words); in mb_wchar_to_utf16le_avx2()
Completed in 6 milliseconds