Home
last modified time | relevance | path

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

12345678910>>...12

/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dbinfmt_script43 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 …]
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Ddevice_table2.txt4 # leading spaces are ignored for xattr
6 # leading tabs are ignored for xattr
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dir-kbd-i2c.c574 int leading = c - rep * 3; in zilog_ir_format() local
576 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format()
582 copy_codes(code_block->codes, codes, leading); in zilog_ir_format()
583 code_block->codes[leading] = 0x82; in zilog_ir_format()
584 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format()
586 c = leading + 1 + rep; in zilog_ir_format()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A 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
/OK3568_Linux_fs/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])):
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dpredict.def184 /* Branch leading to an integer overflow are extremely unlikely. */
188 /* Branch leading to a failure status are unlikely. This can occur for out
200 /* Branch leading to an I/O failure status are unlikely. This predictor is
206 /* Branch leading to a run-time warning message which is printed only once
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dpredict.def184 /* Branch leading to an integer overflow are extremely unlikely. */
188 /* Branch leading to a failure status are unlikely. This can occur for out
200 /* Branch leading to an I/O failure status are unlikely. This predictor is
206 /* Branch leading to a run-time warning message which is printed only once
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-paramiko_2.10.3.bb1 DESCRIPTION = "The leading native Python SSHv2 protocol library."
/OK3568_Linux_fs/buildroot/package/sphinxbase/
H A DConfig.in5 CMUSphinx toolkit is a leading speech recognition toolkit
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/libebur128/
H A DConfig.in4 # leading to a build error with a static-only toolchain
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dstrncpy.S73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/pixman/
H A DCVE-2022-44638.patch8 Subject: [PATCH] Avoid integer overflow leading to out-of-bounds write
/OK3568_Linux_fs/kernel/Documentation/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
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0048-config-parser-Strip-leading-spaces.patch4 Subject: [PATCH 48/93] config-parser: Strip leading spaces
/OK3568_Linux_fs/buildroot/package/weston/
H A D0048-config-parser-Strip-leading-spaces.patch4 Subject: [PATCH 48/93] config-parser: Strip leading spaces
/OK3568_Linux_fs/yocto/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'
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0104-fs-hfsplus-Don-t-fetch-a-key-beyond-the-end-of-the-n.patch6 Otherwise you get a wild pointer, leading to a bunch of invalid reads.
/OK3568_Linux_fs/kernel/Documentation/pcmcia/
H A Ddriver.rst15 All fields are passed in as hexadecimal values (no leading 0x).
/OK3568_Linux_fs/buildroot/board/asus/tinker/
H A Dreadme.txt5 factor that offers class-leading performance while leveraging outstanding
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0071-config-parser-Strip-leading-spaces.patch4 Subject: [PATCH 71/79] config-parser: Strip leading spaces
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/package/pkgconf/
H A D0002-Revert-main-assume-modversion-insted-of-version-if-o.patch9 simple as 'pkg-config --static --version' is used, leading to a
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dmdio-mux-meson-g12a.txt4 the internal mdio bus leading to the embedded 10/100 PHY or the external

12345678910>>...12