Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.h95 static constexpr uint16_t BIT_MASK_4F = 0xFFFF; member
H A Dbuiltins_global.cpp341 ret = ((ret << 4U) | idx) & BIT_MASK_4F; // NOLINT 4: means shift left by 4 in GetValueFromHexString()

Completed in 3 milliseconds