/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 15 min-spaces-inside: 0 16 max-spaces-inside: 1 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 20 min-spaces-inside: 0 21 max-spaces-inside: 1 22 min-spaces-inside-empty: 0 23 max-spaces-inside-empty: 0 24 colons: {max-spaces-before: 0, max-spaces-after: 1} 25 commas: {min-spaces-after: 1, max-spaces-after: 1} [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0001-configure-don-t-report-error-when-the-path-of-Perl-c.patch | 5 spaces or tabs 27 - as_fn_error $? "The path to your Perl contains spaces or tabs. 28 + : as_fn_error $? "The path to your Perl contains spaces or tabs. 30 Please use a path without spaces and try again." "$LINENO" 5
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | timerlat_aa.c | 19 /* Used to fill spaces in the output */ 20 static const char *spaces = " "; variable 282 24, spaces, in timerlat_aa_nmi_handler() 290 24, spaces, ns_to_usf(duration)); in timerlat_aa_nmi_handler() 334 15, spaces, in timerlat_aa_irq_handler() 385 24, spaces, in timerlat_aa_irq_handler() 423 24, spaces, in timerlat_aa_softirq_handler() 469 15, spaces, in timerlat_aa_thread_handler() 500 14, spaces, function); in timerlat_aa_stack_handler() 587 16, spaces, in timerlat_thread_analysis() [all …]
|
/openbmc/openbmc/meta-openembedded/contrib/ |
H A D | oe-stylize.py | 222 # No spaces are allowed at the beginning of lines that define a variable or 234 # No spaces are allowed behind the line continuation symbol '\' 248 # Tabs should not be used (use spaces instead). 304 # Don't use spaces or tabs on empty lines 327 …(respect_rule0, conformTo_rule0, "No spaces are allowed at the beginning of lines that define a va… 328 …(respect_rule1, conformTo_rule1, "No spaces are allowed behind the line continuation symbol '\\'"), 329 (respect_rule2, conformTo_rule2, "Tabs should not be used (use spaces instead)"), 333 (respect_rule6, conformTo_rule6, "Don't use spaces or tabs on empty lines"), 370 # ignore empty lines (or line filled with spaces or tabs only)
|
/openbmc/obmc-console/test/ |
H A D | test-config-parse-bytesize.c | 31 { " 10k", 10ul * 1024ul, 0 }, /* Leading spaces trimmed */ in test_config_parse_bytesize() 32 { "10k ", 10ul * 1024ul, 0 }, /* Trailing spaces trimmed */ in test_config_parse_bytesize() 33 { "\r\t10k \r\t", 10ul * 1024ul, 0 }, /* Spaces trimmed */ in test_config_parse_bytesize() 34 { " 10 kB ", 10ul * 1024ul, 0 }, /* Spaces trimmed */ in test_config_parse_bytesize()
|
/openbmc/linux/kernel/ |
H A D | stacktrace.c | 22 * @spaces: Number of leading spaces to print 25 int spaces) in stack_trace_print() argument 33 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print() 43 * @spaces: Number of leading spaces to print 48 unsigned int nr_entries, int spaces) in stack_trace_snprint() argument 56 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint()
|
/openbmc/linux/Documentation/devicetree/bindings/display/ti/ |
H A D | ti,dra7-dss.txt | 12 - reg: address and length of the register spaces for 'dss' 23 - reg: address and length of the register spaces for 'pll1_clkctrl', 60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_keyword.py | 33 extra spaces with a backslash. 46 # Convert the keyword_buf into a list split wherever 2 or more spaces are found. 48 # Strip spaces from each argument to make the output look clean and uniform.
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | recipe-style-guide.rst | 91 - Spaces should be used for indenting variables, with 4 spaces per tab 97 should be indented (with spaces) to align with the start of the quote on the 113 - Spaces must be used for indenting Python code, with 4 spaces per tab 119 Some use tabs, some use spaces. 219 as you do not use spaces, since spaces are used as separators between 393 one CVE is fixed, separate them using spaces.
|
/openbmc/linux/kernel/trace/ |
H A D | trace_functions_graph.c | 354 int spaces = 0; in print_graph_proc() local 366 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 368 /* First spaces to align center */ in print_graph_proc() 369 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 374 /* Last spaces to align center */ in print_graph_proc() 375 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 592 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration() 605 /* No real adata, just filling the column with spaces */ in print_graph_duration() 1185 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1186 " " /* 4 spaces */ in print_lat_header() [all …]
|
/openbmc/linux/fs/ |
H A D | binfmt_script.c | 54 * itself may be preceded by spaces/tabs). Truncating the in load_script() 63 return -ENOEXEC; /* Entire buf is spaces/tabs */ in load_script() 72 /* Trim any trailing spaces/tabs from i_end */ in load_script() 76 /* Skip over leading spaces/tabs */ in load_script()
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | filter_expr_parser_test.cpp | 113 TEST(FilterParser, Spaces) in TEST() argument 115 // Strings with spaces in TEST() 118 // Lots of spaces between args in TEST() 122 // Lots of spaces between parens in TEST()
|
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/ |
H A D | spaces.h | 13 #include <asm/bmips-spaces.h> 15 #include <asm/mach-generic/spaces.h>
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_rw.c | 172 int spaces, i_msg; in sclp_write() local 194 * \t is expanded to some spaces but \r does not know about a in sclp_write() 240 /* = new line, leading spaces */ in sclp_write() 242 spaces = buffer->current_length; in sclp_write() 248 memset(buffer->current_line, 0x40, spaces); in sclp_write() 249 buffer->current_line += spaces; in sclp_write() 250 buffer->current_length = spaces; in sclp_write()
|
/openbmc/linux/arch/mips/include/asm/mach-bmips/ |
H A D | spaces.h | 14 #include <asm/bmips-spaces.h> 16 #include <asm/mach-generic/spaces.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
H A D | eject-2.1.5-spaces.patch | 1 Kept to help with spaces in the mount path 5 Linux mangles spaces in mount points by changing them to an octal string 18 + * Linux mangles spaces in mount points by changing them to an octal string
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_printinsn.py | 47 # assignment, spaces will be added around it, unless it's enclosed within 48 # parentheses, or spaces are already present. 67 # match is also an assignment operator, add spaces around it if 82 # Don't add spaces if they are already there.
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | liboe.py | 22 Expected: 'test file with sp£c!al @nd spaces' should exist in 32 testfilename = 'test file with sp£c!al @nd spaces' 40 self.assertTrue(fileindst, "File with spaces doesn't exist in dst")
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 36 - Robot supports delimiting cells with either two or more spaces or with a pipe 37 symbol (e.g. "\|"). Our team has chosen to use spaces rather than the pipe 39 two spaces. There may be some exceptions to this rule. 66 - Use single spaces to make conditions more readable: 80 - When you define or call a Robot keyword, Robot pays no attention to spaces, 84 - Separate words with single spaces. 101 # underscores instead of spaces and 2) the failure to 107 # separate words with single spaces and 2) a failure to capitalize 194 2 spaces between the argument name and the description. Align all
|
/openbmc/u-boot/doc/ |
H A D | README.fsl-trustzone-components | 15 - Separates Secure World and Normal World on-chip RAM (OCRAM) spaces. 22 - Separates Secure World and Normal World external memory spaces for bus masters
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env.h | 78 * A variable without value will be deleted. Any number of spaces are allowed 80 * and ends with newline. No comments allowed on these lines. Spaces inside 89 * foo spaces are copied verbatim
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | addrspace.h | 10 #include <spaces.h> 32 * 32-bit MIPS address spaces 152 * The R8000 doesn't have the 32-bit compat spaces so we don't define them
|
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/files/ |
H A D | 0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch | 7 without spaces so support both that and the old with 8 spaces output to pass the test. Not using regular
|
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-cipher.c | 26 u32 spaces; in sun4i_ss_opti_poll() local 104 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll() 105 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 106 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 193 u32 spaces; in sun4i_ss_cipher_poll() local 320 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll() 321 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll() 322 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
|
/openbmc/linux/include/linux/ |
H A D | stackdepot.h | 137 * @spaces: Number of leading spaces to print 142 int spaces);
|