Home
last modified time | relevance | path

Searched defs:bufSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.cpp145 int ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t bufSize) in ExtractToMemory()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp62 size_t bufSize = 8 * 1024 * 1024; // 8MB buf use for string dump in DumpStringTable() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp381 int NumberHelper::CustomFcvtHelper(std::string& buf, int bufSize, double valueNumber, int digits, i… in CustomFcvtHelper()
398 void NumberHelper::CustomFcvt(std::string& buf, int bufSize, double valueNumber, int digits) in CustomFcvt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp621 constexpr int bufSize = 9; in EmitAsmLabel() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp183 const size_t bufSize = size_ + FORMATED_FUNCPTR_LENGTH; in SetCrashObj() local