Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h44 uint8_t byte = data[i] & PAYLOAD_MASK; in DecodeUnsigned() local
72 uint32_t byte = *(p++); variable
108 uint8_t byte = data[i]; in DecodeSigned() local
136 uint8_t byte = data & PAYLOAD_MASK; in EncodeUnsigned() local
159 auto byte = static_cast<uint8_t>(static_cast<size_t>(data) & PAYLOAD_MASK); in EncodeSigned() local
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory1arg_fuzzer/
Dopenfrommemory1arg_fuzzer.cpp25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/
Dopenfrommemory2arg_fuzzer.cpp25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory2ArgFuzzTest()
/arkcompiler/runtime_core/libpandabase/tests/
Dcode_allocator_test.cpp67 std::byte byte{0x00}; variable
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h113 bool WriteByte(uint8_t byte) override in WriteByte()
148 bool WriteByte(uint8_t byte) override in WriteByte()
Dfile_item_container.cpp59 bool WriteByte(uint8_t byte) override in WriteByte()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DpropertyNamesOfReservedWords.ts102 byte; property
189 byte; variable
378 byte, enumerator
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp42 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
Ddebug_info_extractor_test.cpp303 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
Dfile_item_container_test.cpp225 [](std::byte *, size_t) noexcept {}); in GetPandaFile()