Searched refs:lines (Results 26 - 50 of 60) sorted by relevance

123

/u-boot/doc/sphinx/
H A Dkerneldoc.py129 lines = statemachine.string2lines(out, tab_width, convert_whitespace=True)
134 for line in lines:
137 # sphinx counts lines from 0
H A Dkernel_include.py120 lines = include_file.readlines()
121 rawtext = ''.join(lines[startline:endline])
128 # and no restrictions on matching inside lines vs. line boundaries
158 if 'number-lines' in self.options:
160 startline = int(self.options['number-lines'] or 1)
162 raise self.error(':number-lines: with non-integer '
H A Dcdomain.py111 lines = iter(source[0].splitlines(True))
112 for n in lines:
H A Dmaintainers_include.py44 """Parse all the MAINTAINERS lines into ReST for human-readability"""
103 # Skip empty lines: subsystem parser adds them as needed.
192 lines = self.parse_maintainers(path)
/u-boot/lib/efi_selftest/
H A Defi_selftest_load_file.c52 struct line lines[]; member in struct:compressed_file_image
188 if (!img.lines[i].line)
190 addr = img.lines[i].addr;
194 boottime->copy_mem(buf + addr, img.lines[i].line, len);
H A Defi_selftest_block_device.c50 struct line lines[]; member in struct:compressed_disk_image
155 if (!img.lines[i].line)
157 addr = img.lines[i].addr;
161 boottime->copy_mem(buf + addr, img.lines[i].line, len);
H A Defi_selftest_loadimage.c45 struct line lines[]; member in struct:compressed_file_image
393 if (!img.lines[i].line)
395 addr = img.lines[i].addr;
399 boottime->copy_mem(buf + addr, img.lines[i].line, len);
/u-boot/tools/
H A Drkmux.py75 lines = regfield.desc
76 field = lines[0]
104 #print 'lines: %s', lines
105 for line in lines:
/u-boot/tools/patman/
H A Dcheckpatch.py137 lines: Number of lines
140 fields = ['ok', 'problems', 'errors', 'warnings', 'checks', 'lines',
146 result.lines = 0
149 # total: 0 errors, 0 warnings, 159 lines checked
151 # total: 0 errors, 2 warnings, 7 checks, 473 lines checked
175 result.lines = int(match.group(4))
177 result.lines = int(match.group(3))
211 lines: Number of lines
[all...]
H A Dstatus.py142 lines
398 lines = []
402 lines.append('%s: %s' % (tag, who))
405 sorted(lines))
/u-boot/scripts/kconfig/
H A Dnconf.c233 "o The 'Location:' lines tell, where in the menu structure this symbol\n"
241 "Only relevant lines are shown.\n"
370 int lines = getmaxy(stdscr); local
374 mvwprintw(main_window, lines-3, offset,
379 mvwprintw(main_window, lines-3,
1456 int lines, columns;
1458 getmaxyx(stdscr, lines, columns); local
1464 main_window = newwin(lines-2, columns-2, 2, 1);
1466 mwin_max_lines = lines-7;
1475 int lines, column
1477 int lines, columns; local
[all...]
/u-boot/test/py/
H A Dconftest.py282 lines = f.readlines()
284 lines = []
285 lines.sort()
288 for l in lines:
/u-boot/scripts/
H A Dcheckpatch.pl1086 my @lines = split('\n', $text);
1088 foreach my $line (@lines) {
1200 my @lines = split("\n", $output);
1202 return ($id, $desc) if ($#lines < 0);
1204 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) {
1214 } elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the working tree\./ ||
1215 $lines[0] =~ /^fatal: bad object $commit/) {
1218 $id = substr($lines[0], 0, 12);
1219 $desc = substr($lines[0], 41);
1228 my @lines
[all...]
/u-boot/test/py/tests/
H A Dtest_bind.py10 lines = [x.strip() for x in response.splitlines()]
23 for l in lines:
H A Dtest_mmc.py149 lines = output.split('\n')
152 for line in lines:
H A Dtest_usb.py228 lines = output.split('\n')
231 for line in lines:
/u-boot/tools/binman/
H A Dbintool.py447 lines = docs.splitlines()
448 first_line = lines[0]
449 rest = [line[4:] for line in lines[1:]]
H A Delf.py62 lines = stdout.splitlines()
69 for line in lines:
H A Dcontrol.py198 entries, lines, widths = image.GetListEntries(entry_paths)
201 for linenum, line in enumerate(lines):
/u-boot/tools/buildman/
H A Dbuilderthread.py587 lines = []
619 lines.append(size_result.stdout.splitlines()[1] + ' ' +
636 if lines:
640 print('\n'.join(lines), file=outf)
/u-boot/drivers/video/
H A Dtda19988.c374 u16 line_clocks, lines;
391 lines = timing->vsync_len.typ + timing->vback_porch.typ +
455 tda19988_register_write16(priv, REG_NLINE_MSB, lines);
475 lines - timing->vactive.typ - 1);
476 tda19988_register_write16(priv, REG_VWIN_END_1_MSB, lines - 1);
375 u16 line_clocks, lines; local
/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S42 and r2, r1, #7 @ extract the length of the cache lines
112 and r2, r1, #7 @ extract the length of the cache lines
/u-boot/drivers/video/meson/
H A Dmeson_registers.h243 #define VIU_OSD_HOLD_FIFO_LINES(lines) ((lines & 0x1f) << 5)
394 #define VPP_POSTBLEND_HOLD_LINES(lines) (lines & 0xf)
395 #define VPP_PREBLEND_HOLD_LINES(lines) ((lines & 0xf) << 8)
1688 #define VIU_OSD_BLEND_HOLD_LINES(lines) ((u32)(lines & 0x7) << 29)
/u-boot/tools/dtoc/
H A Dtest_dtoc.py228 lines = infile.read().splitlines()
229 self.assertEqual(HEADER.splitlines(), lines)
233 lines = infile.read().splitlines()
234 self.assertEqual(C_HEADER.splitlines() + [''], lines)
/u-boot/drivers/net/octeontx/
H A Dq_struct.h652 u64 lines:12; member in struct:rbdr_cfg
654 u64 lines:12;

Completed in 492 milliseconds

123