Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/tools/testing/selftests/exec/
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 …]
/kernel/linux/linux-5.10/drivers/media/i2c/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
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
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstrncpy.S73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
Dev67-strrchr.S103 subq t5, t2, t5 # E : Normalize leading zero count
Dev6-copy_user.S54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
/kernel/linux/linux-5.10/Documentation/pcmcia/
Ddriver.rst15 All fields are passed in as hexadecimal values (no leading 0x).
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dmdio-mux-meson-g12a.txt4 the internal mdio bus leading to the embedded 10/100 PHY or the external
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/
Dnwfpe.rst15 the problems is with leading underscores on kernel symbols. Elf
16 kernels have no leading underscores, a.out compiled kernels do. I
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap-gpmc-smsc9221.dtsi6 * or smsc 9218) has faster timings, leading to higher
/kernel/linux/linux-5.10/Documentation/i2c/
Dten-bit-addresses.rst10 address space, namely 0xa000-0xa3ff. The leading 0xa (= 10) represents the
/kernel/linux/linux-5.10/kernel/
DKconfig.hz16 environment leading to NR_CPUS * HZ number of timer interrupts
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/slimbus/
Dbus.txt32 Product Code, shall be in lower case hexadecimal with leading
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-event.rst45 is lost, but only an intermediate step leading up to that
/kernel/linux/linux-5.10/arch/c6x/lib/
Ddivremu.S11 ;; out how many leading zero bits there are in the divisor. This
Ddivu.S28 ;; out how many leading zero bits there are in the divisor. This
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_parameters.c564 int leading) in iscsi_copy_param_list() argument
579 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { in iscsi_copy_param_list()
1605 int leading) in iscsi_set_session_parameters() argument
1618 if (leading) in iscsi_set_session_parameters()
1635 if (leading) in iscsi_set_session_parameters()
/kernel/linux/linux-5.10/Documentation/devicetree/
Dwriting-schema.rst23 with a leading '/' will have the hostname prepended. A $ref value a relative
73 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dqcom,wcd9335.txt16 shall be in lower case hexadecimal with leading zeroes
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
37 | bcd string. If SE is positive, count the leading zeros;
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
Dsparsebit.c903 mask_t leading = (mask_t)1 << start; in node_first_set() local
904 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set()
911 mask_t leading = (mask_t)1 << start; in node_first_clear() local
912 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear()
/kernel/linux/linux-5.10/arch/sh/
DKconfig.debug52 This prints out a code trace of the instructions leading up to
/kernel/linux/linux-5.10/Documentation/kbuild/
Dkconfig-macro-language.rst153 whitespace. Then, leading whitespaces are trimmed from the first argument,
168 of leading spaces may matter depending on the function. The same applies to
/kernel/linux/linux-5.10/Documentation/bpf/
Dprog_sk_lookup.rst30 IP address/port in the range, leading to resource consumption and potential

12345