Home
last modified time | relevance | path

Searched defs:indexes (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DTree.h83 int indexes, /**< no of indexes into tree */ member
/arkcompiler/runtime_core/libpandabase/utils/
H A Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask() argument
36 static constexpr size_t MakeMask(Indexes... indexes) in MakeMask() argument
42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask() argument
36 static constexpr size_t MakeMask(Indexes... indexes) in MakeMask() argument
42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h377 explicit IndexHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in IndexHeaderItem() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.h345 explicit RegionHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in RegionHeaderItem() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp114 auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, str->GetCoreType()); in StdCoreStringSubstring() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dchecks_elimination.cpp549 auto *indexes = &lenArrayIt->second; in PushNewBoundsCheck() local
555 void ChecksElimination::PushNewBoundsCheckAtExistingIndexes(GroupedBoundsChecks *indexes, Inst *index, Inst *inst, in PushNewBoundsCheckAtExistingIndexes() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp271 auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, static_cast<coretypes::String *>(obj)); in SubStringFromStringEntrypoint() local

Completed in 15 milliseconds