Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12794 const char32_t* end32 = reinterpret_cast<const char32_t*>(start) + len/4; in arm_detect_encodings() local
12816 while (input + 4 < end32) { in arm_detect_encodings()
20727 const char32_t *end32 =
20729 if (validate_utf32(input32, end32 - input32)) {
22151 const char32_t* end32 = reinterpret_cast<const char32_t*>(start) + len/4;
22164 while (input + 8 < end32) {
[all...]

Completed in 33 milliseconds