Home
last modified time | relevance | path

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

12345678910>>...42

/kernel/linux/linux-6.6/tools/testing/selftests/exec/
Dbinfmt_script.py36 # @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/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 …]
/kernel/linux/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
/kernel/linux/linux-6.6/drivers/spi/
Dspi-bitbang-txrx.h71 /* 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()
/kernel/linux/linux-5.10/crypto/
Decdsa.c47 * 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()
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Dcore_compatiable.h207 * \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-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.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-6.6/tools/perf/tests/shell/
Dstat+shadow_stat.sh35 # use printf for rounding and a leading zero
69 # use printf for rounding and a leading zero
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
Dsysfillrect.c44 /* 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()
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()
/kernel/linux/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()
/kernel/linux/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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()
/kernel/linux/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()
/kernel/linux/linux-6.6/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'. */
/kernel/linux/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'. */
/kernel/linux/linux-6.6/drivers/hwmon/
Dad7314.c71 /* Invalid read-out, leading zero part is missing */ in ad7314_temperature_show()
81 /* Invalid read-out, leading zero part is missing */ in ad7314_temperature_show()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dqcom,ipa.yaml95 - description: Path leading to system memory
98 - description: Path leading to system memory
99 - description: Path leading to internal memory
/kernel/linux/linux-6.6/Documentation/arch/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
/kernel/linux/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

12345678910>>...42