Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h188 uint32_t byte_stride = 0; member
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h251 uint32_t byte_stride = 0; member
DDWARFASTParserClang.cpp332 byte_stride = form_value.Unsigned(); in ParsedDWARFTypeAttributes()
1314 attrs.byte_stride = array_info->byte_stride; in ParseArrayType()
1317 if (attrs.byte_stride == 0 && attrs.bit_stride == 0) in ParseArrayType()
1318 attrs.byte_stride = element_type->GetByteSize(nullptr).getValueOr(0); in ParseArrayType()
1323 attrs.byte_stride * 8 + attrs.bit_stride; in ParseArrayType()
3060 array_info.byte_stride = form_value.Unsigned(); in ParseChildArrayInfo()
/freebsd-12-stable/sys/dev/ixl/
Dixl_pf_main.c3874 int byte_stride = 16; in ixl_sbuf_print_bytes() local
3875 int lines = length / byte_stride; in ixl_sbuf_print_bytes()
3876 int rem = length % byte_stride; in ixl_sbuf_print_bytes()
3882 ? rem : byte_stride; in ixl_sbuf_print_bytes()
3884 sbuf_printf(sb, "%4d | ", label_offset + i * byte_stride); in ixl_sbuf_print_bytes()
3887 sbuf_printf(sb, "%02x ", buf[i * byte_stride + j]); in ixl_sbuf_print_bytes()
3889 if (width < byte_stride) { in ixl_sbuf_print_bytes()
3890 for (k = 0; k < (byte_stride - width); k++) in ixl_sbuf_print_bytes()
3900 c = (char)buf[i * byte_stride + j]; in ixl_sbuf_print_bytes()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def335 HANDLE_DW_AT(0x51, byte_stride, 3, DWARF)