| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_opcode.cpp | 92 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(const DynChunk &buf, int pc) in GetRegExpOpCode() 107 void RegExpOpCode::DumpRegExpOpCode(std::ostream &out, const DynChunk &buf) in DumpRegExpOpCode() 117 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 125 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument 132 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 140 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument 147 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 155 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument 162 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 169 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument [all …]
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_opcode.cpp | 98 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(const DynChunk &buf, int pc) in GetRegExpOpCode() 113 void RegExpOpCode::DumpRegExpOpCode(std::ostream &out, const DynChunk &buf) in DumpRegExpOpCode() 123 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 131 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument 138 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 146 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument 153 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 161 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument 168 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 175 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() argument [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test_2.cpp | 31 ets_boolean buf[10U] = {0}; in TEST_F() local 66 ets_byte buf[10U] = {0}; in TEST_F() local 101 ets_char buf[10U] = {0}; in TEST_F() local 136 ets_short buf[10U] = {0}; in TEST_F() local 171 ets_int buf[10U] = {0}; in TEST_F() local 206 ets_long buf[10U] = {0}; in TEST_F() local 241 ets_float buf[10U] = {0}; in TEST_F() local 276 ets_double buf[10U] = {0}; in TEST_F() local 311 ets_boolean buf[10U] = {0}; in TEST_F() local 329 ets_byte buf[10U] = {0}; in TEST_F() local [all …]
|
| D | array_native_test.cpp | 83 ets_boolean *buf = env_->PinBooleanArray(array); in TEST_F() local 122 ets_byte *buf = env_->PinByteArray(array); in TEST_F() local 161 ets_char *buf = env_->PinCharArray(array); in TEST_F() local 200 ets_short *buf = env_->PinShortArray(array); in TEST_F() local 239 ets_int *buf = env_->PinIntArray(array); in TEST_F() local 278 ets_long *buf = env_->PinLongArray(array); in TEST_F() local 317 ets_float *buf = env_->PinFloatArray(array); in TEST_F() local 356 ets_double *buf = env_->PinDoubleArray(array); in TEST_F() local
|
| /arkcompiler/toolchain/websocket/ |
| D | network.cpp | 33 bool Recv(int32_t client, char* buf, size_t totalLen, int32_t flags) in Recv() 51 bool Recv(int32_t client, uint8_t* buf, size_t totalLen, int32_t flags) in Recv() 61 bool Send(int32_t client, const char* buf, size_t totalLen, int32_t flags) in Send() 75 uint64_t NetToHostLongLong(uint8_t* buf, uint32_t len) in NetToHostLongLong()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | file.h | 40 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 49 bool ReadAll(void *buf, size_t n) const in ReadAll() 59 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 68 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| D | pipe.cpp | 32 Expected<size_t, Error> ReadFromPipe(const UniqueFd &pipeFd, void *buf, size_t size) in ReadFromPipe() 38 Expected<size_t, Error> WriteToPipe(const UniqueFd &pipeFd, const void *buf, size_t size) in WriteToPipe()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | file.h | 44 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 53 bool ReadAll(void *buf, size_t n) const in ReadAll() 63 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 72 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | file.h | 48 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 57 bool ReadAll(void *buf, size_t n) const in ReadAll() 67 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 76 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| D | pipe.cpp | 59 Expected<size_t, Error> ReadFromPipe(const UniqueFd &pipeFd, void *buf, size_t size) in ReadFromPipe() 68 Expected<size_t, Error> WriteToPipe(const UniqueFd &pipeFd, const void *buf, size_t size) in WriteToPipe()
|
| D | error.cpp | 41 std::array<char, BUFSIZE> buf {}; in ToString() local
|
| D | property.cpp | 27 char buf[PROP_VALUE_MAX] = {}; in GetPropertyBuffer() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 51 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 60 bool ReadAll(void *buf, size_t n) const in ReadAll() 70 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 79 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| D | property.cpp | 27 char buf[PROP_VALUE_MAX] = {}; in GetPropertyBuffer() local
|
| D | error.cpp | 42 std::array<char, BUFSIZE> buf {}; in ToString() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | string.h | 140 inline size_t CopyDataMUtf8(uint8_t *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 152 size_t CopyDataRegionMUtf8(uint8_t *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 175 inline uint32_t CopyDataUtf16(uint16_t *buf, uint32_t maxLength) in CopyDataUtf16() 180 uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16()
|
| /arkcompiler/ets_runtime/test/moduletest/dataview/ |
| D | dataview.js | 35 const buf = new ArrayBuffer(16); constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.cpp | 192 CVector<uint8_t> buf; in WriteData() local 201 CVector<uint8_t> buf; in WriteData() local 209 CVector<uint16_t> buf; in WriteData() local 494 CVector<uint16_t> buf; in ToU16String() local 498 CVector<uint8_t> buf; in ToU16String() local 554 CVector<uint16_t> buf; in EqualToSplicedString() local 560 CVector<uint8_t> buf; in EqualToSplicedString() local 695 CVector<uint8_t> buf; in StringIsEqualUint8Data() local 700 CVector<uint16_t> buf; in StringIsEqualUint8Data() local 714 CVector<uint8_t> buf; in StringsAreEqualUtf16() local [all …]
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_unix_socket.cpp | 93 bool SendAll(int fd, const void *buf, int len) in SendAll() 136 int RecvTimeout(int fd, void *buf, int len, int timeoutMs) in RecvTimeout()
|
| /arkcompiler/runtime_core/libziparchive/tests/ |
| D | libziparchive_tests.cpp | 45 static void GenerateZipfile(const char *data, const char *archivename, int N, char *buf, char *arch… in GenerateZipfile() 141 …FileCheckTxt(const char *archivename, char *filename, const char *data, int N, char *buf, int &ret, in UnzipFileCheckTxt() 373 …ipFileCheckInDirectory(const char *archivename, char *filename, const char *data, int N, char *buf, in UnzipFileCheckInDirectory() 525 char buf[MAX_BUFFER_SIZE]; variable 602 char buf[MAX_BUFFER_SIZE]; variable 657 char buf[MAX_BUFFER_SIZE]; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | executed_memory_allocator.h | 33 MemMap buf = MachineCodePageMap(AlignUp(size, PageSize()), prot); in AllocateBuf() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | mpl_logging.cpp | 45 char buf[kMaxLogLen]; in EmitLogForDevelop() local 108 char buf[kMaxLogLen]; in EmitLogForUser() local 138 char buf[kMaxLogLen]; in EmitErrorMessage() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 156 std::string buf; in Int32ToString() local 303 …r::GetBaseForRoundingMode(double valueNumber, int digitNumber, int *decimalPoint, std::string& buf, in GetBaseForRoundingMode() 329 …CustomEcvtIsFixed(double &valueNumber, int &digits, int *decimalPoint, std::string& buf, int *sign) in CustomEcvtIsFixed() 351 std::string& buf, bool isFixed, int *sign) in CustomEcvt() 383 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() 490 void NumberHelper::DoubleToASCIIWithFlag(std::string& buf, double valueNumber, int digits, int flag… in DoubleToASCIIWithFlag() 527 …:ToASCIIWithGreatThanZero(std::string& tmpbuf, int digitNumber, int number, const std::string& buf) in ToASCIIWithGreatThanZero() 541 …berHelper::ToASCIIWithNegative(std::string& tmpbuf, int digitNumber, int n, const std::string& buf) in ToASCIIWithNegative() 570 CVector<uint8_t> buf; in StringToNumber() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 278 size_t CopyDataMUtf8(void *buf, size_t maxLength, bool isCString) in CopyDataMUtf8() 283 size_t CopyDataRegionMUtf8(void *buf, size_t start, size_t length, size_t maxLength) in CopyDataRegionMUtf8() 288 uint32_t CopyDataUtf16(void *buf, uint32_t maxLength) in CopyDataUtf16() 293 uint32_t CopyDataRegionUtf16(void *buf, uint32_t start, uint32_t length, uint32_t maxLength) in CopyDataRegionUtf16() 298 std::string_view ConvertToStringView(PandaVector<uint8_t> *buf) in ConvertToStringView()
|
| /arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/ |
| D | gotonextfile_fuzzer.cpp | 29 …void GenerateZipfile(const char* data, const char* archive_name, int n, char* buf, char* archive_f… in GenerateZipfile() 95 char buf[MAX_BUFFER_SIZE]; in GoToNextFileFuzzTest() local
|