/freebsd/contrib/diff/src/ |
H A D | analyze.c | 42 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. */ 92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, in diag() 95 lin *const fd = fdiag; /* Give the compiler a chance. */ in diag() 96 lin *const bd = bdiag; /* Additional help for the compiler. */ in diag() 97 lin const *const xv = xvec; /* Still more help for the compiler. */ in diag() 98 lin const *const yv = yvec; /* And more and more . . . */ in diag() [all …]
|
H A D | diff.h | 93 XTERN lin context; 100 XTERN lin horizon_lines; 221 lin inserted; /* # lines of file 1 changed here. */ 222 lin deleted; /* # lines of file 0 changed here. */ 223 lin line0; /* Line number of 1st deleted line. */ 224 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 *undiscarded; [all …]
|
H A D | ifdef.c | 30 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_line0; 45 static lin next_line1; 71 lin first0, last0, first1, last1; in print_ifdef_hunk() 99 format_ifdef (char const *format, lin beg0, lin end0, lin beg1, lin end1) in format_ifdef() 211 static lin 242 lin from = group->from, upto = group->upto; in print_ifdef_lines() [all …]
|
H A D | context.c | 34 static char const *find_function (char const * const *, lin); 41 static lin find_function_last_search; 44 static lin find_function_last_match; 118 print_context_number_range (struct file_data const *file, lin a, lin b) in print_context_number_range() 159 lin first0, last0, first1, last1, i; in pr_context_hunk() 264 print_unidiff_number_range (struct file_data const *file, lin a, lin b) in print_unidiff_number_range() 289 lin first0, last0, first1, last1; in pr_unidiff_hunk() 290 lin i, j, k; in pr_unidiff_hunk() 387 lin top0, top1; in find_hunk() 388 lin thresh; in find_hunk() [all …]
|
H A D | diff3.c | 72 lin ranges[2][2]; /* Ranges are inclusive */ 82 lin ranges[3][2]; /* Ranges are inclusive */ 168 static bool compare_line_list (char * const[], size_t const[], char * const[], size_t const[], lin); 169 static bool copy_stringlist (char * const[], size_t const[], char *[], size_t[], lin); 172 static struct diff3_block *create_diff3_block (lin, lin, lin, lin, lin, lin); 553 lin high_water_mark; in make_3way_diff() 688 lin low[2], high[2]; in using_to_diff3_block() 692 lin i; in using_to_diff3_block() 695 lin lowc = D_LOWLINE (using[low_thread], FC); in using_to_diff3_block() 696 lin highc = D_HIGHLINE (last_using[high_thread], FC); in using_to_diff3_block() [all …]
|
H A D | side.c | 25 static void print_sdiff_common_lines (lin, lin); 29 static lin next0, next1; 201 print_sdiff_common_lines (lin limit0, lin limit1) in print_sdiff_common_lines() 203 lin i0 = next0, i1 = next1; in print_sdiff_common_lines() 237 lin first0, last0, first1, last1; in print_sdiff_hunk() 238 register lin i, j; in print_sdiff_hunk()
|
H A D | io.c | 45 lin next; /* Next item in this bucket. */ 53 static lin *buckets; 64 static lin equivs_index; 67 static lin equivs_alloc; 222 lin i, *bucket; in find_and_hash_each_line() 227 lin alloc_lines = current->alloc_lines; in find_and_hash_each_line() 228 lin line = 0; in find_and_hash_each_line() 229 lin linbuf_base = current->linbuf_base; in find_and_hash_each_line() 230 lin *cureqs = xmalloc (alloc_lines * sizeof *cureqs); in find_and_hash_each_line() 232 lin eqs_index = equivs_index; in find_and_hash_each_line() [all …]
|
H A D | util.c | 599 lin 600 translate_line_number (struct file_data const *file, lin i) in translate_line_number() 606 so for convenience translate to long int rather than lin, so that the 611 lin a, lin b, in translate_range() 625 print_number_range (char sepchar, struct file_data *file, lin a, lin b) in print_number_range() 654 lin *first0, lin *last0, in analyze_hunk() 655 lin *first1, lin *last1) in analyze_hunk() 658 lin l0, l1; in analyze_hunk() 659 lin show_from, show_to; in analyze_hunk() 660 lin i; in analyze_hunk()
|
H A D | ed.c | 42 lin f0, l0, f1, l1; in print_ed_hunk() 63 lin i; in print_ed_hunk() 95 lin i, f0, l0, f1, l1; in pr_forward_ed_hunk() 137 lin i, f0, l0, f1, l1; in print_rcs_hunk()
|
H A D | sdiff.c | 58 …c bool edit (struct line_filter *, char const *, lin, lin, struct line_filter *, char const *, lin… 379 lf_copy (struct line_filter *lf, lin lines, FILE *outfile) in lf_copy() 405 lf_skip (struct line_filter *lf, lin lines) in lf_skip() 900 edit (struct line_filter *left, char const *lname, lin lline, lin llen, in edit() 901 struct line_filter *right, char const *rname, lin rline, lin rlen, in edit() 1128 lin lline = 1, rline = 1; in interact() 1146 lin llen, rlen, lenmax; in interact()
|
H A D | system.h | 252 typedef ptrdiff_t lin; typedef 254 verify (lin_is_signed, TYPE_SIGNED (lin)); 255 verify (lin_is_wide_enough, sizeof (ptrdiff_t) <= sizeof (lin)); 256 verify (lin_is_printable_as_long_int, sizeof (lin) <= sizeof (long int));
|
H A D | normal.c | 43 lin first0, last0, first1, last1; in print_normal_hunk() 44 register lin i; in print_normal_hunk()
|
/freebsd/lib/libvgl/ |
H A D | text.c | 77 int b, Bpc, Bpl, lin, bit, topbit; in VGLBitmapPutChar() local 82 for(lin = 0; lin < VGLTextFont->Height; lin++) { in VGLBitmapPutChar() 85 if (VGLTextFont->BitmapArray[(ch*Bpc)+(lin*Bpl)+(b/8)]&(1<<(b%8))) in VGLBitmapPutChar() 88 VGLSetXY(Object, (x+topbit-bit), (y+lin), fgcol); in VGLBitmapPutChar() 91 VGLSetXY(Object, (x+lin), (y-topbit+bit), fgcol); in VGLBitmapPutChar() 94 VGLSetXY(Object, (x-topbit+bit), (y-lin), fgcol); in VGLBitmapPutChar() 97 VGLSetXY(Object, (x-lin), (y+topbit-bit), fgcol); in VGLBitmapPutChar() 100 VGLSetXY(Object, (x+lin+topbit-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar() 106 VGLSetXY(Object, (x+topbit-bit), (y+lin), bgcol); in VGLBitmapPutChar() 109 VGLSetXY(Object, (x+lin), (y-topbit+bit), bgcol); in VGLBitmapPutChar() [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | svc_dg.c | 196 struct sockaddr_in *lin = (struct sockaddr_in *)laddr; in svc_dg_recvfrom() local 199 char tmp[CMSG_LEN(sizeof(*lin))]; in svc_dg_recvfrom() 211 msg.msg_controllen = CMSG_LEN(sizeof(*lin)); in svc_dg_recvfrom() 227 memcpy(&lin->sin_addr, in svc_dg_recvfrom() 234 lin->sin_family = AF_INET; in svc_dg_recvfrom() 235 lin->sin_port = 0; in svc_dg_recvfrom() 239 lin->sin_addr.s_addr = INADDR_ANY; in svc_dg_recvfrom() 301 struct in_addr *lin = &laddr_in->sin_addr; in svc_dg_sendto() local 302 char tmp[CMSG_SPACE(sizeof(*lin))]; in svc_dg_sendto() 314 lin->s_addr != INADDR_ANY) { in svc_dg_sendto() [all …]
|
/freebsd/tools/tools/kerninclude/ |
H A D | kerninclude.sh | 171 ' | sort -rn | while read lin incl 174 echo " INCL $lin $incl" 179 sed "${lin}s/.*//" ${src}_ > ${src} 240 sed "${lin}s/.*/#error \"BARF\"/" ${src}_ > ${src} 289 sed "${lin}d" ${src}_ > ${src} 292 echo "BINGO $src $lin $incl $obj $l"
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | fsl,s32-linflexuart.yaml | 10 The LINFlexD controller implements several LIN protocol versions, as well 16 - Chester Lin <chester62515@gmail.com>
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | rockchip,rk3399-pcie-common.yaml | 10 - Shawn Lin <shawn.lin@rock-chips.com>
|
H A D | rockchip,rk3399-pcie-ep.yaml | 10 - Shawn Lin <shawn.lin@rock-chips.com>
|
H A D | rockchip-dw-pcie-common.yaml | 10 - Shawn Lin <shawn.lin@rock-chips.com>
|
H A D | rockchip-dw-pcie.yaml | 10 - Shawn Lin <shawn.lin@rock-chips.com>
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ti,usb8020b.yaml | 10 - Macpaul Lin <macpaul.lin@mediatek.com>
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-moxa-uc-2101.dts | 5 * Authors: SZ Lin (林上智) <sz.lin@moxa.com>
|
H A D | am335x-moxa-uc-8100-me-t.dts | 5 * Author: SZ Lin (林上智) <sz.lin@moxa.com>
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-tse850-3.dts | 324 /* 24 */ "", "", "SIG<LIN", "SIG>LIN", 346 /* 16 */ "", ">LIN", "LIN>", "",
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | mediatek,efuse.yaml | 15 - Lala Lin <lala.lin@mediatek.com>
|