Home
last modified time | relevance | path

Searched refs:bytes_per_line (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/lib/libcrypto/bio/
H A Db_dump.c83 int bytes_per_line, dumped, printed, trailing, written; in BIO_dump_indent() local
102 bytes_per_line = MAX_BYTES_PER_LINE; in BIO_dump_indent()
104 bytes_per_line -= (indent - 3) / 4; in BIO_dump_indent()
105 if (bytes_per_line <= 0) in BIO_dump_indent()
129 if ((row_bytes = CBS_len(&cbs)) > bytes_per_line) in BIO_dump_indent()
130 row_bytes = bytes_per_line; in BIO_dump_indent()
174 if ((missing = bytes_per_line - row_bytes) < 0) in BIO_dump_indent()
/openbsd/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c32 const uint8_t bytes_per_line = 16, in mod_hdcp_dump_binary_message() local
36 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message()
37 trailing_bytes = msg_size % bytes_per_line; in mod_hdcp_dump_binary_message()
38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message()
45 if (i % bytes_per_line == 0) in mod_hdcp_dump_binary_message()
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dia64-dis.c81 if (info->bytes_per_line == 0) in print_insn_ia64()
82 info->bytes_per_line = 6; in print_insn_ia64()
85 slot_multiplier = info->bytes_per_line; in print_insn_ia64()
H A Dd30v-dis.c44 info->bytes_per_line = 8;
59 info->bytes_per_line = 8;
H A Dxtensa-dis.c457 info->bytes_per_line = MAX (maxsize, 4);
H A Ds390-dis.c129 info->bytes_per_line = 6;
H A Darm-dis.c942 info->bytes_per_line = 4;
961 info->bytes_per_line = 4;
H A Dtic80-dis.c380 info->bytes_per_line = 8;
H A Dpdp11-dis.c221 info->bytes_per_line = 6;
H A Dsh64-dis.c549 info->bytes_per_line = 4;
H A Dz8k-dis.c158 info->bytes_per_line = 6; in print_insn_z8k()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-dis.c81 if (info->bytes_per_line == 0) in print_insn_ia64()
82 info->bytes_per_line = 6; in print_insn_ia64()
85 slot_multiplier = info->bytes_per_line; in print_insn_ia64()
H A Dd30v-dis.c330 info->bytes_per_line = 8; in print_insn_d30v()
345 info->bytes_per_line = 8; in print_insn_d30v()
H A Ds390-dis.c120 info->bytes_per_line = 6; in print_insn_s390()
H A Dxtensa-dis.c165 info->bytes_per_line = MAX (maxsize, 4); in print_insn_xtensa()
H A Dtic80-dis.c308 info->bytes_per_line = 8; in print_insn_tic80()
H A Dpdp11-dis.c197 info->bytes_per_line = 6; in print_insn_pdp11()
H A Dsh64-dis.c531 info->bytes_per_line = 4; in print_insn_sh64x_media()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDumpDataExtractor.h99 uint32_t bytes_per_line, lldb::addr_t base_addr);
/openbsd/gnu/llvm/lldb/examples/python/
H A Dbsd.py16 def memdump(src, bytes_per_line=16, address=0): argument
19 for i in range(0, len(src), bytes_per_line):
20 s = src[i:i+bytes_per_line]
23 print("%#08.8x: %-*s %s" % (address+i, bytes_per_line*3, hex_bytes,
H A Dmach_o.py368 def dump_hex_bytes(addr, s, bytes_per_line=16): argument
372 if (i % bytes_per_line) == 0:
381 def dump_hex_byte_string_diff(addr, a, b, bytes_per_line=16): argument
405 if (i % bytes_per_line) == 0:
/openbsd/sys/arch/amd64/amd64/
H A Defifb.c54 uint32_t bytes_per_line; member
242 ri->ri_stride = efifb_console.cb_table_fb.bytes_per_line; in efifb_rasops_init()
513 efifb_console.psize = cb_fb->y_resolution * cb_fb->bytes_per_line; in efifb_cb_cnattach()
/openbsd/gnu/usr.bin/binutils/include/
H A Ddis-asm.h148 int bytes_per_line; member
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Ddis-asm.h149 int bytes_per_line; member
/openbsd/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp895 uint32_t bytes_per_line, in DumpHexBytes() argument
903 bytes_per_line, // Num bytes per line in DumpHexBytes()

123