Home
last modified time | relevance | path

Searched full:trailing (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/linux/drivers/video/fbdev/core/
H A Dfb_io_fops.c14 unsigned long total_size, trailing; in fb_io_read() local
53 trailing = copy_to_user(buf, buffer, c); in fb_io_read()
54 if (trailing == c) { in fb_io_read()
58 c -= trailing; in fb_io_read()
78 unsigned long total_size, trailing; in fb_io_write() local
120 trailing = copy_from_user(src, buf, c); in fb_io_write()
121 if (trailing == c) { in fb_io_write()
125 c -= trailing; in fb_io_write()
H A Dfb_copyarea.h64 /* Trailing bits */ in fb_copy_aligned_fwd()
89 /* Trailing bits */ in fb_copy_aligned_fwd()
117 /* Trailing bits */ in fb_copy_aligned_rev()
241 /* Trailing bits */ in fb_copy_fwd()
301 /* Trailing bits */ in fb_copy_rev()
/linux/tools/include/nolibc/
H A Dstdlib.h193 * trailing zero. The buffer is filled from the first byte, and the number
194 * of characters emitted (not counting the trailing zero) is returned.
266 * trailing zero (17 bytes for "ffffffffffffffff" or 9 for "ffffffff"). The
268 * (not counting the trailing zero) is returned.
288 * trailing zero (21 bytes for 18446744073709551615 in 64-bit, 11 for
290 * number of characters emitted (not counting the trailing zero) is returned.
300 * trailing zero (21 bytes for -9223372036854775808 in 64-bit, 12 for
302 * number of characters emitted (not counting the trailing zero) is returned.
361 * trailing zero (17 bytes for "ffffffffffffffff"). The buffer is filled from
363 * trailing zero) is returned.
[all …]
/linux/tools/testing/selftests/net/
H A Dproc_net_pktgen.c203 /* complete command string without/with trailing '\0' */ in TEST_F()
222 /* with trailing '\0' */ in TEST_F()
226 /* without trailing '\0' */ in TEST_F()
230 /* with trailing '\0' */ in TEST_F()
234 /* without trailing '\0' */ in TEST_F()
238 /* with trailing '\0' */ in TEST_F()
242 /* without trailing '\0' */ in TEST_F()
292 /* with trailing '\0' */ in TEST_F()
297 /* without trailing '\0' */ in TEST_F()
302 /* with trailing '\0' */ in TEST_F()
[all …]
/linux/include/linux/
H A Dstddef.h51 * struct_group_attr() - Create a struct_group() with trailing attributes
97 * __TRAILING_OVERLAP() - Overlap a flexible-array member with trailing
107 * @MEMBERS: Trailing overlapping members.
119 * TRAILING_OVERLAP() - Overlap a flexible-array member with trailing members.
127 * @MEMBERS: Trailing overlapping members.
H A Doverflow.h424 * struct_size() - Calculate size of structure with trailing flexible array.
440 * struct_size_t() - Calculate size of structure with trailing flexible array
469 * Enables caller macro to pass arbitrary trailing expressions
475 * @trailer: Trailing expressions for attributes and/or initializers.
500 * DEFINE_RAW_FLEX() - Define an on-stack instance of structure with a trailing
508 * Define a zeroed, on-stack, instance of @type structure with a trailing
519 * DEFINE_FLEX() - Define an on-stack instance of structure with a trailing
528 * Define a zeroed, on-stack, instance of @TYPE structure with a trailing
H A Dcount_zeros.h2 /* Count leading and trailing zeros functions
35 * Count the number of trailing zeros from the LSB going towards the MSB in @x.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i2c-devices-m24lr15 - No "0x" prefix, whitespace, or trailing newline
35 - No "0x" prefix, whitespace, or trailing newline
57 - Includes a trailing newline
70 - Includes a trailing newline
H A Dsysfs-auxdisplay-linedisp7 Reading returns the current message with a trailing newline.
9 display width will automatically scroll. Trailing newlines in
/linux/rust/syn/
H A Dpunctuated.rs169 /// sequence must already have a trailing punctuation, or be empty.
172 /// have trailing punctuation.
178 /// Panics if the sequence is nonempty and does not already have a trailing
183 … "Punctuated::push_value: cannot push value if Punctuated is missing trailing punctuation", in push_value()
189 /// Appends a trailing punctuation onto the end of this punctuated sequence.
190 /// The sequence must be non-empty and must not already have trailing
195 /// Panics if the sequence is empty or already has a trailing punctuation.
199 …d::push_punct: cannot push punctuation if Punctuated is empty or already has trailing punctuation", in push_punct()
216 /// Removes the trailing punctuation from this punctuated sequence, or
228 /// Determines whether this punctuated sequence ends with a trailing
[all …]
/linux/net/ipv6/
H A Dseg6.c30 int trailing; in seg6_validate_srh() local
52 trailing = len - tlv_offset; in seg6_validate_srh()
53 if (trailing < 0) in seg6_validate_srh()
56 while (trailing) { in seg6_validate_srh()
60 if (trailing < sizeof(*tlv)) in seg6_validate_srh()
66 trailing -= tlv_len; in seg6_validate_srh()
67 if (trailing < 0) in seg6_validate_srh()
/linux/arch/alpha/lib/
H A Dev6-memset.S18 * The algorithm for the leading and trailing quadwords remains the same,
104 and $18,7,$18 # E : Number of trailing bytes to write
193 * Simple loop for trailing quadwords, or for small amounts
204 * Write 0..7 trailing bytes.
282 and $18,7,$18 # E : Number of trailing bytes to write
371 * Simple loop for trailing quadwords, or for small amounts
382 * Write 0..7 trailing bytes.
470 and $18,7,$18 # E : Number of trailing bytes to write
559 * Simple loop for trailing quadwords, or for small amounts
570 * Write 0..7 trailing bytes.
/linux/drivers/acpi/acpica/
H A Dnsnames.c121 * no_trailing - Remove trailing '_' for each name
177 * no_trailing - Remove trailing '_' from each name segment
180 * of pathname + 1) which means the 'FullPath' contains a trailing
262 /* Append the trailing null */ in acpi_ns_build_normalized_path()
277 * no_trailing - Remove trailing '_' from each name segment
284 * for error and debug statements. All trailing '_' will be
364 /* Merge the prefix path and the path. 2 is for one dot and trailing null */ in acpi_ns_build_prefixed_pathname()
404 * DESCRIPTION: Remove trailing underscores from each element of a path.
/linux/drivers/spi/
H A Dspi-bitbang-txrx.h59 /* setup MSB (to slave) on trailing edge */ in bitbang_txrx_be_cpha0()
104 /* sample MSB (from slave) on trailing edge */ in bitbang_txrx_be_cpha1()
124 /* setup LSB (to slave) on trailing edge */ in bitbang_txrx_le_cpha0()
170 /* sample LSB (from slave) on trailing edge */ in bitbang_txrx_le_cpha1()
/linux/tools/rcu/
H A Dextract-stall.sh7 echo initial line of the stall warning but trailing-lines includes it.
9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
/linux/Documentation/process/
H A Ddeprecated.rst83 a trailing array of others structures, as in::
93 or a one-element array as a trailing array member, please refactor such
240 a dynamically sized set of trailing elements in a structure. Kernel code
245 In older C code, dynamically sized trailing elements were done by specifying
254 remove the size of the single trailing element to get a correct size of
277 This is the way the kernel expects dynamically sized trailing elements
303 allocated for the trailing array ``items``. Here are a couple examples of this
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_read_user_str.c35 /* Now check that no extra trailing bytes were copied */ in test_one_str()
38 if (CHECK(err, "memcmp", "trailing bytes were not stripped")) in test_one_str()
/linux/scripts/
H A Ddecodecode150 # add trailing space
195 # trailing space.
197 # a byte is 2 chars, ate_opcodes is also the number of trailing
/linux/include/uapi/linux/
H A Dvirtio_spi.h14 /* Sample data on trailing clock edge */
127 * "out" side changes the data on the trailing edge of the
132 * captures the data on (or shortly after) the trailing edge of
/linux/mm/
H A Dmaccess.c171 * @count: Maximum number of bytes to copy, including the trailing NUL.
175 * On success, returns the length of the string INCLUDING the trailing NUL.
178 * and the trailing NUL added).
/linux/Documentation/rust/
H A Dcoding-guidelines.rst77 The trailing empty comment allows to preserve this formatting. Not only that,
93 The trailing empty comment works for nested imports, as shown above, as well as
103 The trailing empty comment works in any of the lines within the braces, but it
105 trailing comma in other formatters. Sometimes it may be simpler to avoid moving
113 a similar one) automatically in a stable release without requiring the trailing
/linux/rust/kernel/
H A Dstd_vendor.rs125 /// However, a single argument with a trailing comma will still not be treated
126 /// as a tuple, following the convention of ignoring trailing commas in macro
131 /// assert_eq!(1, dbg!(1u32,)); // trailing comma ignored
/linux/arch/x86/lib/
H A Dcopy_mc_64.S60 /* Any trailing bytes? */
65 /* Copy trailing bytes */
/linux/lib/
H A Dseq_buf.c130 /* No trailing LF */ in seq_buf_do_printk()
188 /* Add 1 to len for the trailing null byte which must be there */ in seq_buf_puts()
193 /* Don't count the trailing null byte against the capacity */ in seq_buf_puts()
382 * caller supplies trailing spaces for alignment if desired
/linux/security/tomoyo/
H A Drealpath.c92 * If dentry is a directory, trailing '/' is appended.
123 * If dentry is a directory, trailing '/' is appended.
229 * If dentry is a directory, trailing '/' is appended.

12345678910>>...24