Searched refs:trailing (Results  1 – 25 of 41) sorted by relevance
12
| /Linux-v5.4/net/ipv6/ | 
| D | seg6.c | 30 	int trailing;  in seg6_validate_srh()  local44 	trailing = len - tlv_offset;  in seg6_validate_srh()
 45 	if (trailing < 0)  in seg6_validate_srh()
 48 	while (trailing) {  in seg6_validate_srh()
 52 		if (trailing < sizeof(*tlv))  in seg6_validate_srh()
 58 		trailing -= tlv_len;  in seg6_validate_srh()
 59 		if (trailing < 0)  in seg6_validate_srh()
 
 | 
| /Linux-v5.4/tools/memory-model/scripts/ | 
| D | parseargs.sh | 103 			echo $1 trailing characters "'$trailchars'"
 | 
| /Linux-v5.4/scripts/kconfig/tests/preprocess/builtin_func/ | 
| D | Kconfig | 21 # but any trailing newlines are deleted.
 | 
| /Linux-v5.4/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-v5.4/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-v5.4/arch/alpha/lib/ | 
| D | ev6-memset.S | 104 	and $18,7,$18		# E : Number of trailing bytes to write282 	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-v5.4/Documentation/spi/ | 
| D | pxa2xx.rst | 121 trailing bytes in the SSP receiver fifo.  The correct value for this field is123 slave device.  Please note that the PXA2xx SSP 1 does not support trailing byte
 124 timeouts and must busy-wait any trailing bytes.
 
 | 
| D | spidev.rst | 97 	sample on trailing edge iff this is set) flags.
 | 
| /Linux-v5.4/arch/arc/lib/ | 
| D | strcmp.S | 74 	cmp_s	r3,r2		; ... be independent of trailing garbage
 | 
| /Linux-v5.4/arch/m68k/fpsp040/ | 
| D | decbin.S | 36 |	A3. Count the number of leading/trailing zeros in the38 |	if negative, count the trailing zeros.  Set the adjusted
 
 | 
| /Linux-v5.4/arch/sh/lib/ | 
| D | memcpy-sh4.S | 24 	! Size is 16 or greater, and may have trailing bytes97 	! 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-v5.4/arch/arm/boot/dts/ | 
| D | ls1021a-tsn.dts | 47 		/* Sample data on trailing clock edge */
 | 
| /Linux-v5.4/arch/sparc/lib/ | 
| D | checksum_32.S | 53 	 andcc	%o1, 3, %o1			! check for trailing bytes58 	andcc	%o1, 3, %g0			! check again for trailing bytes
 59 1:	be	1f				! no trailing bytes, return
 
 | 
| /Linux-v5.4/Documentation/filesystems/ext4/ | 
| D | attributes.rst | 137      - Attribute name. Does not include trailing NULL.
 | 
| /Linux-v5.4/Documentation/process/ | 
| D | coding-style.rst | 271 Do not leave trailing whitespace at the ends of lines.  Some editors with276 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
 629           (show-trailing-whitespace . t)
 
 | 
| D | deprecated.rst | 57 a trailing array of others structures, as in::
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | erofs.txt | 174        \                         |                             trailing '\0'
 | 
| /Linux-v5.4/Documentation/ABI/stable/ | 
| D | sysfs-class-tpm | 183 		The four timeout values are shown in usecs, with a trailing
 | 
| /Linux-v5.4/Documentation/translations/zh_CN/process/ | 
| D | coding-style.rst | 556           (show-trailing-whitespace . t)
 | 
| /Linux-v5.4/Documentation/firmware-guide/acpi/ | 
| D | method-tracing.rst | 169   Note that the full path shouldn't contain the trailing "_"s in its
 | 
| /Linux-v5.4/scripts/ | 
| D | checkpatch.pl | 5015 					my $trailing = $rawline;5016 					$trailing =~ s/^\+//;
 5017 					$trailing = trim($trailing);
 5018 					$fixedline =~ s/}\s*$/} $trailing/;
 
 | 
        12