/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | script_asm.pl | 403 $rest = $2; 404 foreach $rest (split (/\s*,\s*/, $rest)) { 405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) { 456 $rest = $1; 457 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) { 466 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) { 478 } elsif ($rest =~ /^MEMORY\s+(.*)/i) { 479 $rest = $1; 481 if ($rest [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | script_asm.pl | 403 $rest = $2; 404 foreach $rest (split (/\s*,\s*/, $rest)) { 405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) { 456 $rest = $1; 457 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) { 466 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) { 478 } elsif ($rest =~ /^MEMORY\s+(.*)/i) { 479 $rest = $1; 481 if ($rest [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | show_delta | 49 (time_str, rest) = string.split(line[1:],']',1) 53 return (time, rest) 65 (time, rest) = get_time(line) 78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest 111 (time, rest) = get_time(line) 114 if string.find(rest, base_str)==1:
|
/kernel/linux/linux-6.6/scripts/ |
H A D | show_delta | 49 (time_str, rest) = string.split(line[1:],']',1) 53 return (time, rest) 65 (time, rest) = get_time(line) 78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest 111 (time, rest) = get_time(line) 114 if string.find(rest, base_str)==1:
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | dvb_filter.c | 87 int ret=0, rest; in dvb_filter_pes2ts() local 106 rest=183-len; in dvb_filter_pes2ts() 107 if (rest) { in dvb_filter_pes2ts() 109 if (rest-1) in dvb_filter_pes2ts() 110 memset(buf+6, 0xff, rest-1); in dvb_filter_pes2ts() 112 buf[4]=rest; in dvb_filter_pes2ts() 113 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
|
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-terratec.c | 87 long rest; in terratec_s_frequency() local 93 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency() 98 while (rest != 0) { in terratec_s_frequency() 99 if (rest % temp == rest) in terratec_s_frequency() 103 rest = rest - temp; in terratec_s_frequency()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-terratec.c | 86 long rest; in terratec_s_frequency() local 92 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency() 96 while (rest != 0) { in terratec_s_frequency() 97 if (rest % temp == rest) in terratec_s_frequency() 101 rest = rest - temp; in terratec_s_frequency()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | dvb_filter.c | 87 int ret=0, rest; in dvb_filter_pes2ts() local 106 rest=183-len; in dvb_filter_pes2ts() 107 if (rest) { in dvb_filter_pes2ts() 109 if (rest-1) in dvb_filter_pes2ts() 110 memset(buf+6, 0xff, rest-1); in dvb_filter_pes2ts() 112 buf[4]=rest; in dvb_filter_pes2ts() 113 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
|
/kernel/linux/linux-6.6/rust/kernel/init/ |
H A D | macros.rs | 545 // wants these to be structurally pinned. The rest of the fields are the 590 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*), 611 @fields_munch($($rest)*), 628 @fields_munch($field:ident : $type:ty, $($rest:tt)*), 644 @fields_munch($($rest)*), 661 @fields_munch($field:ident : $type:ty, $($rest:tt)*), 677 @fields_munch($($rest)*), 694 @fields_munch(#[pin] $($rest:tt)*), 709 @fields_munch($($rest)*), 730 @fields_munch($fvis:vis $field:ident $($rest [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
H A D | ia_css_sc.host.c | 85 u32 slice, rest, i; in ia_css_sc_config() local 90 rest = internal_org_x_bqs; in ia_css_sc_config() 92 slice = min(rest, ((uint32_t)ISP_SLICE_NELEMS)); in ia_css_sc_config() 93 rest = rest - slice; in ia_css_sc_config()
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | pin_data.rs | 15 rest, 25 let struct_name = rest 60 let mut rest = rest variables 72 let last = rest.pop(); 76 @sig(#(#rest)*),
|
H A D | helpers.rs | 78 /// Parses the given `TokenStream` into `Generics` and the rest. 80 /// The generics are not present in the rest, but a where clause might remain. 87 let mut rest = vec![]; variables 142 rest.push(tt); 147 rest.extend(toks); 153 rest,
|
/base/update/updater/services/applypatch/ |
H A D | raw_writer.cpp | 60 size_t rest = len; in WriteInternal() local 68 while (rest > 0) { in WriteInternal() 69 written = write(fd, data, rest); in WriteInternal() 75 rest -= static_cast<size_t>(written); in WriteInternal()
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | is_zero.rs | 79 ($first_arg:ident $(,$rest:ident)*) => { 80 unsafe impl <$first_arg: IsZero, $($rest: IsZero,)*> IsZero for ($first_arg, $($rest,)*){ 86 let ($first_arg, $($rest,)*) = self; in is_zero() 89 $( && $rest.is_zero() )* in is_zero() 93 impl_for_tuples!($($rest),*);
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | csum-wrappers_64.c | 82 __u64 rest, sum64; in csum_ipv6_magic() local 84 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + in csum_ipv6_magic() 94 : "[sum]" (rest), [saddr] "r" (saddr), [daddr] "r" (daddr)); in csum_ipv6_magic()
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | csum-wrappers_64.c | 80 __u64 rest, sum64; in csum_ipv6_magic() local 82 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + in csum_ipv6_magic() 92 : "[sum]" (rest), [saddr] "r" (saddr), [daddr] "r" (daddr)); in csum_ipv6_magic()
|
/kernel/linux/linux-5.10/arch/hexagon/lib/ |
H A D | memcpy.S | 159 #define rest R8 /* length - prolog bytes */ define 321 rest = sub(len, star3); /* whats left after the loop */ define 324 if(p0) rest = add(rest, #16); 329 p0 = cmp.gt(rest, #16); 334 rest = add(rest, #-8); define 357 rest = kernel; define 367 p3 = cmp.eq(kernel, rest); 401 rest define [all...] |
/kernel/linux/linux-6.6/arch/hexagon/lib/ |
H A D | memcpy.S | 159 #define rest R8 /* length - prolog bytes */ define 321 rest = sub(len, star3); /* whats left after the loop */ define 324 if(p0) rest = add(rest, #16); 329 p0 = cmp.gt(rest, #16); 334 rest = add(rest, #-8); define 357 rest = kernel; define 367 p3 = cmp.eq(kernel, rest); 401 rest define [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | Makefile | 79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro 80 ifneq ($(rest),) 81 $(rest): clean 82 endif # rest
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | Makefile | 79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro 80 ifneq ($(rest),) 81 $(rest): clean 82 endif # rest
|
/base/startup/init/test/fuzztest/getparametername_fuzzer/ |
H A D | getparametername_fuzzer.cpp | 27 char *rest = nullptr; in FuzzGetParameterName() local 29 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterName()
|
/base/startup/init/test/fuzztest/getparametercommitid_fuzzer/ |
H A D | getparametercommitid_fuzzer.cpp | 26 char *rest = nullptr; in FuzzGetParameterCommitId() local 28 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterCommitId()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | hash.h | 149 inline void HashCombine(uint64_t& seed, const Rest&... rest) in HashCombine() argument 151 (HashCombine(seed, rest), ...); in HashCombine() 155 inline uint64_t Hash(Rest&&... rest) in Hash() argument 158 (HashCombine(seed, BASE_NS::forward<Rest>(rest)), ...); in Hash()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | entropy_common.c | 226 U32 const rest = total - weightTotal; in HUF_readStats_wksp() local 227 U32 const verif = 1 << BIT_highbit32(rest); in HUF_readStats_wksp() 228 U32 const lastWeight = BIT_highbit32(rest) + 1; in HUF_readStats_wksp() 229 if (verif != rest) in HUF_readStats_wksp()
|
/base/startup/init/test/fuzztest/getparametervalue_fuzzer/ |
H A D | getparametervalue_fuzzer.cpp | 28 char *rest = nullptr; in FuzzGetParameterValue() local 30 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterValue()
|