Home
last modified time | relevance | path

Searched defs:three_bytes_count (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
Dsimdutf.cpp17394 …size_t three_bytes_count = count_ones(vgetq_lane_u64(vreinterpretq_u64_u16(compressed_bytemask1), … in utf8_length_from_utf32() local
21784 size_t three_bytes_count = 32 - ascii_count - two_bytes_count - surrogate_bytes_count; in utf8_length_from_utf16le() local
21824 size_t three_bytes_count = 32 - ascii_count - two_bytes_count - surrogate_bytes_count; in utf8_length_from_utf16be() local
21944 size_t three_bytes_count = count_ones(three_bytes_bitmask); in utf8_length_from_utf32() local
26814 size_t three_bytes_count = count_ones(three_bytes_bitmask) / 4; in utf8_length_from_utf32() local
33207 size_t three_bytes_count = count_ones(three_bytes_bitmask) / 4; in utf8_length_from_utf32() local