Searched defs:bitSize (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/debugger/arch/
H A DRegister.cpp13 Register::Register(int32 index, const char* name, uint32 bitSize, argument
/haiku/src/kits/debugger/util/
H A DBitBuffer.cpp15 uint64 bitSize; member in struct:BitBuffer::BitReader
18 BitReader(const uint8* data, uint64 bitSize, uint32 bitOffset) argument
97 BitBuffer::AddBits(const void* _data, uint64 bitSize, uint32 bitOffset) argument
144 AddZeroBits(uint64 bitSize) argument
[all...]
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp96 SetTo(const ValueLocation& other, uint64 bitOffset, uint64 bitSize) argument
[all...]
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp104 uint32 bitSize = piece.bitSize; local
/haiku/headers/private/debugger/types/
H A DValueLocation.h35 uint64 bitSize; // total size in bits member in struct:ValuePieceLocation
121 void SetSize(uint64 bitSize, uint64 bitOffset) argument
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp205 uint64 bitSize = fDataReader.ReadUnsignedLEB128(0); local
251 uint64 bitSize = fDataReader.ReadUnsignedLEB128(0); local
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp541 UiUtils::FormatSIMDValue(const BVariant& value, uint32 bitSize, argument
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp777 _AddRegister(int32 index, const char* name, uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved) argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp852 _AddRegister(int32 index, const char* name, uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved) argument
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp625 uint32 bitSize = 0; local
H A DDwarfTypes.cpp824 uint64 bitSize = byteSize * 8; local
[all...]

Completed in 145 milliseconds