Searched refs:line_end (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/udl/ |
H A D | udl_transfer.c | 178 const u8 *line_start, *line_end, *next_pixel; in udl_render_hline() local 192 line_end = next_pixel + byte_width; in udl_render_hline() 194 while (next_pixel < line_end) { in udl_render_hline() 197 line_end, &base16, in udl_render_hline()
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | patchtest_patterns.py | 13 line_end = pyparsing.LineEnd() variable 74 shortlog = line_start + shortlog_target + colon + shortlog_summary + line_end
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | semicolon.cocci | 63 if p[0].line != p1[0].line_end:
|
/openbmc/qemu/hw/display/ |
H A D | artist.c | 71 uint32_t line_end; member 681 int endx = artist_get_x(s->line_end); in draw_line_end() 682 int endy = artist_get_y(s->line_end); in draw_line_end() 1002 combine_write_reg(addr, val, size, &s->line_end); in artist_reg_write() 1453 VMSTATE_UINT32(line_end, ARTISTState),
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | udlfb.c | 545 const u8 *line_start, *line_end, *next_pixel; in dlfb_render_hline() local 554 line_end = next_pixel + byte_width; in dlfb_render_hline() 567 line_end = next_pixel + byte_width; in dlfb_render_hline() 573 while (next_pixel < line_end) { in dlfb_render_hline() 576 (const uint16_t *) line_end, &dev_addr, in dlfb_render_hline()
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 3946 my $line_end = substr($prevrawline, $-[0]); 3947 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
|