Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12713 const uint64_t surrogates_wordmask1 = ((nextin16 & v_f8) == v_d8).to_bitmask64(); in arm_detect_encodings() local
12716 if (surrogates_wordmask0 != 0 || surrogates_wordmask1 != 0) { in arm_detect_encodings()
12725 if (((surrogates_wordmask0 | surrogates_wordmask1) & 0xf0f0f0f0f0f0f0f0) != 0) { in arm_detect_encodings()
12728 // Not efficient, we do not process surrogates_wordmask1 in arm_detect_encodings()
[all...]

Completed in 32 milliseconds