Home
last modified time | relevance | path

Searched defs:BYTE_WIDTH (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction-inl.h28 constexpr size_t BYTE_WIDTH = 8; in ReadHelper() local
54 constexpr size_t BYTE_WIDTH = 8; in Read() local
70 constexpr size_t BYTE_WIDTH in Read64() local
[all...]
H A Dhelpers.h65 constexpr size_t BYTE_WIDTH = std::numeric_limits<uint8_t>::digits; in Read() local
H A Dfile_writer.h64 static constexpr size_t BYTE_WIDTH = std::numeric_limits<uint8_t>::digits; in Write() local
72 data >>= BYTE_WIDTH; in Write() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction-inl.h28 constexpr size_t BYTE_WIDTH = 8; in ReadHelper() local
36 v >>= offset % BYTE_WIDTH; in ReadHelper() local
52 constexpr size_t BYTE_WIDTH = 8; in Read() local
68 constexpr size_t BYTE_WIDTH in Read64() local
[all...]
H A Dhelpers.h38 constexpr size_t BYTE_WIDTH = std::numeric_limits<uint8_t>::digits; in Read() local
H A Dfile_writer.h63 [[maybe_unused]] static constexpr size_t BYTE_WIDTH = std::numeric_limits<uint8_t>::digits; in Write() local
71 data >>= BYTE_WIDTH; in Write() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h85 constexpr size_t BYTE_WIDTH = 8; in ReadHelper() local
110 constexpr size_t BYTE_WIDTH = 8; in Read() local
125 constexpr size_t BYTE_WIDTH in Read64() local
[all...]

Completed in 3 milliseconds