Searched refs:packedChars (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DASCIIFastPath.h128 __m128i packedChars = _mm_packus_epi16(first8UChars, second8UChars); local
129 _mm_storeu_si128(reinterpret_cast<__m128i*>(&destination[i]), packedChars); local

Completed in 64 milliseconds