Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dustring.cpp34 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.cpp36 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_builder.cpp165 uint32_t low = value & ((1LLU << BITS_PER_UINT32) - 1); in AddConstant() local
Dvreg_info.h153 void SetConstantIndices(uint16_t low, uint16_t hi) in SetConstantIndices()
Dcode_info.h282 uint64_t low = constantTable_.GetRow(vreg.GetConstantLowIndex()).GetValue(); in GetConstant() local
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp23 uint32_t low = 0; in Sort() local
89 int low = from; in ReverseRange() local
Ddtoa_helper.h59 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128()
Dstring_helper.h215 icu::UnicodeString low = uString.toLower(locale); in ToLocaleLower() local
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp45 uint16_t low = utf16[*index + 1]; in DecodeUTF16() local
275 uint32_t low = utf16In[i + 1]; in ConvertRegionUtf16ToUtf8() local
Dutf_helper.h240 size_t low = HexChar16Value(behind); in GetValueFromTwoHex() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h297 uint32_t low = 0; in HandleOpRange32() local
342 uint32_t low = 0; in HandleOpRange() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder_helper.cpp172 char16_t low = wc & LOW_8_BITS_MASK; in Utf16LEToBE() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h290 uint32_t low = 0; in HandleOpRange32() local
618 uint32_t low = 0; in IsFoundOpRange() local
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h160 int low = 0; in BinarySearch() local
Djs_bigint.cpp583 uint32_t low = static_cast<uint32_t>(absVal); in Int64ToBigInt() local
602 const uint32_t low = static_cast<uint32_t>(number); in Uint64ToBigInt() local
1146 uint32_t low = BigIntHelper::AddHelper( in Mul() local
1183 uint32_t low; in Multiply() local
1379 uint32_t low = 0; in ImproveAccuracy() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp384 char16_t low = wc & 0x00FF; in Utf16BEToLE() local
682 char low = static_cast<char>(c & 0x00FF); in Utf16StrToStr() local
1183 uint8_t low = hexStr[i] & 0x0f; in HexEncode() local
1232 JSTaggedValue MergeUInt(JSTaggedValue low, JSTaggedValue high, uint64_t byteLengthLow) in MergeUInt()
Djs_api_lightweightset.cpp109 int32_t low = 0; in BinarySearchHashes() local
Djs_api_lightweightmap.cpp500 int32_t low = 0; in BinarySearchHashes() local
Djs_api_plain_array.cpp134 int32_t low = fromIndex; in BinarySearch() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp72 int low = 0; in BinaraySearch() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp792 auto low = LoadPrimitive(VariableType::INT8(), pc, IntPtr(1)); in GetSlotID() local
Dmcr_circuit_builder.cpp1384 GateRef low = TruncInt64ToInt32(rawVal); in CalcHashcodeForInt() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1256 auto low = CreateLabel(); in EncodeCountLeadingZeroBits() local