Searched refs:byte_stride (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h250 uint32_t byte_stride = 0; member in struct:ParsedDWARFTypeAttributes
H A DDWARFASTParserClang.cpp286 byte_stride = form_value.Unsigned();
1246 attrs.byte_stride = array_info->byte_stride;
1249 if (attrs.byte_stride == 0 && attrs.bit_stride == 0)
1250 attrs.byte_stride = element_type->GetByteSize().getValueOr(0);
1292 attrs.byte_stride * 8 + attrs.bit_stride;
3156 array_info.byte_stride = form_value.Unsigned();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h180 uint32_t byte_stride = 0; member in struct:lldb_private::SymbolFile::ArrayInfo
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c6163 int byte_stride = 16; local
6164 int lines = length / byte_stride;
6165 int rem = length % byte_stride;
6171 ? rem : byte_stride;
6173 sbuf_printf(sb, "%4d | ", label_offset + i * byte_stride);
6176 sbuf_printf(sb, "%02x ", buf[i * byte_stride + j]);
6178 if (width < byte_stride) {
6179 for (k = 0; k < (byte_stride - width); k++)
6189 c = (char)buf[i * byte_stride + j];

Completed in 139 milliseconds