| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0081-video-fb-video_fb-Fix-multiple-integer-overflows.patch | 33 if (framebuffer.current_dirty.first_line 36 - + framebuffer.current_dirty.first_line 39 - + framebuffer.current_dirty.first_line 43 - - framebuffer.current_dirty.first_line)); 48 + framebuffer.current_dirty.first_line, ©_size) || 55 + grub_memcpy ((char *) framebuffer.pages[0] + framebuffer.current_dirty.first_line * 57 + (char *) framebuffer.back_target->data + framebuffer.current_dirty.first_line * 61 framebuffer.current_dirty.first_line 76 if (first_line <= last_line) 78 - + first_line * framebuffer.back_target->mode_info.pitch, [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | sc-ip22.c | 74 unsigned long first_line, last_line; in indy_sc_wback_invalidate() local 85 first_line = SC_INDEX(addr); in indy_sc_wback_invalidate() 89 if (first_line <= last_line) { in indy_sc_wback_invalidate() 90 indy_sc_wipe(first_line, last_line); in indy_sc_wback_invalidate() 94 indy_sc_wipe(first_line, SC_SIZE - SC_LINE); in indy_sc_wback_invalidate()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | srcpos.c | 238 pos->first_line = current_srcfile->lineno; in srcpos_update() 296 if (pos->first_line != pos->last_line) in srcpos_string() 298 pos->first_line, pos->first_column, in srcpos_string() 302 pos->first_line, pos->first_column, in srcpos_string() 306 pos->first_line, pos->first_column); in srcpos_string() 312 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument 342 pos->first_line, pos->first_column, in srcpos_string_comment() 346 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment() 352 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
|
| H A D | srcpos.h | 58 int first_line; member 71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 77 (Current).first_line = (Current).last_line = \
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | srcpos.h | 72 int first_line; member 84 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 90 (Current).first_line = (Current).last_line = \
|
| H A D | srcpos.c | 205 .first_line = 0, 220 pos->first_line = current_srcfile->lineno; in srcpos_update() 259 if (pos->first_line != pos->last_line) in srcpos_string() 261 pos->first_line, pos->first_column, in srcpos_string() 265 pos->first_line, pos->first_column, in srcpos_string() 269 pos->first_line, pos->first_column); in srcpos_string()
|
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.h | |
| H A D | dtc-parser.tab.h_shipped | 111 int first_line;
|
| H A D | dtc-parser.tab.c_shipped | 182 int first_line; 749 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 756 (Current).first_line = (Current).last_line = \ 797 if (0 <= yylocp->first_line) 799 res += YYFPRINTF (yyo, "%d", yylocp->first_line); 805 if (yylocp->first_line < yylocp->last_line)
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | cyclades.c | 824 int channel = info->line - card->first_line; in cyy_change_rts_dtr() 1203 __u32 channel = info->line - card->first_line; in cyz_rx_restart() 1270 channel = info->line - card->first_line; in cy_startup() 1390 int channel = info->line - card->first_line; in start_xmit() 1451 int channel = info->line - card->first_line; in cy_shutdown() 1499 if (line < cy_card[i].first_line + cy_card[i].nports && in cy_open() 1500 line >= cy_card[i].first_line) in cy_open() 1504 info = &cy_card[i].ports[line - cy_card[i].first_line]; in cy_open() 1555 if (info->line > (cinfo->first_line + cinfo->nports - 1)) in cy_open() 1674 channel = info->line - card->first_line; in cy_flush_buffer() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-config.c | 41 const char *first_line = "# this file is auto-generated."; in set_config() local 51 fprintf(fp, "%s\n", first_line); in set_config()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-pip/ |
| H A D | no_shebang_mangling.patch | 23 match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n'))
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cyclades.h | 83 unsigned int first_line; /* minor number of first channel on card */ member
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 1556 my ($first_line, $end_line) = @_; 1566 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1569 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 1588 my ($first_line, $end_line) = @_; 1589 my $cmt = ctx_locate_comment($first_line, $end_line); 2205 my $first_line = 0; 2323 $first_line = $linenr + 1; 3838 for (my $ln = $linenr - 1; $ln >= $first_line; $ln--) { 5522 if (!ctx_has_comment($first_line, $linenr)) { 5550 if (!ctx_has_comment($first_line, $linenr)) { [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 1711 my ($first_line, $end_line) = @_; 1729 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1732 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 1751 my ($first_line, $end_line) = @_; 1752 my $cmt = ctx_locate_comment($first_line, $end_line); 2409 my $first_line = 0; 2538 $first_line = $linenr + 1; 6049 if (!ctx_has_comment($first_line, $linenr)) { 6076 if (!ctx_has_comment($first_line, $linenr)) { 6094 if (!ctx_has_comment($first_line, $linenr)) { [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | read-md.h | 165 int first_line,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | read-md.h | 165 int first_line,
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | annotate.h | 205 bool first_line, current_entry, change_color; member
|
| H A D | annotate.c | 2497 .first_line = true, in symbol__annotate_fprintf2() 2512 wops.first_line = false; in symbol__annotate_fprintf2() 2895 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument 2911 if (first_line && (al->offset == -1 || percent_max == 0.0)) { in __annotation_line__write() 3060 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()
|
| /OK3568_Linux_fs/kernel/tools/vm/ |
| H A D | slabinfo.c | 335 static void first_line(void) in first_line() function 625 first_line(); in slabcache()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | annotate.c | 103 .first_line = row == 0, in annotate_browser__write()
|