| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | dtoa_helper.cpp | 68 void DtoaHelper::GrisuRound(char *buffer, int len, uint64_t delta, uint64_t rest, uint64_t tenKappa… in GrisuRound() 100 void DtoaHelper::DigitGen(const DiyFp &W, const DiyFp &Mp, uint64_t delta, char *buffer, int *len, … in DigitGen() 187 void DtoaHelper::Grisu(double value, char *buffer, int *length, int *K) in Grisu() 203 void DtoaHelper::Dtoa(double value, char *buffer, int *point, int *length) in Dtoa() 214 BufferVector<char> buffer, int* length) in FillDigits32FixedLength() 223 void DtoaHelper::FillDigits32(uint32_t number, BufferVector<char> buffer, int* length) in FillDigits32() 247 BufferVector<char> buffer, int* length) in FillDigits64FixedLength() 259 void DtoaHelper::FillDigits64(uint64_t number, BufferVector<char> buffer, int* length) in FillDigits64() 278 void DtoaHelper::RoundUp(BufferVector<char> buffer, int* length, int* decimal_point) in RoundUp() 302 BufferVector<char> buffer, int* length, int* decimal_point) in FillFractionals() [all …]
|
| D | bit_helper.h | 33 inline T ReadBuffer(void **buffer, size_t offset) in ReadBuffer() 41 inline T ReadBuffer(void **buffer) in ReadBuffer() 48 inline char *ReadBuffer(void **buffer) in ReadBuffer() 56 inline T *ReadBufferInSize(void **buffer) in ReadBufferInSize()
|
| D | atomic_helper.cpp | 27 JSTaggedValue buffer = TypedArrayHelper::ValidateTypedArray(thread, typedArray); in ValidateIntegerTypedArray() local 95 JSHandle<JSTaggedValue> buffer(thread, bufferValue); in AtomicStore() local 121 JSHandle<JSTaggedValue> buffer(thread, bufferValue); in AtomicLoad() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ringbuf/ |
| D | lock_free_ring_buffer_test.cpp | 33 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 45 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 59 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 84 void PopElementsFromBuffer(LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> *buffer, std::atomic<bool> *… in PopElementsFromBuffer() 103 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ringbuf/ |
| D | lock_free_ring_buffer_test.cpp | 33 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 44 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 57 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 81 void PopElementsFromBuffer(LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> *buffer, std::atomic<bool> *… in PopElementsFromBuffer() 99 LockFreeBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_file_info.cpp | 22 bool PGOProfilerHeader::BuildFromLegacy(void *buffer, PGOProfilerHeader **header) in BuildFromLegacy() 49 bool PGOProfilerHeader::BuildFromElastic(void *buffer, size_t bufferSize, PGOProfilerHeader **heade… in BuildFromElastic() 68 bool PGOProfilerHeader::ParseFromBinary(void *buffer, size_t bufferSize, PGOProfilerHeader **header) in ParseFromBinary() 93 bool PGOProfilerHeader::VerifyConsistency(void *buffer, size_t bufferSize) const in VerifyConsistency()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | ring_buffer_test.cpp | 25 constexpr RingBuffer<int, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 38 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 90 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | thread_communicator.cpp | 33 const void *buffer = reinterpret_cast<const void *>(&sample); in SendSample() local 47 void *buffer = reinterpret_cast<void *>(sample); in ReadSample() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | pandafile.cpp | 36 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() 41 std::unique_ptr<const panda_file::File> ParseAndOpenPandaFile(const void *buffer, size_t size, in ParseAndOpenPandaFile()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | pandafile.cpp | 38 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() 43 std::unique_ptr<const panda_file::File> ParseAndOpenPandaFile(const void *buffer, size_t size, in ParseAndOpenPandaFile()
|
| /arkcompiler/ets_runtime/test/fuzztest/bufferrefnew_fuzzer/ |
| D | bufferrefnew_fuzzer.cpp | 60 Local<BufferRef> buffer = BufferRef::New(vm, (int32_t)size); in BufferRefByteLengthFuzzTest() local 74 Local<BufferRef> buffer = BufferRef::New(vm, (int32_t)size); in BufferRefGetBufferFuzzTest() local 88 Local<BufferRef> buffer = BufferRef::New(vm, (int32_t)size); in BufferToStringCallbackFuzzTest() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | native_stack.cpp | 26 std::vector<char> buffer(BUFF_SIZE); in ReadOsFile() local 35 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_controller_utils.cpp | 22 …mControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer) in CalculateAverageSpeed() 27 …mControllerUtils::CalculateAverageSpeed(const base::GCRingBuffer<BytesAndDuration, LENGTH> &buffer, in CalculateAverageSpeed()
|
| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.cpp | 23 std::string buffer(key.size() + WEB_SOCKET_GUID.size(), 0); in EncodeKey() local 35 unsigned char buffer[bufferSize]; in EncodeKey() local
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | utils.cpp | 23 void GenerateModifiedAbc(const std::vector<unsigned char> &buffer, const std::string &filename) in GenerateModifiedAbc() 44 …difyBuffer(std::unordered_map<uint32_t, uint32_t> &literal_map, std::vector<unsigned char> &buffer) in ModifyBuffer()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/regression/ |
| D | lib.d.ts | 18 export namespace buffer { namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/ts_to_sts/ |
| D | main.js | 20 let buffer = new ArrayBuffer(1); variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | ring_buffer_test.cpp | 38 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local 90 RingBuffer<size_t, DEFAULT_BUFFER_SIZE> buffer; in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | binary_buffer_parser.h | 23 BinaryBufferParser(uint8_t *buffer, uint32_t length) : buffer_(buffer), length_(length) {} in BinaryBufferParser()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | pandafile.cpp | 53 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() 58 std::unique_ptr<const panda_file::File> ParseAndOpenPandaFile(const void *buffer, size_t size, in ParseAndOpenPandaFile()
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | pandafile.cpp | 51 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() 56 std::unique_ptr<const panda_file::File> ParseAndOpenPandaFile(const void *buffer, size_t size, in ParseAndOpenPandaFile()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | pandafile.cpp | 51 std::unique_ptr<const panda_file::File> OpenPandaFileFromMemory(uint8_t *buffer, size_t size) in OpenPandaFileFromMemory() 56 std::unique_ptr<const panda_file::File> ParseAndOpenPandaFile(const void *buffer, size_t size, in ParseAndOpenPandaFile()
|
| /arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 44 std::unique_ptr<AppData> AppData::CreateByBuffer(const std::vector<uint8_t> &buffer) in CreateByBuffer() 125 std::vector<uint8_t> buffer; in SaveAppData() local 198 std::vector<uint8_t> buffer; in ForEachApps() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.h | 115 GateRef GetArrayBufferByteLength(GateRef buffer) in GetArrayBufferByteLength() 121 GateRef GetExternalPointer(GateRef buffer) in GetExternalPointer()
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraynan/ |
| D | typedarraynan.js | 43 var buffer = new ArrayBuffer(8); variable
|