/linux-6.8/tools/testing/selftests/exec/ |
D | binfmt_script.py | 36 # @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-6.8/drivers/spi/ |
D | spi-bitbang-txrx.h | 71 /* sample MSB (from slave) on leading edge */ in bitbang_txrx_be_cpha0() 91 /* setup MSB (to slave) on leading edge */ in bitbang_txrx_be_cpha1() 136 /* sample LSB (from slave) on leading edge */ in bitbang_txrx_le_cpha0() 157 /* setup LSB (to slave) on leading edge */ in bitbang_txrx_le_cpha1()
|
/linux-6.8/crypto/ |
D | ecdsa.c | 47 * diff > 0: 'value' has too many bytes; one leading zero is allowed that in ecdsa_get_signature_rs() 49 * diff < 0: 'value' is missing leading zeros, which we add in ecdsa_get_signature_rs() 52 /* skip over leading zeros that make 'value' a positive int */ in ecdsa_get_signature_rs() 65 /* leading zeros not given in 'value' */ in ecdsa_get_signature_rs() 167 /* if the hash is shorter then we will add leading zeros to fit to ndigits */ in ecdsa_verify()
|
/linux-6.8/include/linux/ |
D | count_zeros.h | 2 /* Count leading and trailing zeros functions 17 * Count the number of leading zeros from the MSB going towards the LSB in @x.
|
/linux-6.8/tools/perf/tests/shell/ |
D | stat+shadow_stat.sh | 37 # use printf for rounding and a leading zero 79 # use printf for rounding and a leading zero
|
/linux-6.8/drivers/video/fbdev/core/ |
D | sysfillrect.c | 44 /* Leading bits */ in bitfill_aligned() 89 /* Leading bits */ in bitfill_unaligned() 144 /* Leading bits */ in bitfill_aligned_rev() 201 /* Leading bits */ in bitfill_unaligned_rev()
|
D | cfbfillrect.c | 54 // 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()
|
D | syscopyarea.c | 47 /* Leading bits */ in bitcpy() 109 /* Leading bits */ in bitcpy() 197 /* Leading bits */ in bitcpy_rev() 257 /* Leading bits */ in bitcpy_rev()
|
D | cfbcopyarea.c | 77 // Leading bits in bitcpy() 142 // Leading bits in bitcpy() 250 // Leading bits in bitcpy_rev() 315 // Leading bits in bitcpy_rev()
|
/linux-6.8/drivers/acpi/acpica/ |
D | utstrsuppt.c | 191 * 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()
|
/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-class-rtc | 89 epoch by default, or if there's a leading +, seconds in the 90 future, or if there is a leading +=, seconds ahead of the
|
/linux-6.8/arch/powerpc/xmon/ |
D | ppc.h | 337 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-6.8/Documentation/devicetree/bindings/net/ |
D | qcom,ipa.yaml | 101 - description: Path leading to system memory 104 - description: Path leading to system memory 105 - description: Path leading to internal memory
|
/linux-6.8/Documentation/arch/arm/nwfpe/ |
D | nwfpe.rst | 15 the problems is with leading underscores on kernel symbols. Elf 16 kernels have no leading underscores, a.out compiled kernels do. I
|
/linux-6.8/Documentation/devicetree/bindings/usb/ |
D | usb-device.yaml | 35 hexadecimal with leading zeroes suppressed. The other compatible 67 in lower case hexadecimal with leading zeroes suppressed.
|
/linux-6.8/drivers/firmware/efi/libstub/ |
D | vsprintf.c | 463 * 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-6.8/lib/ |
D | glob.c | 32 * treat / or leading . specially; it isn't actually used for pathnames. 35 * are complemented by a leading !; this does not support the regex-style
|
D | cmdline_kunit.c | 63 /* Only first and leading '-' will advance the pointer */ in cmdline_test_noint() 99 * Only first and leading '-' not followed by integer in cmdline_test_tail_int()
|
/linux-6.8/drivers/media/i2c/ |
D | ir-kbd-i2c.c | 610 /* first copy any leading non-repeating */ in zilog_ir_format() 611 int leading = c - rep * 3; in zilog_ir_format() local 613 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format() 619 copy_codes(code_block->codes, codes, leading); in zilog_ir_format() 620 code_block->codes[leading] = 0x82; in zilog_ir_format() 621 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format() 623 c = leading + 1 + rep; in zilog_ir_format()
|
/linux-6.8/drivers/crypto/caam/ |
D | caampkc.h | 103 * @src : input scatterlist (stripped of leading zeros) 104 * @fixup_src : input scatterlist (that might be stripped of leading zeros)
|
/linux-6.8/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 123 Leading and trailing guard pages help detect stack overflows. When stack 134 How do we ensure that VMAP_STACK is actually allocating with a leading
|
/linux-6.8/tools/lib/ |
D | string.c | 119 * skip_spaces - Removes leading whitespace from @str. 132 * strim - Removes leading and trailing whitespace from @s.
|
/linux-6.8/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 268 * @port: The number of the port leading to the VOP2 269 * @reg: The endpoint number leading to the VOP2 296 * Check if a vop endpoint is leading to a rockchip subdriver or bridge.
|
/linux-6.8/Documentation/devicetree/bindings/ |
D | dts-coding-style.rst | 35 hexadecimal digits, without leading zeros (padding). 38 part can be padded with leading zeros.
|
D | writing-schema.rst | 25 with a leading '/' will have the hostname prepended. A $ref value with only a 76 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
|