Home
last modified time | relevance | path

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

123456

/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py45 def test(name, size, good=True, leading="", root="./", target="/perl", argument
69 buf=hashbang + leading + root + middle + target + arg + newline
121 test(name="exact-space", size=SIZE, good=False, leading=" ")
126 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19)
134 test(name="newline-prefix", size=SIZE-1, good=False, leading="\n",
141 test(name="test.pl", size=439, leading=" ",
161 test(name="one-under-leading", size=SIZE-1, leading=" ")
163 test(name="one-under-leading-trunc-arg", size=SIZE-1, leading=" ", arg=" ")
167 test(name="two-under-leading", size=SIZE-2, leading=" ")
168 test(name="two-under-leading-trunc-arg", size=SIZE-2, leading=" ", arg=" ")
[all …]
/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()
/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
/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
/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.
/linux/arch/alpha/lib/
H A Dstrncpy.S73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
H A Dev67-strrchr.S103 subq t5, t2, t5 # E : Normalize leading zero count
H A Dev6-copy_user.S54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
/linux/Documentation/devicetree/bindings/net/
H A Dqcom,ipa.yaml101 - description: Path leading to system memory
104 - description: Path leading to system memory
105 - description: Path leading to internal memory
H A Damlogic,gxl-mdio-mux.yaml14 the internal mdio bus leading to the embedded 10/100 PHY or the external
H A Damlogic,g12a-mdio-mux.yaml11 the internal mdio bus leading to the embedded 10/100 PHY or the external
/linux/Documentation/devicetree/bindings/virtio/
H A Dvirtio-device.yaml22 representation of ID shall be in lower case hexadecimal with leading
/linux/Documentation/pcmcia/
H A Ddriver.rst15 All fields are passed in as hexadecimal values (no leading 0x).
/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
/linux/arch/arm/boot/dts/ti/omap/
H A Domap-gpmc-smsc9221.dtsi6 * or smsc 9218) has faster timings, leading to higher
/linux/Documentation/devicetree/bindings/
H A Ddts-coding-style.rst35 hexadecimal digits, without leading zeros (padding).
38 part can be padded with leading zeros.
/linux/Documentation/devicetree/bindings/soundwire/
H A Dsoundwire-controller.yaml37 lower-case hexadecimal with leading zeroes.
/linux/kernel/
H A DKconfig.hz16 environment leading to NR_CPUS * HZ number of timer interrupts
/linux/Documentation/i2c/
H A Dten-bit-addresses.rst10 address space, namely 0xa000-0xa3ff. The leading 0xa (= 10) represents the
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr-props.yaml25 formatted in lower case hexadecimal representation with leading zeroes.
/linux/Documentation/devicetree/bindings/iio/imu/
H A Dinvensense,icm42600.yaml20 Other industry-leading features include InvenSense on-chip APEX Motion
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-event.rst45 is lost, but only an intermediate step leading up to that
/linux/drivers/target/iscsi/
H A 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()
/linux/arch/m68k/fpsp040/
H A Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
37 | bcd string. If SE is positive, count the leading zeros;
/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c902 mask_t leading = (mask_t)1 << start; in node_first_set() local
903 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set()
910 mask_t leading = (mask_t)1 << start; in node_first_clear() local
911 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear()

123456