Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/types/
Dprimitives.test.ts55 let buff = createLiteralBufferArray(expectedBuffValues); variable
95 let buff = createLiteralBufferArray(expectedBuffValues); variable
125 let buff = createLiteralBufferArray(expectedBuffValues); variable
154 let buff = createLiteralBufferArray(expectedBuffValues); variable
192 let buff = createLiteralBufferArray(expectedBuffValues); variable
220 let buff = createLiteralBufferArray(expectedBuffValues); variable
248 let buff = createLiteralBufferArray(expectedBuffValues); variable
Dclass.test.ts63 let buff = createLiteralBufferArray(expectedBuffValues); variable
99 let buff = createLiteralBufferArray(expectedBuffValues); variable
134 let buff = createLiteralBufferArray(expectedBuffValues); variable
176 let buff = createLiteralBufferArray(expectedBuffValues); variable
211 let buff = createLiteralBufferArray(expectedBuffValues); variable
254 let buff = createLiteralBufferArray(expectedBuffValues); variable
299 let buff = createLiteralBufferArray(expectedBuffValues); variable
340 let buff = createLiteralBufferArray(expectedBuffValues); variable
Darray.test.ts71 let buff = createLiteralBufferArray(expectedBuffValues); variable
104 let buff = createLiteralBufferArray(expectedBuffValues); variable
155 let buff = createLiteralBufferArray(expectedBuffValues); variable
189 let buff = createLiteralBufferArray(expectedBuffValues); variable
218 let buff = createLiteralBufferArray(expectedBuffValues); variable
247 let buff = createLiteralBufferArray(expectedBuffValues); variable
Dfunction.test.ts56 let buff = createLiteralBufferArray(expectedBuffValues); variable
88 let buff = createLiteralBufferArray(expectedBuffValues); variable
127 let buff = createLiteralBufferArray(expectedBuffValues); variable
168 let buff = createLiteralBufferArray(expectedBuffValues); variable
206 let buff = createLiteralBufferArray(expectedBuffValues); variable
Dunion.test.ts64 let buff = createLiteralBufferArray(expectedBuffValues); variable
100 let buff = createLiteralBufferArray(expectedBuffValues); variable
126 let buff = createLiteralBufferArray(expectedBuffValues); variable
163 let buff = createLiteralBufferArray(expectedBuffValues); variable
Dobject.test.ts52 let buff = createLiteralBufferArray(expectedBuffValues); variable
89 let buff = createLiteralBufferArray(expectedBuffValues); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_native_stack_test.cpp34 char buff[1024] = "abcdefg"; variable
Dcode_allocator_test.cpp60 uint8_t buff[] = {0xCC, 0xCC}; variable
Dbit_table_test.cpp417 std::array<uint32_t, 128> buff; in TEST_F() local
/arkcompiler/runtime_core/libpandabase/mem/
Darena.h157 AlignedArena(size_t buff_size, void *buff) : Arena(buff_size, buff, AlignmentT) {} in AlignedArena()
174 …DoubleLinkedAlignedArena(size_t buff_size, void *buff) : AlignedArena<AlignmentT>(buff_size, buff)… in DoubleLinkedAlignedArena()
Darena-inl.h27 inline Arena::Arena(size_t buff_size, void *buff) : Arena(buff_size, buff, ARENA_DEFAULT_ALIGNMENT)… in Arena()
29 inline Arena::Arena(size_t buff_size, void *buff, Alignment start_alignment) in Arena()
Dmalloc_mem_pool-inl.h49 void *buff = reinterpret_cast<char *>(reinterpret_cast<std::uintptr_t>(ret) + sizeof(ArenaT)); in AllocArenaImpl() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp92 void FunctionEmitter::GenBufferLiterals(const LiteralBuffer *buff) in GenBufferLiterals()
222 for (const auto *buff : pg_->BuffStorage()) { in GenLiteralBuffers() local
456 const LiteralBuffer *buff) in GenBufferLiterals()
DtypeExtractorEmitter.cpp239 for (const auto *buff : recorder->BuffStorage()) { in GenTypeLiteralBuffers() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1422 static bool IsStartOrEndPosition(int idx, char *buff, const std::string &data) in IsStartOrEndPosition()
1509 static bool HandleBuffer(const int &ret, char *buff, std::string &data, panda::pandasm::Program &pr… in HandleBuffer()
1564 char buff[bufSize + 1]; in ReadFromPipe() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp841 std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize)> cb) in SetHostResolveBufferTracker()