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()
156 …ileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t bufSize, int append, in CreateOrAddFileIntoZip()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp356 int NumberHelper::CustomFcvtHelper(std::string& buf, int bufSize, double valueNumber, int digits, i… in CustomFcvtHelper()
373 void NumberHelper::CustomFcvt(std::string& buf, int bufSize, double valueNumber, int digits) in CustomFcvt()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1558 const size_t bufSize = 4096; in ReadFromPipe() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp100 const uint32 bufSize = 257; in CreateNewRetVar() local
147 const uint32 bufSize = 18; in RegisterExternalLibraryFunctions() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp696 constexpr int bufSize = 9; in EmitStr16Constant() local