/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libiio/ |
H A D | libiio_0.25.bb | 26 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel.hpp | 537 std::vector<uint8_t> flattenLines(const std::vector<std::string>& lines);
|
/openbmc/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 123 tpg->lines[pat][plane] = in tpg_alloc() 125 if (!tpg->lines[pat][plane]) { in tpg_alloc() 175 vfree(tpg->lines[pat][plane]); in tpg_alloc() 176 tpg->lines[pat][plane] = NULL; in tpg_alloc() 193 vfree(tpg->lines[pat][plane]); in tpg_free() 194 tpg->lines[pat][plane] = NULL; in tpg_free() 1847 u8 *pos = tpg->lines[pat][p] + tpg_hdiv(tpg, p, x); in tpg_precalculate_line() 1862 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() 1863 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() 2543 linestart_older = tpg->lines[pat_line_old][p] + mv_hor_old; in tpg_fill_plane_pattern() [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 95 Get a decent editor and don't leave whitespace at the end of lines. 98 2) Breaking long lines and strings 192 (or almost empty) lines, without any loss of readability. Thus, as the 193 supply of new-lines on your screen is not a renewable resource (think 194 25-line terminal screens here), you have more empty lines to put 293 Do not leave trailing whitespace at the ends of lines. Some editors with 294 ``smart`` indentation will insert whitespace at the beginning of new lines as 298 you end up with lines containing trailing whitespace. 303 context lines. 491 lines longer and isn't strictly necessary. [all …]
|
H A D | applying-patches.rst | 126 fix up is if all the context matches, the lines being changed match, but the 128 a change in the middle of the file but for some reasons a few lines have 162 If you get ``Hunk #2 succeeded at 1887 with fuzz 2 (offset 7 lines).`` or a 164 of the change (in this example it needed to move 7 lines from where it 197 agent along the way somewhere, e.g., by splitting a long line into two lines. 199 two lines that had been split.
|
/openbmc/u-boot/tools/patman/ |
H A D | patchstream.py | 502 lines = fd.readlines() 508 for line in lines:
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtb_platdata.py | 188 lines = self._lines 190 return lines
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusparser.py | 140 lines = data.split("\n") 145 for line in lines:
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c.txt | 53 Enable analog filter for i2c lines. 56 Enable digital filter for i2c lines.
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | xylon,logicvc-display.yaml | 156 Offset in number of lines (C_LAYER_X_OFFSET) starting from the 162 Offset in number of lines (C_BUFFER_*_OFFSET) starting from the
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | parport.rst | 45 If you use modprobe , you will find it useful to add lines as below to a 54 Note that these are example lines only! You shouldn't in general need 85 command-line will make ``parport`` use any IRQ lines or DMA channels that
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 244 int lines, columns; in dialog_clear() local 246 lines = getmaxy(stdscr); in dialog_clear() 249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.c | 1239 int lines; in print_packet() local 1244 lines = length / 16; in print_packet() 1247 for ( i = 0; i < lines ; i ++ ) { in print_packet()
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 244 int lines, columns; in dialog_clear() local 246 lines = getmaxy(stdscr); in dialog_clear() 249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | HPSpecific.pm | 790 my @lines; # used to store no commented no empty config file lines 796 push(@lines,$line); 806 foreach my $line (@lines){
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-build-perf-report | 313 lines = test_r['message'].splitlines() 314 if len(lines) > 20: 315 new_test['message'] = '...\n' + '\n'.join(lines[-20:])
|
/openbmc/qemu/docs/devel/ |
H A D | kconfig.rst | 269 # Uncomment the following lines to disable these optional devices: 282 the default configuration by uncommenting lines in the first group, 283 or commenting out lines in the second group. 290 want to change some lines in the first group, for example like this::
|
/openbmc/bmcweb/ |
H A D | COMMON_ERRORS.md | 341 <many lines of code> 353 or a lambda that is less than 10 lines of code to handle an error inline. In 356 10 lines, and call the appropriate function for handling non-trivial transforms. 362 <many lines of code>
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-codina.dts | 929 /* Mux in all the data lines */ 932 /* Data lines D0-D7 GPIO70..GPIO77 */ 934 /* Data lines D8-D11 GPIO78..GPIO81 */ 936 /* Data lines D12-D15 GPIO82..GPIO85 */ 938 /* Data lines D16-D23 GPIO161..GPIO168 */
|
/openbmc/linux/Documentation/fb/ |
H A D | pvr2fb.rst | 10 * It provides a nice large console (128 cols + 48 lines with 1024x768)
|
H A D | aty128fb.rst | 12 * It provides a nice large console (128 cols + 48 lines with 1024x768)
|
/openbmc/linux/arch/arc/kernel/ |
H A D | head.S | 156 ; First lines of code run by secondary before jumping to 'C'
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-phydev | 37 appropriate mode for its data lines to the PHY hardware.
|
/openbmc/webui-vue/docs/guide/components/toasts/ |
H A D | index.md | 45 string value or an array of strings for toasts needing to display multiple lines
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/ |
H A D | interpreter.patch | 51 https://bitbucket.org/pypa/distlib/src/58cd5c6/distlib/scripts.py#lines-124
|