| /linux/rust/proc-macro2/ |
| H A D | parse.rs | 13 pub(crate) rest: &'a str, field 277 let rest = input.advance(ERROR.len()); in leaf_token() localVariable 300 let rest = input.advance((raw as usize) << 1); in ident_any() localVariable 340 let rest = literal_nocapture(input)?; in literal() localVariable 422 let rest = input.advance(i + 1 + delimiter.len()); in raw_string() localVariable 499 let rest = input.advance(i + 1 + delimiter.len()); in raw_byte_string() localVariable 532 let rest = input.advance(i + 1 + delimiter.len()); in raw_c_string() localVariable 714 let mut rest = float_digits(input)?; in float() localVariable 809 let mut rest = digits(input)?; in int() localVariable 928 let rest = &scan_for_bare_cr[cr + 1..]; in doc_comment() localVariable
|
| /linux/arch/hexagon/lib/ |
| H A D | memcpy.S | 159 #define rest R8 /* length - prolog bytes */ macro 321 rest = sub(len, star3); /* whats left after the loop */ define 334 rest = add(rest, #-8); define 357 rest = kernel; define 401 rest = add(kernel, #-1); define
|
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 22 rest: Option<(Token![..], Expr)>, field 436 let rest = content localVariable
|
| /linux/rust/macros/ |
| H A D | pin_data.rs | |
| /linux/fs/proc/ |
| H A D | bootconfig.c | 23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) macro
|
| /linux/tools/perf/ |
| H A D | Makefile | 85 rest := $(filter-out clean,$(MAKECMDGOALS)) macro
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | vlset.c | 43 char *rest; in parse_options() local
|
| /linux/drivers/staging/media/av7110/ |
| H A D | dvb_filter.c | 86 int ret = 0, rest; in dvb_filter_pes2ts() local
|
| H A D | av7110_ipack.c | 129 int rest = p->size - p->count; in write_ipack() local
|
| /linux/drivers/media/radio/ |
| H A D | radio-terratec.c | 86 long rest; in terratec_s_frequency() local
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eer.c | 128 unsigned long rest, len; in dasd_eer_write_buffer() local 154 unsigned long rest, len, finalcount; in dasd_eer_read_buffer() local
|
| /linux/fs/ext2/ |
| H A D | xattr.c | 294 size_t rest = buffer_size; in ext2_xattr_list() local 566 size_t rest = (char *)last - (char *)here; in ext2_xattr_set() local
|
| /linux/fs/squashfs/ |
| H A D | xattr.c | 36 size_t rest = buffer_size; in squashfs_listxattr() local
|
| /linux/rust/syn/ |
| H A D | lib.rs | 998 let rest = whitespace::skip(&content[2..]); in parse_file() localVariable
|
| H A D | buffer.rs | 315 let rest = unsafe { Cursor::create(self.ptr.add(len), self.scope) }; in token_tree() localVariable
|
| H A D | pat.rs | 528 let mut rest = None; in pat_struct() localVariable
|
| /linux/include/linux/ |
| H A D | sockptr.h | 91 size_t rest = max(ksize, usize) - size; in copy_struct_from_sockptr() local
|
| H A D | uaccess.h | 399 size_t rest = max(ksize, usize) - size; in copy_struct_from_user() local 496 size_t rest = max(ksize, usize) - size; in copy_struct_to_user() local
|
| /linux/drivers/usb/chipidea/ |
| H A D | udc.c | 430 unsigned int rest = hwreq->req.length; in prepare_td_for_non_sg() local 471 unsigned int rest = sg_dma_len(s); in prepare_td_per_sg() local 592 unsigned int rest, rounded; in sglist_do_bounce() local
|
| /linux/tools/testing/selftests/vfio/ |
| H A D | vfio_dma_mapping_test.c | 45 char *rest; in intel_iommu_mapping_get() local
|
| /linux/drivers/s390/char/ |
| H A D | vmur.h | 54 char rest[200]; member
|
| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 139 …ust_demangle_v0_demangle(const char *s, size_t s_len, struct demangle_v0 *res, const char **rest) { in rust_demangle_v0_demangle() 1685 …mangle_legacy_demangle(const char *s, size_t s_len, struct demangle_legacy *res, const char **rest) in rust_demangle_legacy_demangle() 1787 const char *rest; in rust_demangle_legacy_display_demangle() local
|
| /linux/lib/zstd/common/ |
| H A D | entropy_common.c | 293 U32 const rest = total - weightTotal; in HUF_readStats_body() local
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmd.c | 392 uint32_t rest; in vmw_fifo_res_copy() local
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.c | 375 const char *rest; in parse_long_opt() local
|