Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h80 uint16_t lv = (((vv - base::utf_helper::DECODE_SECOND_FACTOR) & base::utf_helper::BIT16_MASK) + in UTF16EncodeCodePoint()
83 uint16_t hv = ((((vv - base::utf_helper::DECODE_SECOND_FACTOR) >> 10U) & base::utf_helper::BIT16_MASK) + in UTF16EncodeCodePoint()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h61 static constexpr uint16_t BIT16_MASK = 0x3FF; member
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.h96 static constexpr uint16_t BIT16_MASK = 0x3FF; member
H A Dbuiltins_global.cpp650 uint16_t lv = (((vv - base::utf_helper::DECODE_SECOND_FACTOR) & BIT16_MASK) + in UTF16EncodeCodePoint()
652 uint16_t hv = ((((vv - base::utf_helper::DECODE_SECOND_FACTOR) >> 10U) & BIT16_MASK) + // NOLINT in UTF16EncodeCodePoint()

Completed in 4 milliseconds