Home
last modified time | relevance | path

Searched full:leading (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/linux-5.10/tools/testing/selftests/exec/
Dbinfmt_script36 # @leading: any leading whitespace before the executable path
43 def test(name, size, good=True, leading="", root="./", target="/perl", argument
52 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)
67 buf=hashbang + leading + root + middle + target + arg + newline
114 # Same as above, but with leading whitespace.
115 test(name="exact-space", size=SIZE, good=False, leading=" ")
119 # A good path, but it gets truncated due to leading whitespace.
120 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19)
128 test(name="newline-prefix", size=SIZE-1, good=False, leading="\n",
135 test(name="test.pl", size=439, leading=" ",
[all …]
/linux-5.10/Documentation/devicetree/bindings/usb/
Dusb-device.txt23 with leading zeroes suppressed. The other compatible strings from the above
39 case hexadecimal with leading zeroes suppressed. The other compatible
52 with leading zeroes suppressed. The other compatible strings from the above
/linux-5.10/include/linux/
Dcount_zeros.h2 /* Count leading and trailing zeros functions
17 * Count the number of leading zeros from the MSB going towards the LSB in @x.
/linux-5.10/drivers/video/fbdev/core/
Dsysfillrect.c44 /* Leading bits */ in bitfill_aligned()
99 /* Leading bits */ in bitfill_unaligned()
154 /* Leading bits */ in bitfill_aligned_rev()
211 /* Leading bits */ in bitfill_unaligned_rev()
Dcfbfillrect.c54 // Leading bits in bitfill_aligned()
110 // Leading bits in bitfill_unaligned()
167 // Leading bits in bitfill_aligned_rev()
238 // Leading bits in bitfill_unaligned_rev()
Dsyscopyarea.c47 /* Leading bits */ in bitcpy()
109 /* Leading bits */ in bitcpy()
197 /* Leading bits */ in bitcpy_rev()
257 /* Leading bits */ in bitcpy_rev()
Dcfbcopyarea.c77 // Leading bits in bitcpy()
142 // Leading bits in bitcpy()
250 // Leading bits in bitcpy_rev()
315 // Leading bits in bitcpy_rev()
/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-rtc89 epoch by default, or if there's a leading +, seconds in the
90 future, or if there is a leading +=, seconds ahead of the
Ddebugfs-cec-error-inj12 Leading spaces/tabs are ignored. If the next character is a '#' or the
/linux-5.10/drivers/acpi/acpica/
Dutstrsuppt.c191 * RETURN: Next character after any leading zeros. This character may be
194 * DESCRIPTION: Remove any leading zeros in the input string. Return the
219 * DESCRIPTION: Remove any leading whitespace in the input string. Return the
253 return (TRUE); /* String is past leading 0x */ in acpi_ut_detect_hex_prefix()
275 *string += 2; /* Go past the leading 0x */ in acpi_ut_remove_hex_prefix()
296 *string += 1; /* Go past the leading 0 */ in acpi_ut_detect_octal_prefix()
Dnsrepair2.c98 * _CID: Strings: uppercase all, remove any leading asterisk
102 * _HID: Strings: uppercase all, remove any leading asterisk
331 * letters are uppercase and that there is no leading asterisk.
485 * letters are uppercase and that there is no leading asterisk.
525 * Remove a leading asterisk if present. For some unknown reason, there in acpi_ns_repair_HID()
536 "%s: Removed invalid leading asterisk\n", in acpi_ns_repair_HID()
/linux-5.10/arch/powerpc/xmon/
Dppc.h337 register names with a leading 'r'. */
340 /* Like PPC_OPERAND_GPR, but don't print a leading 'r' for r0. */
344 prints these with a leading 'f'. */
379 prints these with a leading 'v'. */
397 prints these with a leading 'vs'. */
/linux-5.10/Documentation/arm/nwfpe/
Dnwfpe.rst15 the problems is with leading underscores on kernel symbols. Elf
16 kernels have no leading underscores, a.out compiled kernels do. I
/linux-5.10/drivers/spi/
Dspi-bitbang-txrx.h69 /* sample MSB (from slave) on leading edge */ in bitbang_txrx_be_cpha0()
89 /* setup MSB (to slave) on leading edge */ in bitbang_txrx_be_cpha1()
/linux-5.10/drivers/media/i2c/
Dir-kbd-i2c.c573 /* first copy any leading non-repeating */ in zilog_ir_format()
574 int leading = c - rep * 3; in zilog_ir_format() local
576 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format()
582 copy_codes(code_block->codes, codes, leading); in zilog_ir_format()
583 code_block->codes[leading] = 0x82; in zilog_ir_format()
584 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format()
586 c = leading + 1 + rep; in zilog_ir_format()
/linux-5.10/drivers/firmware/efi/libstub/
Dvsprintf.c463 * For octal, a leading 0 is printed only if necessary, in vsnprintf()
470 * For hexadecimal, the leading 0x is skipped if the in vsnprintf()
489 /* Leading padding with ' ' */ in vsnprintf()
530 /* Set high bits of leading octet */ in vsnprintf()
535 /* Set low bits of leading octet */ in vsnprintf()
/linux-5.10/tools/lib/
Dstring.c119 * skip_spaces - Removes leading whitespace from @str.
132 * strim - Removes leading and trailing whitespace from @s.
/linux-5.10/lib/
Dglob.c32 * treat / or leading . specially; it isn't actually used for pathnames.
35 * are complemented by a leading !; this does not support the regex-style
/linux-5.10/drivers/crypto/caam/
Dcaampkc.h106 * @src : input scatterlist (stripped of leading zeros)
107 * @fixup_src : input scatterlist (that might be stripped of leading zeros)
/linux-5.10/Documentation/devicetree/
Dwriting-schema.rst23 with a leading '/' will have the hostname prepended. A $ref value a relative
73 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
/linux-5.10/Documentation/pcmcia/
Ddriver.rst15 All fields are passed in as hexadecimal values (no leading 0x).
/linux-5.10/arch/powerpc/boot/
Dstdlib.c12 /* Not currently supported: leading whitespace, sign, 0x prefix, zero base */
/linux-5.10/kernel/
DKconfig.hz16 environment leading to NR_CPUS * HZ number of timer interrupts
/linux-5.10/Documentation/devicetree/bindings/net/
Dmdio-mux-meson-g12a.txt4 the internal mdio bus leading to the embedded 10/100 PHY or the external
/linux-5.10/Documentation/i2c/
Dten-bit-addresses.rst10 address space, namely 0xa000-0xa3ff. The leading 0xa (= 10) represents the

12345678910>>...19