Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp776 struct base_u16 { struct
781 simdutf_really_inline base_u16() = default;
782 simdutf_really_inline base_u16(const uint16x8_t _value) : value(_value) {} in base_u16() function
804 struct base16: base_u16<T> {
808 simdutf_really_inline base16() : base_u16<T>() {} in base16()
809 simdutf_really_inline base16(const uint16x8_t _value) : base_u16<T>(_value) {} in base16()
813 static const int SIZE = sizeof(base_u16<T>::value);
[all...]

Completed in 43 milliseconds