/linux/tools/testing/selftests/exec/ |
H A D | binfmt_script.py | 45 def test(name, size, good=True, leading="", root="./", target="/perl", argument 54 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg) 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=" ") [all …]
|
/linux/drivers/media/i2c/ |
H A D | ir-kbd-i2c.c | 611 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 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
|
/linux/arch/alpha/lib/ |
H A D | strncpy.S | 73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
|
H A D | ev67-strrchr.S | 103 subq t5, t2, t5 # E : Normalize leading zero count
|
H A D | ev6-copy_user.S | 54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
|
H A D | stxcpy.S | 259 lda t2, -1 # e1 : mask out leading garbage in source
|
H A D | ev6-stxcpy.S | 289 lda t2, -1 # E : mask out leading garbage in source
|
/linux/Documentation/pcmcia/ |
H A D | driver.rst | 15 All fields are passed in as hexadecimal values (no leading 0x).
|
/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
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap-gpmc-smsc9221.dtsi | 6 * or smsc 9218) has faster timings, leading to higher
|
/linux/Documentation/devicetree/bindings/ |
H A D | dts-coding-style.rst | 35 hexadecimal digits, without leading zeros (padding). 38 part can be padded with leading zeros.
|
/linux/Documentation/i2c/ |
H A D | ten-bit-addresses.rst | 10 address space, namely 0xa000-0xa3ff. The leading 0xa (= 10) represents the
|
/linux/kernel/ |
H A D | Kconfig.hz | 16 environment leading to NR_CPUS * HZ number of timer interrupts
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-event.rst | 45 is lost, but only an intermediate step leading up to that
|
H A D | dev-raw-vbi.rst | 116 - Horizontal offset of the VBI image, relative to the leading edge 119 ``sampling_rate`` seconds following the leading edge. See also
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 564 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/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 902 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()
|
/linux/arch/m68k/fpsp040/ |
H A D | decbin.S | 36 | A3. Count the number of leading/trailing zeros in the 37 | bcd string. If SE is positive, count the leading zeros;
|
/linux/Documentation/kbuild/ |
H A D | kconfig-macro-language.rst | 153 whitespace. Then, leading whitespaces are trimmed from the first argument, 168 of leading spaces may matter depending on the function. The same applies to
|
/linux/arch/sh/ |
H A D | Kconfig.debug | 60 This prints out a code trace of the instructions leading up to
|
/linux/Documentation/bpf/ |
H A D | prog_sk_lookup.rst | 30 IP address/port in the range, leading to resource consumption and potential
|
/linux/Documentation/maintainer/ |
H A D | messy-diffstat.rst | 66 may be impossible to tell what actually happened in the changes leading up
|
/linux/Documentation/firmware-guide/acpi/ |
H A D | DSD-properties-rules.rst | 70 possibly leading to a conflict with AML methods in the ACPI namespace. In
|
/linux/Documentation/mm/ |
H A D | vmalloced-kernel-stacks.rst | 134 How do we ensure that VMAP_STACK is actually allocating with a leading
|