Lines Matching +full:7 +full:c
16 grub-core/video/bochs.c | 2 +-
17 grub-core/video/capture.c | 2 +-
18 grub-core/video/cirrus.c | 4 ++--
19 grub-core/video/coreboot/cbfb.c | 2 +-
20 grub-core/video/efi_gop.c | 22 +++++++++----------
21 grub-core/video/fb/fbblit.c | 8 +++----
22 grub-core/video/fb/video_fb.c | 10 ++++-----
23 grub-core/video/i386/pc/vbe.c | 34 ++++++++++++++---------------
24 grub-core/video/i386/pc/vga.c | 6 ++---
25 grub-core/video/ieee1275.c | 4 ++--
26 grub-core/video/radeon_fuloong2e.c | 6 ++---
27 grub-core/video/radeon_yeeloong3a.c | 6 ++---
28 grub-core/video/readers/png.c | 2 +-
29 grub-core/video/readers/tga.c | 2 +-
30 grub-core/video/sis315_init.c | 2 +-
31 grub-core/video/sis315pro.c | 8 +++----
32 grub-core/video/sm712.c | 10 ++++-----
33 grub-core/video/video.c | 8 +++----
36 diff --git a/grub-core/video/bochs.c b/grub-core/video/bochs.c
38 --- a/grub-core/video/bochs.c
39 +++ b/grub-core/video/bochs.c
40 @@ -212,7 +212,7 @@ find_card (grub_pci_device_t dev, grub_pci_id_t pciid, void *data)
49 diff --git a/grub-core/video/capture.c b/grub-core/video/capture.c
51 --- a/grub-core/video/capture.c
52 +++ b/grub-core/video/capture.c
53 @@ -92,7 +92,7 @@ grub_video_capture_start (const struct grub_video_mode_info *mode_info,
62 diff --git a/grub-core/video/cirrus.c b/grub-core/video/cirrus.c
64 --- a/grub-core/video/cirrus.c
65 +++ b/grub-core/video/cirrus.c
80 diff --git a/grub-core/video/coreboot/cbfb.c b/grub-core/video/coreboot/cbfb.c
82 --- a/grub-core/video/coreboot/cbfb.c
83 +++ b/grub-core/video/coreboot/cbfb.c
84 @@ -106,7 +106,7 @@ grub_video_cbfb_setup (unsigned int width, unsigned int height,
93 diff --git a/grub-core/video/efi_gop.c b/grub-core/video/efi_gop.c
94 index b7590dc6c..7a5054631 100644
95 --- a/grub-core/video/efi_gop.c
96 +++ b/grub-core/video/efi_gop.c
97 @@ -273,7 +273,7 @@ grub_video_gop_iterate (int (*hook) (const struct grub_video_mode_info *info, vo
106 @@ -390,7 +390,7 @@ grub_video_gop_setup (unsigned int width, unsigned int height,
115 @@ -399,7 +399,7 @@ grub_video_gop_setup (unsigned int width, unsigned int height,
171 @@ -514,7 +514,7 @@ grub_video_gop_setup (unsigned int width, unsigned int height,
180 diff --git a/grub-core/video/fb/fbblit.c b/grub-core/video/fb/fbblit.c
182 --- a/grub-core/video/fb/fbblit.c
183 +++ b/grub-core/video/fb/fbblit.c
184 @@ -466,7 +466,7 @@ grub_video_fbblit_replace_24bit_indexa (struct grub_video_fbblit_info *dst,
193 @@ -478,7 +478,7 @@ grub_video_fbblit_replace_24bit_indexa (struct grub_video_fbblit_info *dst,
202 @@ -651,7 +651,7 @@ grub_video_fbblit_blend_24bit_indexa (struct grub_video_fbblit_info *dst,
211 @@ -662,7 +662,7 @@ grub_video_fbblit_blend_24bit_indexa (struct grub_video_fbblit_info *dst,
220 diff --git a/grub-core/video/fb/video_fb.c b/grub-core/video/fb/video_fb.c
222 --- a/grub-core/video/fb/video_fb.c
223 +++ b/grub-core/video/fb/video_fb.c
224 @@ -754,7 +754,7 @@ grub_video_fb_unmap_color_int (struct grub_video_fbblit_info * source,
233 @@ -1141,7 +1141,7 @@ grub_video_fb_scroll (grub_video_color_t color, int dx, int dy)
242 @@ -1155,7 +1155,7 @@ grub_video_fb_scroll (grub_video_color_t color, int dx, int dy)
251 @@ -1170,7 +1170,7 @@ grub_video_fb_scroll (grub_video_color_t color, int dx, int dy)
260 @@ -1615,7 +1615,7 @@ grub_video_fb_setup (unsigned int mode_type, unsigned int mode_mask,
269 diff --git a/grub-core/video/i386/pc/vbe.c b/grub-core/video/i386/pc/vbe.c
271 --- a/grub-core/video/i386/pc/vbe.c
272 +++ b/grub-core/video/i386/pc/vbe.c
273 @@ -219,7 +219,7 @@ grub_vbe_disable_mtrr (int mtrr)
282 @@ -237,7 +237,7 @@ grub_vbe_bios_set_palette_data (grub_uint32_t color_count,
291 @@ -251,7 +251,7 @@ grub_vbe_bios_get_controller_info (struct grub_vbe_info_block *ci)
300 @@ -285,7 +285,7 @@ grub_vbe_bios_set_mode (grub_uint32_t mode,
309 @@ -298,7 +298,7 @@ grub_vbe_bios_get_mode (grub_uint32_t *mode)
318 @@ -346,7 +346,7 @@ grub_vbe_bios_get_memory_window (grub_uint32_t window,
344 @@ -377,7 +377,7 @@ grub_vbe_bios_get_scanline_length (grub_uint32_t *length)
353 @@ -390,7 +390,7 @@ grub_vbe_bios_set_display_start (grub_uint32_t x, grub_uint32_t y)
362 @@ -401,7 +401,7 @@ grub_vbe_bios_set_display_start (grub_uint32_t x, grub_uint32_t y)
371 @@ -419,7 +419,7 @@ grub_vbe_bios_get_display_start (grub_uint32_t *x,
380 @@ -896,7 +896,7 @@ vbe2videoinfo (grub_uint32_t mode,
402 @@ -976,7 +976,7 @@ grub_video_vbe_iterate (int (*hook) (const struct grub_video_mode_info *info, vo
411 @@ -1193,7 +1193,7 @@ grub_video_vbe_print_adapter_specific_info (void)
420 diff --git a/grub-core/video/i386/pc/vga.c b/grub-core/video/i386/pc/vga.c
422 --- a/grub-core/video/i386/pc/vga.c
423 +++ b/grub-core/video/i386/pc/vga.c
424 @@ -48,7 +48,7 @@ static struct
446 diff --git a/grub-core/video/ieee1275.c b/grub-core/video/ieee1275.c
448 --- a/grub-core/video/ieee1275.c
449 +++ b/grub-core/video/ieee1275.c
450 @@ -233,7 +233,7 @@ grub_video_ieee1275_setup (unsigned int width, unsigned int height,
459 @@ -260,7 +260,7 @@ grub_video_ieee1275_setup (unsigned int width, unsigned int height,
468 diff --git a/grub-core/video/radeon_fuloong2e.c b/grub-core/video/radeon_fuloong2e.c
470 --- a/grub-core/video/radeon_fuloong2e.c
471 +++ b/grub-core/video/radeon_fuloong2e.c
472 @@ -75,7 +75,7 @@ find_card (grub_pci_device_t dev, grub_pci_id_t pciid, void *data)
481 @@ -139,7 +139,7 @@ grub_video_radeon_fuloong2e_setup (unsigned int width, unsigned int height,
490 @@ -152,7 +152,7 @@ grub_video_radeon_fuloong2e_setup (unsigned int width, unsigned int height,
499 diff --git a/grub-core/video/radeon_yeeloong3a.c b/grub-core/video/radeon_yeeloong3a.c
501 --- a/grub-core/video/radeon_yeeloong3a.c
502 +++ b/grub-core/video/radeon_yeeloong3a.c
503 @@ -74,7 +74,7 @@ find_card (grub_pci_device_t dev, grub_pci_id_t pciid, void *data)
512 @@ -137,7 +137,7 @@ grub_video_radeon_yeeloong3a_setup (unsigned int width, unsigned int height,
521 @@ -150,7 +150,7 @@ grub_video_radeon_yeeloong3a_setup (unsigned int width, unsigned int height,
530 diff --git a/grub-core/video/readers/png.c b/grub-core/video/readers/png.c
532 --- a/grub-core/video/readers/png.c
533 +++ b/grub-core/video/readers/png.c
534 @@ -916,7 +916,7 @@ grub_png_convert_image (struct grub_png_data *data)
543 diff --git a/grub-core/video/readers/tga.c b/grub-core/video/readers/tga.c
544 index 7cb9d1d2a..a9ec3a1b6 100644
545 --- a/grub-core/video/readers/tga.c
546 +++ b/grub-core/video/readers/tga.c
547 @@ -127,7 +127,7 @@ tga_load_palette (struct tga_data *data)
556 diff --git a/grub-core/video/sis315_init.c b/grub-core/video/sis315_init.c
558 --- a/grub-core/video/sis315_init.c
559 +++ b/grub-core/video/sis315_init.c
566 diff --git a/grub-core/video/sis315pro.c b/grub-core/video/sis315pro.c
568 --- a/grub-core/video/sis315pro.c
569 +++ b/grub-core/video/sis315pro.c
570 @@ -103,7 +103,7 @@ find_card (grub_pci_device_t dev, grub_pci_id_t pciid, void *data)
579 @@ -218,7 +218,7 @@ grub_video_sis315pro_setup (unsigned int width, unsigned int height,
588 @@ -231,7 +231,7 @@ grub_video_sis315pro_setup (unsigned int width, unsigned int height,
597 @@ -335,7 +335,7 @@ grub_video_sis315pro_setup (unsigned int width, unsigned int height,
606 diff --git a/grub-core/video/sm712.c b/grub-core/video/sm712.c
608 --- a/grub-core/video/sm712.c
609 +++ b/grub-core/video/sm712.c
610 @@ -167,7 +167,7 @@ enum
619 @@ -375,7 +375,7 @@ find_card (grub_pci_device_t dev, grub_pci_id_t pciid, void *data)
628 @@ -471,7 +471,7 @@ grub_video_sm712_setup (unsigned int width, unsigned int height,
637 @@ -482,7 +482,7 @@ grub_video_sm712_setup (unsigned int width, unsigned int height,
646 @@ -694,7 +694,7 @@ grub_video_sm712_setup (unsigned int width, unsigned int height,
655 diff --git a/grub-core/video/video.c b/grub-core/video/video.c
657 --- a/grub-core/video/video.c
658 +++ b/grub-core/video/video.c