Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h45 uint8_t byte = data[i] & PAYLOAD_MASK; in DecodeUnsigned() local
75 uint32_t byte = *(p++); variable
116 uint8_t byte = data[i]; in DecodeSigned() local
144 uint8_t byte = data & PAYLOAD_MASK; in EncodeUnsigned() local
168 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
106 uint32_t byte = *(p++); variable
144 uint8_t byte = data[i]; in DecodeSigned() local
172 uint8_t byte = data & PAYLOAD_MASK; in EncodeUnsigned() local
195 auto byte = static_cast<uint8_t>(static_cast<size_t>(data) & PAYLOAD_MASK); in EncodeSigned() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DImageUtils.ts87 const byte = input[0]; constant
89 const type = firstBytes[byte]; constant
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory1arg_fuzzer/
Dopenfrommemory1arg_fuzzer.cpp25 [](std::byte *, size_t) noexcept {}); in OpenFromMemory1ArgFuzzTest()
/arkcompiler/runtime_core/static_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.h119 bool WriteByte(uint8_t byte) override in WriteByte()
162 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()
/arkcompiler/runtime_core/verifier/tests/
Dutils.cpp39 unsigned char byte = static_cast<unsigned char>((id >> (i * 8)) & 0xff); in ConvertToLittleEndian() local
/arkcompiler/ets_runtime/test/fuzztest/stringtableutf8stringintern_fuzzer/
Dstringtableutf8stringintern_fuzzer.cpp63 uint8_t byte = data[i]; in CreateValidUtf8() local
/arkcompiler/ets_runtime/test/fuzztest/stringtableconcurrentloadstore_fuzzer/
Dstringtableconcurrentloadstore_fuzzer.cpp61 uint8_t byte = data[i]; in CreateValidUtf8() local
/arkcompiler/ets_runtime/test/fuzztest/stringtableloadstore_fuzzer/
Dstringtableloadstore_fuzzer.cpp63 uint8_t byte = data[i]; in CreateValidUtf8() local
/arkcompiler/ets_runtime/test/fuzztest/stringtablehashcollision_fuzzer/
Dstringtablehashcollision_fuzzer.cpp63 uint8_t byte = data[i]; in CreateValidUtf8() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DTemplate.ts40 type byte = number; alias
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
Dlitecg_stackmap_type.cpp28 uint8_t byte = 0; in DecodeSLEB128() 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/
Dstackmap.h50 uint8 byte = static_cast<uint8>(static_cast<uint64_t>(value) & LOW_7_BITS_MASK); in EncodeLEB128() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h127 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/plugins/ets/runtime/intrinsics/helpers/
Darray_buffer_helper.cpp304 for (uint8_t byte : bytes) { in ConvertHexEncoding() local
314 for (uint8_t byte : bytes) { in ConvertLatinEncoding() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global_uri.cpp26 void BuiltinsGlobal::AppendPercentEncodedByte(std::u16string &sStr, uint8_t byte, uint8_t &len) in AppendPercentEncodedByte()
/arkcompiler/runtime_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp303 [](std::byte *, size_t) noexcept {}); in GetPandaFile()
Dfile_test.cpp42 [](std::byte *, size_t) noexcept {}); in GetPandaFile()

12