| /arkcompiler/ets_frontend/es2panda/util/ |
| D | ustring.cpp | 34 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | ustring.cpp | 36 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | utf_helper.cpp | 41 uint16_t high = utf16[*index]; in DecodeUTF16() local 274 uint32_t high = utf16In[i]; in ConvertRegionUtf16ToUtf8() local
|
| D | utf_helper.h | 239 size_t high = HexChar16Value(front); in GetValueFromTwoHex() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.h | 298 …uint32_t high = byteCode.GetU32(GetCurrentPC() + RANGE32_HEAD_OFFSET + idxMax * RANGE32_MAX_OFFSET… in HandleOpRange32() local 343 uint32_t high = in HandleOpRange() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 584 uint32_t high = static_cast<uint32_t>(absVal >> DATA_BITS); in Int64ToBigInt() local 603 const uint32_t high = static_cast<uint32_t>(number >> DATA_BITS); in Uint64ToBigInt() local 1148 uint32_t high = (midRes1 >> HALF_DATA_BITS) + (midRes2 >> HALF_DATA_BITS) + highRes + carry; in Mul() local 1175 uint32_t high = 0; in Multiply() local 1337 uint32_t high = 0; in SpecialMultiplyAndSub() local 1378 uint32_t high = 0; in ImproveAccuracy() local
|
| D | layout_info-inl.h | 162 int high = elements - 1; in BinarySearch() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_textencoder_helper.cpp | 171 char16_t high = (wc >> 8) & LOW_8_BITS_MASK; // 8 : offset value in Utf16LEToBE() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 291 uint32_t high = in HandleOpRange32() local 619 uint32_t high = byteCode.GetU16(currentPc + RANGE32_HEAD_OFFSET + in IsFoundOpRange() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | dtoa_helper.h | 59 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128()
|
| D | sort_helper.cpp | 90 int high = to - 1; in ReverseRange() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 383 char16_t high = (wc >> 8) & 0x00FF; in Utf16BEToLE() local 681 char high = static_cast<char>((c >> 8) & 0x00FF); in Utf16StrToStr() local 1182 uint8_t high = hexStr[i] >> 4; in HexEncode() local 1232 JSTaggedValue MergeUInt(JSTaggedValue low, JSTaggedValue high, uint64_t byteLengthLow) in MergeUInt()
|
| D | js_api_lightweightset.cpp | 110 int32_t high = size - 1; in BinarySearchHashes() local
|
| D | js_api_lightweightmap.cpp | 501 int32_t high = size - 1; in BinarySearchHashes() local
|
| D | js_api_plain_array.cpp | 135 int32_t high = toIndex - 1; in BinarySearch() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 177 …static EtsString *CreateNewStringFromBytes(EtsArray *bytearray, ets_int high, ets_int offset, ets_… in CreateNewStringFromBytes()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_parser.cpp | 73 int high = static_cast<int>(callsiteNum) - 1; in BinaraySearch() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 3176 uint64_t high = imm >> WORD_SIZE; in CanEncodeImmLogical() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_circuit_builder.cpp | 1393 GateRef high = TruncInt64ToInt32(Int64LSR(rawVal, Int64(32U))); in CalcHashcodeForInt() local
|