Lines Matching refs:nout
17957 int64_t nout = _mm_popcnt_u64(mprocessed);
17960 _mm512_mask_storeu_epi16(out, __mmask32((uint64_t(1) << nout) - 1), Wout);
17961 out += nout;
18043 int64_t nout = _mm_popcnt_u64(mprocessed);
18045 _mm512_mask_storeu_epi16(out, __mmask32((uint64_t(1) << nout) - 1), Wout);
18046 out += nout;
18090 int nout = _mm_popcnt_u32(uint32_t(leading));
18091 _mm512_mask_storeu_epi16(out, __mmask32((uint64_t(1) << nout) - 1), final);
18092 out += nout; // UTF-8 to UTF-16 is only expansionary in this case.
18094 int nout = int(_mm_popcnt_u64(_pdep_u64(0xFFFFFFFF, leading)));
18095 _mm512_mask_storeu_epi16(out, __mmask32((uint64_t(1) << nout) - 1), final);
18096 out += nout; // UTF-8 to UTF-16 is only expansionary in this case.