Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c845 unsigned int n_words = bmp_bitvec ? zend_ulong_ntz(bmp_bitvec) >> 2 : 8; in mb_wchar_to_utf16be_avx2() local
848 n_words--; in mb_wchar_to_utf16be_avx2()
860 } while (n_words); in mb_wchar_to_utf16be_avx2()
1021 unsigned int n_words = bmp_bitvec ? zend_ulong_ntz(bmp_bitvec) >> 2 : 8; in mb_wchar_to_utf16le_avx2() local
1024 n_words--; in mb_wchar_to_utf16le_avx2()
1036 } while (n_words); in mb_wchar_to_utf16le_avx2()

Completed in 6 milliseconds