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

123

/u-boot/arch/arm/cpu/armv7/
H A Dstart.S317 @ lines allocate in the L1 or L2 cache.
319 @ lines allocate in the L1 cache.
H A Dpsci.S188 and r2, r1, #7 @ extract the length of the cache lines
/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c244 int lines, columns; local
246 lines = getmaxy(stdscr);
249 attr_clear(stdscr, lines, columns, dlg.screen.atr);
/u-boot/tools/binman/
H A Dentry.py840 lines = docs.splitlines()
841 first_line = lines[0]
842 rest = [line[4:] for line in lines[1:]]
H A Dftest.py2854 lines = stdout.getvalue().splitlines()
2869 self.assertEqual(expected, lines)
2895 lines = image.GetListEntries(paths)[1]
2896 files = [line[0].strip() for line in lines[1:]]
3889 lines = out.splitlines()
3895 for line in lines:
3899 self.assertEqual('FIT description: test-desc', lines[0])
3900 self.assertIn('Created:', lines[1])
5208 lines = stdout.getvalue().splitlines()
5218 self.assertEqual(expected, lines)
[all...]
/u-boot/lib/efi_selftest/
H A Defi_selftest_tcg2.c57 struct line lines[]; member in struct:compressed_file_image
422 if (!img.lines[i].line)
424 addr = img.lines[i].addr;
428 boottime->copy_mem(buf + addr, img.lines[i].line, len);
/u-boot/tools/buildman/
H A Dkconfiglib.py1074 # Used to avoid retokenizing lines when we discover that they're not
1328 # Print a warning for lines that match neither
1330 # lines or comments. 'line' has already been
1331 # rstrip()'d, so blank lines show up as "" here.
2345 # working across multiple lines. Lookback and compatibility with old
2443 # Fast path for lines without $ and \. Find the
2602 # if it doesn't already exist. Also takes care of bare macros on lines
3348 lines = [expline[indent:]]
3349 add_line = lines.append # Micro-optimization
3365 self.linenr += len_(lines)
[all...]
/u-boot/tools/dtoc/
H A Ddtb_platdata.py160 _lines: Stashed list of output lines for outputting in the future
274 lines = self._lines
276 return lines
631 # Put 8 values per line to avoid very long lines.
/u-boot/tools/
H A Dqconfig.py148 continue # skip blank lines silently
195 as_lines (bool): Return file contents as a list of lines
1216 value (list of str): matching lines
1261 value (list of str): matching lines
1320 value (list of str): matching lines
1405 lines = out.splitlines()
1409 for line in lines:
/u-boot/drivers/net/octeontx/
H A Dnicvf_queues.c499 rbdr_cfg.s.lines = rbdr->dma_size / 128;

Completed in 203 milliseconds

123