Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h44 uint8_t byte = data[i] & PAYLOAD_MASK; in DecodeUnsigned() local
73 uint32_t byte = *(p++); variable
109 uint8_t byte = data[i]; in DecodeSigned() local
137 uint8_t byte = data & PAYLOAD_MASK; in EncodeUnsigned() local
160 auto byte = static_cast<uint8_t>(static_cast<size_t>(data) & PAYLOAD_MASK); in EncodeSigned() local
/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/static_core/tests/fuzztest/openfrommemory1arg_fuzzer/
Dopenfrommemory1arg_fuzzer.cpp25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest()
/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/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/
Dopenfrommemory2arg_fuzzer.cpp25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory2ArgFuzzTest()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_writer.h105 bool WriteByte(uint8_t byte) override in WriteByte()
140 bool WriteByte(uint8_t byte) override in WriteByte()
Dfile_item_container.cpp71 bool WriteByte(uint8_t byte) override in WriteByte()
/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/runtime_core/verifier/tests/
Dutils.cpp39 unsigned char byte = static_cast<unsigned char>((id >> (i * 8)) & 0xff); in ConvertToLittleEndian() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp560 uint8_t byte = value & 0x7f; in GetUnsignedLeb128Encode() local
576 uint8_t byte = 0; in GetUnsignedLeb128Decode() local
592 uint8_t byte = 0; in GetLEB128Encode() local
/arkcompiler/toolchain/websocket/
Dframe_builder.cpp80 uint8_t byte = EnumToNumber(opcode_); in PushHeader() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots.h192 uint8_t byte = bitmap_[arrayIndex]; in IterateOverOccupiedSlots() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h125 uint8 byte = value & 0x7F; in EncodeULEB128() local
139 uint8 byte = value & 0x7F; in EncodeSLEB128() local
/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()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_test.cpp41 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
Ddebug_info_extractor_test.cpp309 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
Dfile_item_container_test.cpp163 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
1102 auto emptyDeleter = +[](std::byte *, size_t) noexcept {}; in TEST()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_table_test.cpp339 [](std::byte *, size_t) noexcept {}); in InternTooLongString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp577 static uint64 JoinBytes(int byte, uint32 num) in JoinBytes()
632 static BaseNode *ConstructConstvalNode(int64 byte, uint64 num, PrimType primType, MIRBuilder &mirBu… in ConstructConstvalNode()
986 void MemEntry::ExpandMemsetLowLevel(int64 byte, uint64 size, MIRFunction &func, StmtNode &stmt, Blo… in ExpandMemsetLowLevel()
1034 bool MemEntry::ExpandMemset(int64 byte, uint64 size, MIRFunction &func, StmtNode &stmt, BlockNode &… in ExpandMemset()