Searched refs:line_length (Results 26 - 41 of 41) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.c737 line_length (),
1260 const int old_line_length = buffer->line_length;
1500 buffer->line_length = old_line_length;
1581 pp_buffer (pp)->line_length = 0;
1727 if (pp_buffer (pp)->line_length == 0)
1758 return pp->maximum_length - pp_buffer (pp)->line_length;
1802 pp_buffer (pp)->line_length = 0;
1819 ++pp_buffer (pp)->line_length;
H A Ddumpfile.c812 gcc_assert (buffer->line_length == 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.cc737 line_length (),
1260 const int old_line_length = buffer->line_length;
1500 buffer->line_length = old_line_length;
1581 pp_buffer (pp)->line_length = 0;
1727 if (pp_buffer (pp)->line_length == 0)
1758 return pp->maximum_length - pp_buffer (pp)->line_length;
1802 pp_buffer (pp)->line_length = 0;
1819 ++pp_buffer (pp)->line_length;
H A Ddumpfile.cc826 gcc_assert (buffer->line_length == 0);
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.cpp699 int line_length, int space)
706 ind = new html_indent(op, indentation_value, page_offset, line_length);
697 do_para(simple_output *op, const char *arg1, int indentation_value, int page_offset, int line_length, int space) argument
/netbsd-current/sys/dev/pci/bktr/
H A Dbktr_core.c2597 bktr->line_length = width;
2621 if (bktr->line_length == 0 ||
2622 bktr->current_col >= bktr->line_length) return FALSE;
2624 bktr->y = uimin(bktr->last_y, bktr->line_length);
2625 bktr->y2 = bktr->line_length;
2632 bktr->y = uimin(bktr->last_y, bktr->line_length);
2633 bktr->y2 = uimin(clip_node->y_min, bktr->line_length);
2634 bktr->yclip = uimin(clip_node->y_min, bktr->line_length);
2635 bktr->yclip2 = uimin(clip_node->y_max, bktr->line_length);
2643 bktr->yclip2 = uimin(clip_node->y_max, bktr->line_length);
[all...]
H A Dbktr_reg.h558 int line_length; member in struct:bktr_softc
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmasterdump.c77 unsigned int line_length; member in struct:dns_master_style
754 ctx->style.line_length -
2107 unsigned int rdata_column, unsigned int line_length,
2120 style->line_length = line_length;
2104 dns_master_stylecreate(dns_master_style_t **stylep, dns_masterstyle_flags_t flags, unsigned int ttl_column, unsigned int class_column, unsigned int type_column, unsigned int rdata_column, unsigned int line_length, unsigned int tab_width, unsigned int split_width, isc_mem_t *mctx) argument
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dmasterdump.c76 unsigned int line_length; member in struct:dns_master_style
751 ctx->style.line_length -
2068 unsigned int rdata_column, unsigned int line_length,
2081 style->line_length = line_length;
2065 dns_master_stylecreate(dns_master_style_t **stylep, dns_masterstyle_flags_t flags, unsigned int ttl_column, unsigned int class_column, unsigned int type_column, unsigned int rdata_column, unsigned int line_length, unsigned int tab_width, unsigned int split_width, isc_mem_t *mctx) argument
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp620 line_length((units_per_inch*13)/2),
708 line_length(e->line_length),
793 line_length = e->line_length;
898 return line_length;
906 return line_length;
1351 void line_length() function
1354 if (has_arg() && get_hunits(&temp, 'm', curenv->line_length)) {
1362 curenv->prev_line_length = curenv->line_length;
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dhttp.c1891 size_t line_length; local
1893 line = evbuffer_readln(buffer, &line_length, EVBUFFER_EOL_CRLF);
1903 line_length > req->evcon->max_headers_size) {
1908 req->headers_size = line_length;
1965 size_t line_length; local
1966 while ((line = evbuffer_readln(buffer, &line_length, EVBUFFER_EOL_CRLF))
1970 req->headers_size += line_length;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fb_helper.c704 y1 = min / info->fix.line_length;
705 y2 = min_t(u32, DIV_ROUND_UP(max, info->fix.line_length),
1678 info->fix.line_length = pitch;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c10462 rtx line_length = gen_reg_rtx (Pmode);
10492 emit_move_insn (line_length, GEN_INT (MIN_CACHELINE_SIZE));
10493 emit_insn (gen_dcacheflushsi (start_addr, end_addr, line_length));
10494 emit_insn (gen_icacheflushsi (start_addr, end_addr, line_length,
10523 emit_move_insn (line_length, GEN_INT (MIN_CACHELINE_SIZE));
10524 emit_insn (gen_dcacheflushdi (start_addr, end_addr, line_length));
10525 emit_insn (gen_icacheflushdi (start_addr, end_addr, line_length,
10447 rtx line_length = gen_reg_rtx (Pmode); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc10495 rtx line_length = gen_reg_rtx (Pmode);
10525 emit_move_insn (line_length, GEN_INT (MIN_CACHELINE_SIZE));
10526 emit_insn (gen_dcacheflushsi (start_addr, end_addr, line_length));
10527 emit_insn (gen_icacheflushsi (start_addr, end_addr, line_length,
10556 emit_move_insn (line_length, GEN_INT (MIN_CACHELINE_SIZE));
10557 emit_insn (gen_dcacheflushdi (start_addr, end_addr, line_length));
10558 emit_insn (gen_icacheflushdi (start_addr, end_addr, line_length,
10480 rtx line_length = gen_reg_rtx (Pmode); local
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c101 int line_length = strlen(line); local
104 if (client_log_buffer_index + line_length > sizeof(client_log_buffer) - 1) {
111 client_log_buffer_index += line_length;
117 int line_length = strlen(line); local
120 if (server_log_buffer_index + line_length > sizeof(server_log_buffer) - 1) {
127 server_log_buffer_index += line_length;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsslapitest.c151 int line_length = strlen(line); local
154 if (client_log_buffer_index + line_length > sizeof(client_log_buffer) - 1) {
161 client_log_buffer_index += line_length;
167 int line_length = strlen(line); local
170 if (server_log_buffer_index + line_length > sizeof(server_log_buffer) - 1) {
177 server_log_buffer_index += line_length;

Completed in 437 milliseconds

12