Home
last modified time | relevance | path

Searched full:less (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_containers.h63 template <class Key, class KeyLess = std::less<Key>>
66 template <class Key, class KeyLess = std::less<Key>>
88 template <class T, class Container = PandaVector<T>, class Compare = std::less<typename Container::…
91 template <class T, class Container = PandaVectorTL<T>, class Compare = std::less<typename Container…
94 template <class Key, class T, class Compare = std::less<>>
97 template <class Key, class T, class Compare = std::less<>>
100 template <class Key, class T, class Compare = std::less<>>
103 template <class Key, class T, class Compare = std::less<>>
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_abi.h31 constexpr uint32 kMaxInstrForTbnz = 8000; // approximately less than (2^13);
32 constexpr uint32 kMaxInstrForCondBr = 260000; // approximately less than (2^18);
33 constexpr uint32 kMaxInstrForLdr = 260000; // approximately less than (2^18);
Daarch64_cc.def29 CONDCODE(LT, 0xb) /* signed less than */
31 CONDCODE(LE, 0xd) /* signed less than or equal */
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_containers.h40 template<class T, class Compare = std::less<>>
43 template<class Key, class T, class Compare = std::less<>>
46 template<class Key, class T, class Compare = std::less<>>
Dchunk_containers.h71 template<typename K, typename Compare = std::less<K>>
82 template<typename K, typename V, typename Compare = std::less<K>>
109 template<typename K, typename V, typename Compare = std::less<K>>
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_basic.h30 regMap(std::less<uint32>(), alloc.Adapter()), in DefaultO0RegAllocator()
31 liveReg(std::less<uint8>(), alloc.Adapter()), in DefaultO0RegAllocator()
32 allocatedSet(std::less<Operand *>(), alloc.Adapter()), in DefaultO0RegAllocator()
Dcfi.h153 bool Less(const Operand &right) const override in Less() function
188 bool Less(const Operand &right) const override in Less() function
218 bool Less(const Operand &right) const override in Less() function
251 bool Less(const Operand &right) const override in Less() function
289 bool Less(const Operand &right) const override in Less() function
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DInt.sts146 * The result is less than 0 if this instance lesser than provided object
242 * Checks if this instance value is less than value of provided instance
246 * @returns true if this value is less than provided, false otherwise
253 * Checks if this instance value is less than or equal to value of provided instance
257 * @returns true if this value is less than or equal to provided, false otherwise
DShort.sts146 * The result is less than 0 if this instance lesser than provided object
250 * Checks if this instance value is less than value of provided instance
254 * @returns true if this value is less than provided, false otherwise
261 * Checks if this instance value is less than or equal to value of provided instance
265 * @returns true if this value is less than or equal to provided, false otherwise
DByte.sts147 * The result is less than 0 if this instance lesser than provided object
275 * Checks if this instance value is less than value of provided instance
279 * @returns true if this value is less than provided, false otherwise
286 * Checks if this instance value is less than or equal to value of provided instance
290 * @returns true if this value is less than or equal to provided, false otherwise
DLong.sts146 * The result is less than 0 if this instance lesser than provided object
277 * Checks if this instance value is less than value of provided instance
281 * @returns true if this value is less than provided, false otherwise
288 * Checks if this instance value is less than or equal to value of provided instance
292 * @returns true if this value is less than or equal to provided, false otherwise
DFloat.sts193 * The result is less than 0 if this instance lesser than provided object
344 * @returns true if the argument is integer ans less than MAX_SAFE_INTEGER
404 * Checks if this instance value is less than value of provided instance
408 * @returns true if this value is less than provided, false otherwise
415 * Checks if this instance value is less than or equal to value of provided instance
419 * @returns true if this value is less than or equal to provided, false otherwise
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Darena_containers.h49 template <class Key, class Compare = std::less<Key>, bool USE_OOM_HANDLER = false>
51 template <class Key, class T, class Compare = std::less<Key>, bool USE_OOM_HANDLER = false>
53 template <class Key, class T, class Compare = std::less<Key>, bool USE_OOM_HANDLER = false>
/arkcompiler/runtime_core/libpandabase/utils/
Darena_containers.h46 template <class Key, class Compare = std::less<Key>, bool use_oom_handler = false>
48 template <class Key, class T, class Compare = std::less<Key>, bool use_oom_handler = false>
50 template <class Key, class T, class Compare = std::less<Key>, bool use_oom_handler = false>
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Ddebug_info.h639 idDieMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
641 tagAbbrevMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
642 tyIdxDieIdMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
643 stridxDieIdMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
644 funcDefStrIdxDieIdMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
645 typeDefTyIdxMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
646 pointedPointerMap(std::less<uint32>(), m->GetMPAllocator().Adapter()), in DebugInfo()
647 funcLstrIdxDieIdMap(std::less<MIRFunction *>(), m->GetMPAllocator().Adapter()), in DebugInfo()
648 funcLstrIdxLabIdxMap(std::less<MIRFunction *>(), m->GetMPAllocator().Adapter()), in DebugInfo()
649 strps(std::less<uint32>(), m->GetMPAllocator().Adapter()) in DebugInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_operand.cpp24 bool StImmOperand::Less(const Operand &right) const in Less() function in maplebe::StImmOperand
45 bool ExtendShiftOperand::Less(const Operand &right) const in Less() function in maplebe::ExtendShiftOperand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp146 bool MemOperand::Less(const Operand &right) const in Less() function in maplebe::MemOperand
172 return ofstOpnd->Less(*rofstOpnd); in Less()
185 return indexReg->Less(*rindexReg); in Less()
196 return ofstOpnd->Less(*rofstOpnd); in Less()
207 bool CondOperand::Less(const Operand &right) const in Less() function in maplebe::CondOperand
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-branch-elimination-expected.pa.txt90 less 0x1a, v0
219 less 0x30, v0
233 less 0x36, v0
/arkcompiler/ets_runtime/ecmascript/
Djs_weak_container.cpp66 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetKey()
72 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetValue()
112 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetValue()
Djs_map.cpp69 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetKey()
75 …ASSERT_PRINT(entry >= 0 && entry < GetSize(), "entry must be non-negative integer less than capaci… in GetValue()
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dbinary_op.sts48 // relational (less, greater, less eq, greater eq), instanceof
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h184 template <typename T, typename Comparator = std::less<T>>
190 template <typename K, typename V, typename Comparator = std::less<K>>
193 template <typename K, typename V, typename Comparator = std::less<K>>
196 template <typename T, typename Comparator = std::less<T>>
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe22.md31 // Rewrite with Object. Less type control, need more type checks for safety
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_settings.h125 …* if average task creation is less than this value - it increases the stack size limit to create t…
193 …* If average task creation is less than this value - it increases the stack size limit twice to cr…
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtype_info.h304 LT, // less
305 LE, // less than or equal
309 LO, // less
310 LS, // less than or equal

12345678910>>...15