HomeSort by: relevance | last modified time | path
    Searched defs:end_line (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
errtest.c 144 int l, start_line = -1, end_line = -1; local
153 end_line = __LINE__ - 1;
156 || (l > 0 && !(TEST_int_eq(l, start_line) || TEST_int_eq(l, end_line)))
  /src/external/gpl2/groff/dist/src/devices/grohtml/
output.cpp 170 simple_output &simple_output::end_line() function in class:simple_output
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_message.c 112 char *end_line; local
124 end_line = line + strcspn(line, "\n");
126 if (end_line - start_line < 70) { /* TAB counts as one */
132 next_line = *end_line ? end_line + 1 : 0;
  /src/external/mit/isl/dist/
isl_printer.c 186 __isl_give isl_printer *(*end_line)(__isl_take isl_printer *p); member in struct:isl_printer_ops
589 p = p->ops->end_line(p);
595 p = p->ops->end_line(p);
605 p = p->ops->end_line(p);
672 return p->ops->end_line(p);
721 p = p->ops->end_line(p);
759 p = p->ops->end_line(p);
820 p = p->ops->end_line(p);
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 422 int start_line = line_number, end_line;
437 end_line = line_number;
450 line_number = end_line;
420 int start_line = line_number, end_line; local
node.c 950 char end_line[sizeof(html_end)];
955 || fgets (end_line, sizeof (html_end),
959 || strcasecmp (end_line, html_end) != 0)
946 char end_line[sizeof(html_end)]; local
  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.c 183 int end_line;
677 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
862 key->end_line);
868 key->end_line = line;
1000 || compare_locations (key->end_file, key->end_line,
180 int end_line; member in struct:macro_key
  /src/external/gpl3/gdb/dist/gdb/
macrotab.c 183 int end_line;
677 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
862 key->end_line);
868 key->end_line = line;
1000 || compare_locations (key->end_file, key->end_line,
180 int end_line; member in struct:macro_key
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 114 ps_output &ps_output::end_line() function in class:ps_output
1435 out.end_line();
1517 out.end_line();
  /src/external/gpl2/texinfo/dist/util/
install-info.c 97 int end_line;
117 int end_line;
1032 next->end_line = 0;
1038 (*nodes)->end_line = i;
1042 (*nodes)->last_section->end_line = i;
1070 next->end_line = 0;
1075 (*nodes)->last_section->end_line = i;
1133 (*nodes)->end_line = nlines;
1135 (*nodes)->last_section->end_line = nlines;
1395 for (i = section->end_line; i > section->start_line; i--
96 int end_line; member in struct:node
116 int end_line; member in struct:menu_section
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c 1483 char *end_line; local
1550 end_line = line + strcspn(line, "\n");
1552 if (end_line - start < 70) { /* TAB counts as one */
1558 next_line = *end_line ? end_line + 1 : 0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 3139 uint32_t *end_line)
3159 *end_line = *start_line + 2;
3161 if (*end_line >= dc_crtc_timing->v_total)
3162 *end_line = 2;
3170 uint32_t *end_line)
3185 end_line);
3205 uint32_t end_line = 0; local
3207 dcn10_cal_vline_position(dc, pipe_ctx, vline, &start_line, &end_line);
3209 tg->funcs->setup_vertical_interrupt0(tg, start_line, end_line);
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 323 unsigned end_line; member in class:function_info
721 start_line (0), start_column (0), end_line (0), end_column (0),
745 return is_group && src == src_idx && start_line <= n && n <= end_line;
1336 function->set_integer ("end_line", (*it)->end_line);
1382 if (last_fn != NULL && last_fn->end_line == line_num)
1543 and end_line information of the function. */
1545 fn->lines.resize (fn->end_line - fn->start_line + 1);
1955 unsigned end_line = gcov_read_unsigned ();
1969 fn->end_line = end_line
1954 unsigned end_line = gcov_read_unsigned (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 288 unsigned end_line; member in class:function_info
677 start_line (0), start_column (0), end_line (0), end_column (0),
701 return is_group && src == src_idx && start_line <= n && n <= end_line;
1232 function->set ("end_line", new json::integer_number ((*it)->end_line));
1282 if (last_fn != NULL && last_fn->end_line == line_num)
1443 and end_line information of the function. */
1445 fn->lines.resize (fn->end_line - fn->start_line + 1);
1855 unsigned end_line = gcov_read_unsigned ();
1869 fn->end_line = end_line
1854 unsigned end_line = gcov_read_unsigned (); local
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 189 unsigned end_line, unsigned end_column) {
191 end_line, end_column);
421 unsigned begin_line, begin_column, end_line, end_column; local
426 &end_file, &end_line, &end_column, 0); local
432 PrintExtent(stdout, begin_line, begin_column, end_line, end_column);
1217 unsigned start_line, start_column, end_line, end_column; local
1221 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
1231 PrintExtent(out, start_line, start_column, end_line, end_column);
1238 PrintExtent(out, start_line, start_column, end_line, end_column);
2254 unsigned end_line, unsigned end_col
4253 unsigned start_line, start_column, end_line, end_column; local
4268 unsigned start_line, start_column, end_line, end_column; local
4280 0, &end_line, &end_column, 0); local
    [all...]
  /src/external/bsd/tmux/dist/
window-copy.c 5637 u_int end_line; local
5648 end_line = 0;
5651 end_line = gd->hsize + gd->sy - 1;
5654 if (line == end_line)
5657 if (line == end_line)

Completed in 42 milliseconds