| /src/external/gpl2/diffutils/dist/src/ |
| context.c | 216 while (next && next->line0 + next->deleted <= i) 222 if (next && next->line0 <= i) 349 if (!next || i < next->line0) 408 top0 = start->line0 + start->deleted; 417 if (start && start->line0 - top0 != start->line1 - top1) 422 && start->line0 - top0 < thresh);
|
| 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/ |
| context.c | 187 while (next && next->line0 + next->deleted <= i) 193 if (next && next->line0 <= i) 322 if (!next || i < next->line0) 375 top0 = start->line0 + start->deleted; 386 if (start && start->line0 - top0 != start->line1 - top1) 391 && start->line0 < top0 + thresh);
|
| 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
|
| util.c | 768 *first0 = hunk->line0; 774 l0 = next->line0 + next->deleted - 1; 779 for (i = next->line0; i <= l0 && trivial; i++) 858 sp->line0, sp->line1, sp->deleted, sp->inserted);
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_lineno.c | 822 Dwarf_Signed line0, column; local 900 line0 = ln->ln_lineno - line; 902 if (addr0 == 0 && line0 == 0) 910 if (line0 >= li->li_lbase && 911 line0 <= li->li_lbase + li->li_lrange - 1) { 912 spc = (line0 - li->li_lbase) + 922 if (line0 != 0) { 924 RCHECK(WRITE_SLEB128(line0)); 925 line0 = 0; 932 spc = (line0 - li->li_lbase) [all...] |
| /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;
|
| /src/external/gpl2/xcvs/dist/src/ |
| sanity.sh | 18996 echo line0 >>file1 19124 echo line0 >>file1 19228 echo line0 >>file1 [all...] |