Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dustring.cpp36 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info_builder.cpp161 uint32_t low = value & ((1LLU << BITS_PER_UINT32) - 1); in AddConstant() local
Dvreg_info.h130 void SetConstantIndices(uint16_t low, uint16_t hi) in SetConstantIndices()
Dcode_info.h279 uint64_t low = constant_table_.GetRow(vreg.GetConstantLowIndex()).GetValue(); in GetConstant() local
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h124 int low = 0; in BinarySearch() local
Djs_bigint.cpp1040 uint32_t low = BigIntHelper::AddHelper( in Mul() local
1077 uint32_t low; in Multiply() local
1270 uint32_t low = 0; in ImproveAccuracy() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h156 icu::UnicodeString low = uString.toLower(); in ToLower() local
167 icu::UnicodeString low = uString.toLower(locale); in ToLocaleLower() local
Dutf_helper.cpp50 uint16_t low = utf16[*index + 1]; in DecodeUTF16() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h286 uint32_t low = 0; in HandleOpRange32() local
332 uint32_t low = 0; in HandleOpRange() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp109 int32_t low = 0; in BinarySearchHashes() local
Djs_api_plain_array.cpp108 int32_t low = fromIndex; in BinarySearch() local
Djs_api_lightweightmap.cpp485 int32_t low = 0; in BinarySearchHashes() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp813 auto low = CreateLabel(); in EncodeCountLeadingZeroBits() local