Searched refs:trailing (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/net/ipv6/ |
D | seg6.c | 35 int trailing; in seg6_validate_srh() local 49 trailing = len - tlv_offset; in seg6_validate_srh() 50 if (trailing < 0) in seg6_validate_srh() 53 while (trailing) { in seg6_validate_srh() 57 if (trailing < sizeof(*tlv)) in seg6_validate_srh() 63 trailing -= tlv_len; in seg6_validate_srh() 64 if (trailing < 0) in seg6_validate_srh()
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 21 # but any trailing newlines are deleted.
|
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | maxim-ds1302.txt | 7 edge. Master input is set by the RTC on the trailing edge and is sensed
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | icpdas-lp8841-spi-rtc.txt | 8 edge. Master input is set by the RTC on the trailing edge and is sensed
|
/Linux-v4.19/arch/alpha/lib/ |
D | ev6-memset.S | 104 and $18,7,$18 # E : Number of trailing bytes to write 282 and $18,7,$18 # E : Number of trailing bytes to write 470 and $18,7,$18 # E : Number of trailing bytes to write
|
D | ev6-clear_user.S | 171 # zero to 16 quadwords left to store, plus any trailing bytes
|
D | ev6-memcpy.S | 158 addq $18, 8, $18 # E : add back for trailing bytes
|
D | stxncpy.S | 160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
|
D | ev6-stxncpy.S | 199 mskql t0, a0, t0 # U : mask trailing garbage in dst
|
/Linux-v4.19/Documentation/spi/ |
D | pxa2xx | 117 trailing bytes in the SSP receiver fifo. The correct value for this field is 119 slave device. Please note that the PXA2xx SSP 1 does not support trailing byte 120 timeouts and must busy-wait any trailing bytes.
|
D | spidev | 87 sample on trailing edge iff this is set) flags.
|
D | spi-summary | 101 the second (trailing) edge is falling. CPOL=1 means the clock 105 sample on the leading edge, CPHA=1 means the trailing edge. 117 trailing clock edge (CPHA=1), that's SPI mode 1.
|
/Linux-v4.19/arch/arc/lib/ |
D | strcmp.S | 77 cmp_s r3,r2 ; ... be independent of trailing garbage
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | decbin.S | 36 | A3. Count the number of leading/trailing zeros in the 38 | if negative, count the trailing zeros. Set the adjusted
|
/Linux-v4.19/arch/sh/lib/ |
D | memcpy-sh4.S | 24 ! Size is 16 or greater, and may have trailing bytes 97 ! Size is 16 or greater, and may have trailing bytes 347 ! Size is 16 or greater and less than 64, but may have trailing bytes
|
/Linux-v4.19/arch/sparc/lib/ |
D | checksum_32.S | 53 andcc %o1, 3, %o1 ! check for trailing bytes 58 andcc %o1, 3, %g0 ! check again for trailing bytes 59 1: be 1f ! no trailing bytes, return
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | attributes.rst | 137 - Attribute name. Does not include trailing NULL.
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 271 Do not leave trailing whitespace at the ends of lines. Some editors with 276 you end up with lines containing trailing whitespace. 278 Git will warn you about patches that introduce trailing whitespace, and can 279 optionally strip the trailing whitespace for you; however, if applying a series 613 (setq show-trailing-whitespace t)
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 183 The four timeout values are shown in usecs, with a trailing
|
/Linux-v4.19/Documentation/acpi/ |
D | method-tracing.txt | 137 Note that the full path shouldn't contain the trailing "_"s in its
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | coding-style.rst | 556 (setq show-trailing-whitespace t)
|
/Linux-v4.19/scripts/ |
D | checkpatch.pl | 4924 my $trailing = $rawline; 4925 $trailing =~ s/^\+//; 4926 $trailing = trim($trailing); 4927 $fixedline =~ s/}\s*$/} $trailing/;
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-macro-language.txt | 108 replaced with a space. Any trailing newlines are deleted. The standard error
|
/Linux-v4.19/Documentation/device-mapper/ |
D | verity.txt | 158 this entry and any unaligned trailing space is ignored but included when
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.rst | 189 a trailing = on the name of any parameter states that that parameter will
|
12