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

  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_lineno.c 813 Dwarf_Signed line0, column; local
891 line0 = ln->ln_lineno - line;
893 if (addr0 == 0 && line0 == 0)
901 if (line0 >= li->li_lbase &&
902 line0 <= li->li_lbase + li->li_lrange - 1) {
903 spc = (line0 - li->li_lbase) +
913 if (line0 != 0) {
915 RCHECK(WRITE_SLEB128(line0));
916 line0 = 0;
923 spc = (line0 - li->li_lbase)
    [all...]
  /src/external/gpl2/diffutils/dist/src/
util.c 675 *first0 = hunk->line0;
681 l0 = next->line0 + next->deleted - 1;
686 for (i = next->line0; i <= l0 && trivial; i++)
760 long line0 = sp->line0;
765 line0, line1, deleted, inserted);
749 long line0 = sp->line0; local
analyze.c 712 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
716 If DELETED is 0 then LINE0 is the number of the line before
720 add_change (lin line0, lin line1, lin deleted, lin inserted,
725 new->line0 = line0;
753 lin line0 = i0, line1 = i1;
760 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
787 lin line0 = i0, line1 = i1;
794 script = add_change (i0, i1, line0 - i0, line1 - i1, script)
749 lin line0 = i0, line1 = i1; local
783 lin line0 = i0, line1 = i1; local
    [all...]
diff.h 212 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
216 If DELETED is 0 then LINE0 is the number of the line before
224 lin line0; /* Line number of 1st deleted line. */
222 lin line0; \/* Line number of 1st deleted line. *\/ member in struct:change
  /src/external/gpl2/xcvs/dist/diff/
analyze.c 725 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
729 If DELETED is 0 then LINE0 is the number of the line before
733 add_change (line0, line1, deleted, inserted, old)
734 int line0, line1, deleted, inserted;
739 new->line0 = line0;
768 int line0 = i0, line1 = i1;
775 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
803 int line0 = i0, line1 = i1
764 int line0 = i0, line1 = i1; local
799 int line0 = i0, line1 = i1; local
    [all...]
diff.h 194 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
198 If DELETED is 0 then LINE0 is the number of the line before
206 int line0; /* Line number of 1st deleted line. */
204 int line0; \/* Line number of 1st deleted line. *\/ member in struct:change
  /src/external/gpl3/binutils/dist/gprofng/src/
Print.cc 269 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local
272 *line0 = *line1 = *line2 = *line3 = '\0';
298 len = strlen (line0);
299 snprintf (line0 + len, sizeof (line0) - len, "%s%-*s", s, width,
303 char *s = delTrailingBlanks (line0);
2595 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local
2600 line0[0] = 0;
2616 len = strlen (line0);
2617 snprintf (line0 + len, sizeof (line0) - len, NTXT ("\"%s\"%c")
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Print.cc 269 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local
272 *line0 = *line1 = *line2 = *line3 = '\0';
298 len = strlen (line0);
299 snprintf (line0 + len, sizeof (line0) - len, "%s%-*s", s, width,
303 char *s = delTrailingBlanks (line0);
2595 char line0[2 * MAX_LEN], line1[2 * MAX_LEN]; local
2600 line0[0] = 0;
2616 len = strlen (line0);
2617 snprintf (line0 + len, sizeof (line0) - len, NTXT ("\"%s\"%c")
    [all...]
  /src/sys/dev/stbi/
stb_image.c 1959 uint8 *line0,*line1; member in struct:__anon3678
2006 r->line0 = r->line1 = z->img_comp[k].data;
2026 y_bot ? r->line1 : r->line0,
2027 y_bot ? r->line0 : r->line1,
2031 r->line0 = r->line1;

Completed in 34 milliseconds