Home
last modified time | relevance | path

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

12345678910>>...33

/openbmc/linux/tools/testing/selftests/exec/
H A 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 …]
/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/
H A Dfix_cflags_handling.patch6 If you pass CFLAGS with a leading space, " " gets passed to popen and convinces
29 + # Remove empty elements, particularly leading ones which cause issues with popen below
32 # Remove empty elements, particularly leading ones which
/openbmc/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()
/openbmc/u-boot/lib/
H A Dlinux_string.c15 * skip_spaces - Removes leading whitespace from @str.
28 * strim - Removes leading and trailing whitespace from @s.
/openbmc/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.
/openbmc/linux/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh35 # use printf for rounding and a leading zero
69 # use printf for rounding and a leading zero
/openbmc/qemu/include/qemu/
H A Dhost-utils.h130 * clz8 - count leading zeros in a 8-bit value.
145 * clz16 - count leading zeros in a 16-bit value.
160 * clz32 - count leading zeros in a 32-bit value.
172 * clo32 - count leading ones in a 32-bit value.
183 * clz64 - count leading zeros in a 64-bit value.
195 * clo64 - count leading ones in a 64-bit value.
276 * clrsb32 - count leading redundant sign bits in a 32-bit value.
292 * clrsb64 - count leading redundant sign bits in a 64-bit value.
745 * @value - 1 has no leading zeroes, thus @value - 1 >= 2^63 in pow2ceil()
/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h50 * stage leading to boot-time crash. To avoid this boot-time crash,
80 * stage leading to boot-time crash. To avoid this boot-time crash,
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbb-matrix.sh23 # Use leading 0s to ensure all digits are the same string length, this results
58 # Strip any leading zeroes before passing to bitbake
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/
H A DCVE-2022-24795.patch6 There was an integer overflow in yajl_buf_ensure_available() leading
16 a memory write if yajl_buf_ensure_available() failed leading to a data
/openbmc/u-boot/env/
H A Dembedded.c20 /* Leading underscore on symbols */
22 #else /* No leading character on symbols */
/openbmc/linux/drivers/video/fbdev/core/
H A 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()
H A 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()
H A Dsyscopyarea.c47 /* Leading bits */ in bitcpy()
109 /* Leading bits */ in bitcpy()
197 /* Leading bits */ in bitcpy_rev()
257 /* Leading bits */ in bitcpy_rev()
/openbmc/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
/openbmc/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()
/openbmc/linux/arch/powerpc/xmon/
H A 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'. */
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgcp.py67 # Path sometimes has leading slash, so strip it
97 # Path sometimes has leading slash, so strip it
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dqcom,ipa.yaml95 - description: Path leading to system memory
98 - description: Path leading to system memory
99 - description: Path leading to internal memory
/openbmc/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
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dusb-device.yaml35 hexadecimal with leading zeroes suppressed. The other compatible
67 in lower case hexadecimal with leading zeroes suppressed.
/openbmc/qemu/tests/qapi-schema/
H A Dleading-comma-object.err1 leading-comma-object.json:1:3: expected string or '}'
H A Ddoc-missing-space.json1 # Documentation line must have a leading space
H A Dleading-comma-list.err1 leading-comma-list.json:2:13: expected '{', '[', ']', string, or boolean
/openbmc/linux/lib/
H A 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

12345678910>>...33