Home
last modified time | relevance | path

Searched defs:byte (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/verifier/tests/
H A Dutils.cpp39 unsigned char byte = static_cast<unsigned char>((id >> (i * 8)) & 0xff); in ConvertToLittleEndian() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dleb128.h44 uint8_t byte = data[i] & PAYLOAD_MASK; in DecodeUnsigned() local
72 uint32_t byte = *(p++); in DecodeUnsigned() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dleb128.h44 uint8_t byte = data[i] & PAYLOAD_MASK; in DecodeUnsigned() local
73 uint32_t byte = *(p++); in DecodeUnsigned() local
[all...]
/arkcompiler/toolchain/websocket/
H A Dframe_builder.cpp80 uint8_t byte = EnumToNumber(opcode_); in PushHeader() local
/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
H A Dlitecg_stackmap_type.cpp28 uint8_t byte = 0; in DecodeSLEB128() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.h192 uint8_t byte = bitmap_[arrayIndex]; in IterateOverOccupiedSlots() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A 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/
H A Delf_assembler.h127 uint8 byte = value & 0x7F; in EncodeULEB128() local
141 uint8 byte = static_cast<uint8>(static_cast<uint64>(value) & 0x7F); in EncodeSLEB128() local

Completed in 5 milliseconds