Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h264 struct alignas(16U) ExternalData { // NOLINT(readability-magic-numbers) struct
265 static constexpr size_t SIZE = 256U * 3;
266 uint8_t data[SIZE]; // NOLINT(modernize-avoid-c-arrays)