| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | .yamllint | 10 min-spaces-inside: 0 11 max-spaces-inside: 1 12 min-spaces-inside-empty: 0 13 max-spaces-inside-empty: 0 15 min-spaces-inside: 0 16 max-spaces-inside: 1 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 19 colons: {max-spaces-before: 0, max-spaces-after: 1} 20 commas: {min-spaces-after: 1, max-spaces-after: 1} [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | trim.hpp | 28 Trim algorithms are used to remove trailing and leading spaces from a 46 Remove all leading spaces from the input. 47 The supplied predicate is used to determine which characters are considered spaces. 53 \param IsSpace A unary predicate identifying spaces 96 Remove all leading spaces from the input. 116 Remove all leading spaces from the input. The supplied predicate is 117 used to determine which characters are considered spaces. 121 \param IsSpace A unary predicate identifying spaces 136 Remove all leading spaces from the input. 154 Remove all trailing spaces from the input. [all …]
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_config.py | 141 spaces = " " * len(prefix) 143 "{spaces}are not alphabetically ordered;\n" 144 "{spaces}correct order: '-', '_', digits, capitals, lowercase;\n" 145 "{spaces}first incorrect package: {package}" 146 .format(prefix=prefix, spaces=spaces, 181 return ["{}:{}: help text: <tab><2 spaces><62 chars>"
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | stacktrace.c | 21 * @spaces: Number of leading spaces to print 24 int spaces) in stack_trace_print() argument 32 printk("%*c%pS\n", 1 + spaces, ' ', (void *)entries[i]); in stack_trace_print() 42 * @spaces: Number of leading spaces to print 47 unsigned int nr_entries, int spaces) in stack_trace_snprint() argument 55 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_ctx_sched.h | 30 * when to schedule/evict contexts if address spaces are starved. In the 45 * address spaces must already be established before calling this function. 122 /* kbase_ctx_sched_restore_all_as - Reprogram all address spaces 124 * @kbdev: The device for which address spaces to be reprogrammed 126 * This function shall reprogram all address spaces previously assigned to
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_functions_graph.c | 350 int spaces = 0; in print_graph_proc() local 362 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len; in print_graph_proc() 364 /* First spaces to align center */ in print_graph_proc() 365 for (i = 0; i < spaces / 2; i++) in print_graph_proc() 370 /* Last spaces to align center */ in print_graph_proc() 371 for (i = 0; i < spaces - (spaces / 2); i++) in print_graph_proc() 588 /* Print remaining spaces to fit the row's width */ in trace_print_graph_duration() 601 /* No real adata, just filling the column with spaces */ in print_graph_duration() 1114 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local 1115 " " /* 4 spaces */ in print_lat_header() [all …]
|
| /OK3568_Linux_fs/kernel/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',
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_rw.c | 179 int spaces, i_msg; in sclp_write() local 201 * \t is expanded to some spaces but \r does not know about a in sclp_write() 247 /* = new line, leading spaces */ in sclp_write() 249 spaces = buffer->current_length; in sclp_write() 255 memset(buffer->current_line, 0x40, spaces); in sclp_write() 256 buffer->current_line += spaces; in sclp_write() 257 buffer->current_length = spaces; in sclp_write()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_ctx_sched.h | 35 * when to schedule/evict contexts if address spaces are starved. In the 47 * address spaces must already be established before calling this function. 129 * kbase_ctx_sched_restore_all_as - Reprogram all address spaces 130 * @kbdev: The device for which address spaces to be reprogrammed 132 * This function shall reprogram all address spaces previously assigned to
|
| H A D | mali_kbase_debugfs_helper.h | 52 * Additional leading and trailing spaces are ignored. 107 * separated by spaces and terminated by a linefeed. 129 * separated by spaces and terminated by a linefeed.
|
| H A D | mali_kbase_debugfs_helper.c | 60 /* Drop leading spaces */ in set_attr_from_string() 100 /* Drop leading spaces */ in kbase_debugfs_string_validator() 106 * newlines, spaces and NULL terminator (delimited natively). in kbase_debugfs_string_validator()
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 27 u32 spaces; in sun4i_ss_opti_poll() local 99 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll() 100 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 101 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll() 182 u32 spaces; in sun4i_ss_cipher_poll() local 307 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll() 308 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll() 309 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bcm63xx/ |
| H A D | spaces.h | 13 #include <asm/bmips-spaces.h> 15 #include <asm/mach-generic/spaces.h>
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | liboe.py | 20 Expected: 'test file with sp£c!al @nd spaces' should exist in 30 testfilename = 'test file with sp£c!al @nd spaces' 38 self.assertTrue(fileindst, "File with spaces doesn't exist in dst")
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bmips/ |
| H A D | spaces.h | 14 #include <asm/bmips-spaces.h> 16 #include <asm/mach-generic/spaces.h>
|
| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | fw_env.h | 84 * A variable without value will be deleted. Any number of spaces are allowed 86 * and ends with newline. No comments allowed on these lines. Spaces inside 95 * foo spaces are copied verbatim
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | addrspace.h | 11 #include <spaces.h> 33 * 32-bit MIPS address spaces 153 * The R8000 doesn't have the 32-bit compat spaces so we don't define them
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | BuiltInAtoms | 10 with no text, other than spaces and tabs, on that line other than a 19 Atoms occur in five distinct name spaces within the protocol. Any particular 21 spaces. For each of the built in atoms, the intended semantics and the space 24 Those name spaces are
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | fsgs.rst | 145 Named Address Spaces. GCC implements the following address space 154 address spaces are supported. Code which implements fallback modes should 181 address spaces via an attribute based mechanism in Clang 2.6 and newer 192 In case the compiler does not support address spaces, inline assembly can
|
| /OK3568_Linux_fs/buildroot/package/norm/ |
| H A D | 0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch | 4 Subject: [PATCH] Fix mixed tabs/spaces in protolib wscript 7 TabError: inconsistent use of tabs and spaces in indentation
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | Kconfig | 28 bool "Data access monitoring primitives for virtual address spaces" 33 that work for virtual address spaces.
|