Home
last modified time | relevance | path

Searched refs:byte_bit_offset (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp747 const uint32_t byte_bit_offset = bit_offset % 8u; in GetDescription() local
749 if (byte_bit_offset) in GetDescription()
750 strm.Printf("+%u + %u bits: (", byte_offset, byte_bit_offset); in GetDescription()