/openbmc/linux/tools/testing/selftests/exec/ |
H A 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 …]
|
/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/ |
H A D | fix_cflags_handling.patch | 6 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 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()
|
/openbmc/u-boot/lib/ |
H A D | linux_string.c | 15 * skip_spaces - Removes leading whitespace from @str. 28 * strim - Removes leading and trailing whitespace from @s.
|
/openbmc/linux/include/linux/ |
H A 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.
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | stat+shadow_stat.sh | 35 # use printf for rounding and a leading zero 69 # use printf for rounding and a leading zero
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 130 * 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 D | boot_opensbi.h | 50 * 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 D | bb-matrix.sh | 23 # 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 D | CVE-2022-24795.patch | 6 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 D | embedded.c | 20 /* Leading underscore on symbols */ 22 #else /* No leading character on symbols */
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A 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()
|
H A 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()
|
H A 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()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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
|
/openbmc/linux/drivers/acpi/acpica/ |
H A 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()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A 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'. */
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gcp.py | 67 # 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 D | qcom,ipa.yaml | 95 - 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 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
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | usb-device.yaml | 35 hexadecimal with leading zeroes suppressed. The other compatible 67 in lower case hexadecimal with leading zeroes suppressed.
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | leading-comma-object.err | 1 leading-comma-object.json:1:3: expected string or '}'
|
H A D | doc-missing-space.json | 1 # Documentation line must have a leading space
|
H A D | leading-comma-list.err | 1 leading-comma-list.json:2:13: expected '{', '[', ']', string, or boolean
|
/openbmc/linux/lib/ |
H A 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
|