Searched refs:bytes_per_line (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpDataExtractor.h89 uint32_t bytes_per_line, lldb::addr_t base_addr);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-dis.c81 if (info->bytes_per_line == 0)
82 info->bytes_per_line = 6;
85 slot_multiplier = info->bytes_per_line;
H A Ds390-dis.c120 info->bytes_per_line = 6;
H A Darm-dis.c4105 info->bytes_per_line = 4;
H A Di386-dis.c3654 info->bytes_per_line = 7;
/freebsd-11-stable/contrib/gdb/include/
H A Ddis-asm.h148 int bytes_per_line; member in struct:disassemble_info
151 /* For example, if bytes_per_line is 8 and bytes_per_chunk is 4, the */
/freebsd-11-stable/contrib/binutils/include/
H A Ddis-asm.h157 int bytes_per_line; member in struct:disassemble_info
160 /* For example, if bytes_per_line is 8 and bytes_per_chunk is 4, the */
/freebsd-11-stable/sys/xen/interface/
H A Dxen.h856 uint16_t bytes_per_line; member in struct:dom0_vga_console_info::__anon13622::__anon13624
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp803 uint32_t bytes_per_line,
811 bytes_per_line, // Num bytes per line
802 DumpHexBytes(Stream *s, const void *src, size_t src_len, uint32_t bytes_per_line, lldb::addr_t base_addr) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c1436 info->bytes_per_line = 0;
1477 if (info->bytes_per_line != 0)
1478 octets_per_line = info->bytes_per_line;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dia64-tdep.c70 I've fixed the disassembler so that the bytes_per_line field will
71 be the slot multiplier. If bytes_per_line comes in as zero, it
74 we'll set bytes_per_line to SLOT_MULTIPLIER. This is okay since we
3270 info->bytes_per_line = SLOT_MULTIPLIER;

Completed in 289 milliseconds