| /kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
| D | binfmt_script | 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | usb-device.txt | 23 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
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | usb-device.txt | 23 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
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
| D | core_compatiable.h | 207 * \brief Count leading zeros 208 * \details Counts the number of leading zeros of a data value. 209 * \param [in] data Value to count the leading zeros 210 * \return number of leading zeros in value
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | count_zeros.h | 1 /* Count leading and trailing zeros functions 21 * Count the number of leading zeros from the MSB going towards the LSB in @x.
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| D | sysfillrect.c | 44 /* 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()
|
| 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()
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/core/ |
| D | sysfillrect.c | 44 /* 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()
|
| 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()
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-4.19/drivers/acpi/acpica/ |
| D | utstrsuppt.c | 176 * RETURN: Next character after any leading zeros. This character may be 179 * DESCRIPTION: Remove any leading zeros in the input string. Return the 204 * DESCRIPTION: Remove any leading whitespace in the input string. Return the 238 return (TRUE); /* String is past leading 0x */ in acpi_ut_detect_hex_prefix() 260 *string += 2; /* Go past the leading 0x */ in acpi_ut_remove_hex_prefix() 281 *string += 1; /* Go past the leading 0 */ in acpi_ut_detect_octal_prefix()
|
| /kernel/linux/linux-4.19/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'. */
|
| /kernel/linux/linux-5.10/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'. */
|
| /kernel/linux/linux-5.10/Documentation/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
|
| /kernel/linux/linux-4.19/Documentation/arm/nwfpe/ |
| D | README | 12 the problems is with leading underscores on kernel symbols. Elf 13 kernels have no leading underscores, a.out compiled kernels do. I
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-bitbang-txrx.h | 69 /* 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()
|
| /kernel/linux/linux-4.19/drivers/spi/ |
| D | spi-bitbang-txrx.h | 69 /* 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()
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | ir-kbd-i2c.c | 573 /* 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()
|
| /kernel/linux/linux-4.19/drivers/media/i2c/ |
| D | ir-kbd-i2c.c | 583 /* first copy any leading non-repeating */ in zilog_ir_format() 584 int leading = c - rep * 3; in zilog_ir_format() local 586 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format() 592 copy_codes(code_block->codes, codes, leading); in zilog_ir_format() 593 code_block->codes[leading] = 0x82; in zilog_ir_format() 594 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format() 596 c = leading + 1 + rep; in zilog_ir_format()
|
| /kernel/linux/linux-5.10/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
|