Home
last modified time | relevance | path

Searched defs:bufferEnd (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dcode_allocator.cpp88 void *bufferEnd = ToVoidPtr(ToUintPtr(ptr) + size); in CodeRangeUpdate() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnumberLiteral.cpp235 auto bufferEnd = bufferStart + k; in FpToStringDecimalRadixMainCase() local
364 auto bufferEnd = SmallFpToString(number, negative, buffer.begin()); in FpToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h337 auto bufferEnd = std::to_chars(buffer.begin(), buffer.end(), intVal).ptr; in FpToStringDecimalRadix() local
355 auto bufferEnd = SmallFpToString(number, negative, buffer.begin()); in FpToStringDecimalRadix() local
Dets_intrinsics_helpers.cpp592 auto bufferEnd = bufferStart + k; in FpToStringDecimalRadixMainCase() local