Searched refs:lin (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff.h94 XTERN lin context;
101 XTERN lin horizon_lines;
220 lin inserted; /* # lines of file 1 changed here. */
221 lin deleted; /* # lines of file 0 changed here. */
222 lin line0; /* Line number of 1st deleted line. */
223 lin line1; /* Line number of 1st inserted line. */
254 lin linbuf_base, buffered_lines, valid_lines, alloc_lines;
261 lin prefix_lines;
269 lin *equivs;
273 lin *undiscarde
[all...]
H A Danalyze.c42 static lin *xvec, *yvec; /* Vectors being compared. */
43 static lin *fdiag; /* Vector, indexed by diagonal, containing
47 static lin *bdiag; /* Vector, indexed by diagonal, containing
51 static lin too_expensive; /* Edit scripts longer than this are too
58 lin xmid, ymid; /* Midpoints of this partition. */
94 static lin
95 diag (lin xoff, lin xlim, lin yoff, lin yli
[all...]
H A Difdef.c30 lin from, upto; /* start and limit lines for this group of lines */
36 struct file_data const *, lin,
39 static lin groups_letter_value (struct group const *, char);
40 static void format_ifdef (char const *, lin, lin, lin, lin);
44 static lin next_line;
69 lin first0, last0, first1, last1;
93 format_ifdef (char const *format, lin beg
[all...]
H A Dcontext.c35 static char const *find_function (char const * const *, lin);
42 static lin find_function_last_search;
45 static lin find_function_last_match;
121 print_context_number_range (struct file_data const *file, lin a, lin b)
163 lin first0, last0, first1, last1, i;
269 print_unidiff_number_range (struct file_data const *file, lin a, lin b)
294 lin first0, last0, first1, last1;
295 lin
[all...]
H A Dnormal.c43 lin first0, last0, first1, last1;
44 register lin i;
H A Ded.c43 lin f0, l0, f1, l1;
64 lin i;
97 lin i, f0, l0, f1, l1;
140 lin i, f0, l0, f1, l1;
H A Dside.c25 static void print_sdiff_common_lines (lin, lin);
29 static lin next0, next1;
203 print_sdiff_common_lines (lin limit0, lin limit1)
205 lin i0 = next0, i1 = next1;
239 lin first0, last0, first1, last1;
240 register lin i, j;
H A Ddiff3.c82 lin ranges[2][2]; /* Ranges are inclusive */
92 lin ranges[3][2]; /* Ranges are inclusive */
188 static bool compare_line_list (char * const[], size_t const[], char * const[], size_t const[], lin);
189 static bool copy_stringlist (char * const[], size_t const[], char *[], size_t[], lin);
192 static struct diff3_block *create_diff3_block (lin, lin, lin, lin, lin, lin);
[all...]
H A Dio.c46 lin next; /* Next item in this bucket. */
54 static lin *buckets;
65 static lin equivs_index;
68 static lin equivs_alloc;
226 lin i, *bucket;
231 lin alloc_lines = current->alloc_lines;
232 lin line = 0;
233 lin linbuf_base = current->linbuf_base;
234 lin *cureqs = xmalloc (alloc_lines * sizeof *cureqs);
236 lin eqs_inde
[all...]
H A Dutil.c600 lin
601 translate_line_number (struct file_data const *file, lin i)
607 so for convenience translate to long rather than lin, so that the
612 lin a, lin b,
626 print_number_range (char sepchar, struct file_data *file, lin a, lin b)
656 lin *first0, lin *last0,
657 lin *first
[all...]
H A Dsystem.h328 typedef ptrdiff_t lin;
330 verify (lin_is_signed, TYPE_SIGNED (lin));
331 verify (lin_is_wide_enough, sizeof (ptrdiff_t) <= sizeof (lin));
332 verify (lin_is_printable_as_long, sizeof (lin) <= sizeof (long));
327 typedef ptrdiff_t lin; typedef
H A Dsdiff.c60 static bool edit (struct line_filter *, char const *, lin, lin, struct line_filter *, char const *, lin, lin, FILE *);
376 lf_copy (struct line_filter *lf, lin lines, FILE *outfile)
402 lf_skip (struct line_filter *lf, lin lines)
900 edit (struct line_filter *left, char const *lname, lin lline, lin llen,
901 struct line_filter *right, char const *rname, lin rline, lin rle
[all...]
H A Ddiff.c255 lin ocontext = -1;
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_synth.h208 void fluid_synth_dither_s16(int *dither_index, int len, float* lin, float* rin,
H A Dfluid_synth.c1865 fluid_synth_dither_s16(int *dither_index, int len, float* lin, float* rin, argument
1879 left_sample = roundi (lin[i] * 32766.0f + rand_table[0][di]);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxcofflink.c1257 struct internal_lineno lin;
1262 bfd_coff_swap_lineno_in (abfd, (PTR) linpstart, (PTR) &lin);
1263 if (lin.l_lnno == 0
1264 && ((bfd_size_type) lin.l_addr.l_symndx
1278 (PTR) &lin);
1279 if (lin.l_lnno == 0)
4869 struct internal_lineno lin;
4890 (PTR) &lin);
4891 if (lin.l_lnno != 0
4892 || ((bfd_size_type) lin
1253 struct internal_lineno lin; local
4863 struct internal_lineno lin; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c17756 xmlSchemaFacetLinkPtr lin; local
17758 for (lin = type->facetSet; lin != NULL; lin = lin->next) {
17759 if (lin->facet->type == XML_SCHEMA_FACET_WHITESPACE) {
17760 switch (lin->facet->whitespace) {
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh716 link|lin|li|l)

Completed in 231 milliseconds