Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 191) sorted by relevance

12345678

/openbmc/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py43 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
115 test(name="exact-space", size=SIZE, good=False, leading=" ")
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=" ",
155 test(name="one-under-leading", size=SIZE-1, leading=" ")
157 test(name="one-under-leading-trunc-arg", size=SIZE-1, leading=" ", arg=" ")
161 test(name="two-under-leading", size=SIZE-2, 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
28 + # Remove empty elements, particularly leading ones which cause issues with popen below
31 # Remove empty elements, particularly leading ones which
/openbmc/linux/drivers/media/i2c/
H A Dir-kbd-i2c.c611 int leading = c - rep * 3; in zilog_ir_format() local
613 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format()
619 copy_codes(code_block->codes, codes, leading); in zilog_ir_format()
620 code_block->codes[leading] = 0x82; in zilog_ir_format()
621 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format()
623 c = leading + 1 + rep; in zilog_ir_format()
/openbmc/qemu/tests/qapi-schema/
H A Dleading-comma-object.err1 leading-comma-object.json:1:3: expected string or '}'
H A Dleading-comma-list.err1 leading-comma-list.json:2:13: expected '{', '[', ']', string, or boolean
H A Ddoc-missing-space.json1 # Documentation line must have a leading space
H A Dreserved-member-underscore.json2 # We reject use of a single leading underscore in all names (names must
/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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-paramiko_3.5.0.bb1 DESCRIPTION = "The leading native Python SSHv2 protocol library."
/openbmc/u-boot/tools/
H A Drkmux.py146 leading = len(line) - len(line.lstrip())
149 if leading > 15 or (len(cols) > 3 and is_field_start(cols[3])):
/openbmc/openbmc/meta-yadro/
H A DREADME.md7 of leading technology companies.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-nltk/
H A Dpython3-nltk_3.9.1.bb2 DESCRIPTION = "NLTK is a leading platform for building Python programs to work \
/openbmc/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
/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/arch/alpha/lib/
H A Dstrncpy.S73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/giflib/giflib/
H A D0001-Makefile-fix-typo-in-soname-argument.patch8 there is no LIBUTILMAJOR variable only LIBUTILSOMAJOR leading to:
/openbmc/linux/Documentation/pcmcia/
H A Ddriver.rst15 All fields are passed in as hexadecimal values (no leading 0x).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D0001-Correct-clang-compiler-flags.patch6 Fix misplaced quotes, this was leading to spurious ; in compiler cmdline
/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef1017 "Count leading sign bits - 1", { if (RsV == 0) { RdV = 0; } else { RdV = (fMAX(fCL1_4(RsV),fCL1_4(~…
1020 "Count leading sign bits then add signed number",
1024 "Count leading sign bits - 1", { if (RssV == 0) { RdV = 0; }
1028 "Count leading sign bits then add signed number",
1080 "Count leading bits", {RdV = fMAX(fCL1_4(RsV),fCL1_4(~RsV));})
1084 "Count leading bits", {RdV = fCL1_4(~RsV);})
1087 "Count leading bits", {RdV = fCL1_4(RsV);})
1090 "Count leading bits", {RdV = fMAX(fCL1_8(RssV),fCL1_8(~RssV));})
1093 "Count leading bits", {RdV = fCL1_8(~RssV);})
1096 "Count leading bits", {RdV = fCL1_8(RssV);})
/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/u-boot/arch/arm/dts/
H A Domap-gpmc-smsc9221.dtsi5 * or smsc 9218) has faster timings, leading to higher
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Avoid-shebang-overflow-on-python-config.py.patch6 The whole native path may be too big, leading to shebang
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap-gpmc-smsc9221.dtsi6 * or smsc 9218) has faster timings, leading to higher
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.8.rst24 - core-image.bbclass: Fix missing leading whitespace with ':append'
25 - populate_sdk_ext.bbclass: Fix missing leading whitespace with ':append'
26 - ptest-packagelists.inc: Fix missing leading whitespace with ':append'
/openbmc/u-boot/arch/arm/lib/
H A Duldivmod.S201 @ Count the leading zeroes in B.
208 @ Count the remaining leading zeroes in B.

12345678