Home
last modified time | relevance | path

Searched defs:high (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dustring.cpp36 char32_t StringView::DecodeSurrogates(char32_t high, char32_t low) in DecodeSurrogates()
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h126 int high = elements - 1; in BinarySearch() local
Djs_bigint.cpp1042 uint32_t high = (midRes1 >> HALFDATEBITS) + (midRes2 >> HALFDATEBITS) + highRes + carry; in Mul() local
1069 uint32_t high = 0; in Multiply() local
1228 uint32_t high = 0; in SpecialMultiplyAndSub() local
1269 uint32_t high = 0; in ImproveAccuracy() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp27 int high = static_cast<int>(callsiteNum) - 1; in BinaraySearch() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp46 uint16_t high = utf16[*index]; in DecodeUTF16() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h287 uint32_t high = in HandleOpRange32() local
333 uint32_t high = in HandleOpRange() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp110 int32_t high = size - 1; in BinarySearchHashes() local
Djs_api_plain_array.cpp109 int32_t high = toIndex - 1; in BinarySearch() local
Djs_api_lightweightmap.cpp486 int32_t high = size - 1; in BinarySearchHashes() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2686 uint64_t high = imm >> WORD_SIZE; in CanEncodeImmLogical() local