| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | leb128.h | 44 uint8_t byte = data[i] & PAYLOAD_MASK; in DecodeUnsigned() local 73 uint32_t byte = *(p++); variable 113 uint8_t byte = data[i]; in DecodeSigned() local 141 uint8_t byte = data & PAYLOAD_MASK; in EncodeUnsigned() local 164 auto byte = static_cast<uint8_t>(static_cast<size_t>(data) & PAYLOAD_MASK); in EncodeSigned() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | leb128.h | 44 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/ |
| D | openfrommemory1arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest()
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory1arg_fuzzer/ |
| D | openfrommemory1arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest()
|
| /arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
| D | openfrommemory2arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory2ArgFuzzTest()
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/ |
| D | openfrommemory2arg_fuzzer.cpp | 25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory2ArgFuzzTest()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_writer.h | 105 bool WriteByte(uint8_t byte) override in WriteByte() 140 bool WriteByte(uint8_t byte) override in WriteByte()
|
| D | file_item_container.cpp | 71 bool WriteByte(uint8_t byte) override in WriteByte()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | code_allocator_test.cpp | 67 std::byte byte{0x00}; variable
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_writer.h | 113 bool WriteByte(uint8_t byte) override in WriteByte() 148 bool WriteByte(uint8_t byte) override in WriteByte()
|
| /arkcompiler/runtime_core/verifier/tests/ |
| D | utils.cpp | 39 unsigned char byte = static_cast<unsigned char>((id >> (i * 8)) & 0xff); in ConvertToLittleEndian() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | namemangler.cpp | 411 uint8_t byte = value & 0x7f; in GetUnsignedLeb128Encode() local 427 uint8_t byte = 0; in GetUnsignedLeb128Decode() local 443 uint8_t byte = 0; in GetLEB128Encode() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/litecg/ |
| D | litecg_stackmap_type.cpp | 28 uint8_t byte = 0; in DecodeSLEB128() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
| D | Template.ts | 40 type byte = number; alias
|
| /arkcompiler/toolchain/websocket/ |
| D | frame_builder.cpp | 80 uint8_t byte = EnumToNumber(opcode_); in PushHeader() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | runslots.h | 192 uint8_t byte = bitmap_[arrayIndex]; in IterateOverOccupiedSlots() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | stackmap.h | 50 uint8 byte = static_cast<uint8>(static_cast<uint64_t>(value) & LOW_7_BITS_MASK); in EncodeLEB128() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 478 static uint64 JoinBytes(int byte, uint32 num) in JoinBytes() 508 static BaseNode *ConstructConstvalNode(int64 byte, uint64 num, PrimType primType, MIRBuilder &mirBu… in ConstructConstvalNode() 599 void MemEntry::ExpandMemsetLowLevel(int64 byte, uint64 size, MIRFunction &func, StmtNode &stmt, Blo… in ExpandMemsetLowLevel()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | elf_assembler.h | 127 uint8 byte = value & 0x7F; in EncodeULEB128() local 141 uint8 byte = static_cast<uint8>(static_cast<uint64>(value) & 0x7F); in EncodeSLEB128() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 41 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
|
| D | debug_info_extractor_test.cpp | 309 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
|
| D | file_item_container_test.cpp | 169 [](std::byte *, size_t) noexcept {}); in GetPandaFile() 1108 auto emptyDeleter = +[](std::byte *, size_t) noexcept {}; in TEST()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 42 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
|
| D | debug_info_extractor_test.cpp | 303 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_table_test.cpp | 339 [](std::byte *, size_t) noexcept {}); in InternTooLongString()
|