Home
last modified time | relevance | path

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

12345678910>>...22

/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py38 # @leading: any leading whitespace before the executable path
45 def test(name, size, good=True, leading="", root="./", target="/perl", argument
54 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)
69 buf=hashbang + leading + root + middle + target + arg + newline
120 # Same as above, but with leading whitespace.
121 test(name="exact-space", size=SIZE, good=False, leading=" ")
125 # A good path, but it gets truncated due to leading whitespace.
126 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19)
134 test(name="newline-prefix", size=SIZE-1, good=False, leading
[all...]
/linux/drivers/spi/
H A 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()
/linux/include/linux/
H A 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/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh37 # use printf for rounding and a leading zero
79 # use printf for rounding and a leading zero
/linux/Documentation/ABI/testing/
H A 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
/linux/drivers/acpi/acpica/
H A 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()
H A Dexconvrt.c253 * leading_zeros - Allow leading zeros
312 /* Handle leading zeros */ in acpi_ex_convert_to_ascii()
337 /* Supress leading zeros until the first non-zero character */ in acpi_ex_convert_to_ascii()
354 * Since leading zeros are suppressed, we must check for the case where in acpi_ex_convert_to_ascii()
424 * Supress leading zeros and append "0x" in acpi_ex_convert_to_string()
/linux/arch/powerpc/xmon/
H A Dppc.h338 register names with a leading 'r'. */
341 /* Like PPC_OPERAND_GPR, but don't print a leading 'r' for r0. */
345 prints these with a leading 'f'. */
380 prints these with a leading 'v'. */
398 prints these with a leading 'vs'. */
/linux/drivers/hwmon/
H A 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()
/linux/Documentation/devicetree/bindings/net/
H A Dqcom,ipa.yaml101 - description: Path leading to system memory
104 - description: Path leading to system memory
105 - description: Path leading to internal memory
/linux/Documentation/arch/arm/nwfpe/
H A 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/Documentation/devicetree/bindings/usb/
H A Dusb-device.yaml36 hexadecimal with leading zeroes suppressed. The other compatible
70 in lower case hexadecimal with leading zeroes suppressed.
/linux/drivers/firmware/efi/libstub/
H A 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/drivers/video/fbdev/core/
H A Dfb_copyarea.h73 /* Leading bits */ in fb_copy_aligned_fwd()
134 /* Leading bits */ in fb_copy_aligned_rev()
196 /* Leading bits */ in fb_copy_fwd()
338 /* Leading bits */ in fb_copy_rev()
/linux/drivers/crypto/caam/
H A Dcaampkc.h103 * @src : input scatterlist (stripped of leading zeros)
104 * @fixup_src : input scatterlist (that might be stripped of leading zeros)
/linux/tools/sched_ext/include/bpf-compat/gnu/
H A Dstubs.h7 * have 32bit glibc devel package installed leading to a build failure.
/linux/tools/lib/
H A Dstring.c119 * skip_spaces - Removes leading whitespace from @str.
132 * strim - Removes leading and trailing whitespace from @s.
/linux/Documentation/mm/
H A Dpage_table_check.rst30 be writable, leading to corrupt when the page content is later modified.
75 still being mapped in the userspace, leading to "corruption" detected by the
H A Dvmalloced-kernel-stacks.rst123 Leading and trailing guard pages help detect stack overflows. When the stack
134 How do we ensure that VMAP_STACK is actually allocating with a leading
/linux/Documentation/devicetree/bindings/display/imx/
H A Dfsl,imx8qxp-dc-safety.yaml11 leading to multiple endpoints.
/linux/lib/tests/
H A Dcmdline_kunit.c63 /* 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/crypto/
H A Decdsa-x962.c40 * vlen may be 1 byte larger than bufsize due to a leading zero byte in ecdsa_get_signature_rs()
44 /* skip over leading zeros that make 'value' a positive int */ in ecdsa_get_signature_rs()
/linux/Documentation/devicetree/bindings/virtio/
H A Dvirtio-device.yaml22 representation of ID shall be in lower case hexadecimal with leading
/linux/arch/powerpc/boot/
H A Dstdlib.c12 /* Not currently supported: leading whitespace, sign, 0x prefix, zero base */
/linux/Documentation/pcmcia/
H A Ddriver.rst15 All fields are passed in as hexadecimal values (no leading 0x).

12345678910>>...22