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 D | Tree.h | 83 int indexes, /**< no of indexes into tree */ member
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | regmask.h | 26 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 D | regmask.h | 26 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 D | file_item_container.h | 377 explicit IndexHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in IndexHeaderItem() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_item_container.h | 345 explicit RegionHeaderItem(std::vector<IndexItem *> indexes) : indexes_(std::move(indexes)) in RegionHeaderItem() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_String.cpp | 114 auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, str->GetCoreType()); in StdCoreStringSubstring() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | checks_elimination.cpp | 549 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 D | entrypoints.cpp | 271 auto indexes = coretypes::String::NormalizeSubStringIndexes(begin, end, static_cast<coretypes::String *>(obj)); in SubStringFromStringEntrypoint() local
|
Completed in 15 milliseconds