Searched defs:bufSize (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.cpp | 145 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/ |
| D | number_helper.cpp | 356 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/ |
| D | ts2abc.cpp | 1558 const size_t bufSize = 4096; in ReadFromPipe() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 100 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/ |
| D | emit.cpp | 696 constexpr int bufSize = 9; in EmitStr16Constant() local
|