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.cpp63 size_t bufSize = 8 * 1024 * 1024; // 8MB buf use for string dump in DumpStringTable() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp383 int NumberHelper::CustomFcvtHelper(std::string& buf, int bufSize, double valueNumber, int digits, i… in CustomFcvtHelper()
400 void NumberHelper::CustomFcvt(std::string& buf, int bufSize, double valueNumber, int digits) in CustomFcvt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp79 const uint32 bufSize = 257; in CreateNewRetVar() local
128 const uint32 bufSize = 18; in RegisterExternalLibraryFunctions() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp786 constexpr int bufSize = 9; in EmitStr16Constant() local