Home
last modified time | relevance | path

Searched refs:rest (Results 51 - 75 of 595) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Ddvb_filter.c87 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 Dradio-terratec.c87 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 Dradio-terratec.c86 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 Ddvb_filter.c87 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()
/third_party/typescript/tests/baselines/reference/
H A DemitDefaultParametersFunctionES6.js3 function baz(x: string, y = 5, ...rest) { }
5 function bar1(y = 10, ...rest) { }
9 function baz(x, y = 5, ...rest) { }
11 function bar1(y = 10, ...rest) { }
H A DobjectSpreadNoTransform.js5 var rest: any; variable
6 ({ b, ...rest } = o);
13 var rest; variable
14 ({ b, ...rest } = o);
H A DoverloadResolutionOverNonCTLambdas.js8 var result= message.replace(/\{(\d+)\}/g, function(match, ...rest) {
9 var index= rest[0];
41 var rest = [];
43 rest[_i - 1] = arguments[_i];
45 var index = rest[0];
H A DcollisionArgumentsFunctionExpressions.js20 function f4(arguments: number, ...rest); // no codegen no error
21 function f4(arguments: string, ...rest); // no codegen no error
22 function f4(arguments: any, ...rest) { // error
67 var rest = [];
69 rest[_i - 1] = arguments[_i];
H A DrestParameterTypeInstantiation.js9 const removeF = <TX>({ f, ...rest }: TestGeneric<TX>) => {
10 return rest
31 var f = _a.f, rest = __rest(_a, ["f"]);
32 return rest;
H A DobjectRestReadonly.js15 const { foo, ...rest } = obj
17 delete rest.baz
37 var foo = obj.foo, rest = __rest(obj, ["foo"]);
38 delete rest.baz;
H A DgenericRestParameters3.js72 type Signature = (x: string, ...rest: RestParams) => void;
76 declare let ff1: (...rest: [string, string] | [string, number]) => void;
77 declare let ff2: (x: string, ...rest: [string] | [number]) => void;
82 function ff3<A extends unknown[]>(s1: (...args: [x: string, ...rest: A | [number]]) => void, s2: (x: string, ...rest: A | [number]) => void) {
164 type Signature = (x: string, ...rest: RestParams) => void;
166 declare let ff1: (...rest: [string, string] | [string, number]) => void;
167 declare let ff2: (x: string, ...rest: [string] | [number]) => void;
168 declare function ff3<A extends unknown[]>(s1: (...args: [x: string, ...rest: A | [number]]) => void, s2: (x: string, ...rest
[all...]
/kernel/linux/linux-6.6/rust/kernel/init/
H A Dmacros.rs545 // 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...]
/third_party/mesa3d/src/util/
H A Du_debug.c334 static char rest[64]; in debug_dump_enum() local
342 snprintf(rest, sizeof(rest), "0x%08lx", value); in debug_dump_enum()
343 return rest; in debug_dump_enum()
352 static char rest[64]; in debug_dump_enum_noprefix() local
366 snprintf(rest, sizeof(rest), "0x%08lx", value); in debug_dump_enum_noprefix()
367 return rest; in debug_dump_enum_noprefix()
375 static char rest[256]; in debug_dump_flags() local
399 snprintf(rest, sizeo in debug_dump_flags()
[all...]
/third_party/node/benchmark/es/
H A Dspread-bench.js10 rest: [0, 1],
14 function makeTest(count, rest) {
15 if (rest) {
25 function main({ n, context, count, rest, method }) {
27 let fn = makeTest(count, rest);
/third_party/icu/icu4c/as_is/os400/
H A Dcxxfilt.cpp9 char *rest; in showSym() local
10 struct Name *name = Demangle(str, rest); // "f__1XFi" in showSym()
13 if(*rest) printf("\trest: '%s'\n", rest); in showSym()
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A DnoEmit-changes-with-initial-noEmit-incremental.js41 function someFunc(arguments: boolean, ...rest: any[]) {
55 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"545032748-export class classC {\n prop = 1;\n}","6324910780-import { classC } from './class';\nexport class indirectClass {\n classC = new classC();\n}","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","6714567633-export function writeLog(s: string) {\n}",{"version":"-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}","affectsGlobalScope":true}],"fileIdsList":[[3],[2]],"referencedMap":[[4,1],[3,2],[5,1]],"exportedModulesMap":[[4,1],[3,2],[5,1]],"semanticDiagnosticsPerFile":[1,2,4,3,5,6,[7,[{"file":"./src/nochangefilewithemitspecificerror.ts","start":18,"length":18,"messageText":"Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.","category":1,"code":2396,"skippedOn":"noEmit"}]]],"affectedFilesPendingEmit":[[2,1],[4,1],[3,1],[5,1],[6,1],[7,1]]},"version":"FakeTSVersion"}
104 "version": "-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}",
105 "signature": "-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}",
145 "messageText": "Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.",
192 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error TS2396: Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.
194 1 function someFunc(arguments: boolean, ...rest: any[]) {
255 var rest = [];
257 rest[_
[all...]
H A DnoEmit-changes-with-initial-noEmit-composite.js41 function someFunc(arguments: boolean, ...rest: any[]) {
55 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"545032748-export class classC {\n prop = 1;\n}","6324910780-import { classC } from './class';\nexport class indirectClass {\n classC = new classC();\n}","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","6714567633-export function writeLog(s: string) {\n}",{"version":"-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}","affectsGlobalScope":true}],"options":{"composite":true},"fileIdsList":[[3],[2]],"referencedMap":[[4,1],[3,2],[5,1]],"exportedModulesMap":[[4,1],[3,2],[5,1]],"semanticDiagnosticsPerFile":[1,2,4,3,5,6,[7,[{"file":"./src/nochangefilewithemitspecificerror.ts","start":18,"length":18,"messageText":"Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.","category":1,"code":2396,"skippedOn":"noEmit"}]]],"affectedFilesPendingEmit":[[2,1],[4,1],[3,1],[5,1],[6,1],[7,1]],"emitSignatures":[2,3,4,5,6,7]},"version":"FakeTSVersion"}
104 "version": "-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}",
105 "signature": "-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}",
148 "messageText": "Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.",
203 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error TS2396: Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.
205 1 function someFunc(arguments: boolean, ...rest: any[]) {
290 declare function someFunc(arguments: boolean, ...rest: any[]): void;
295 var rest
[all...]
H A DnoEmit-changes-with-initial-noEmit-incremental-declaration.js41 function someFunc(arguments: boolean, ...rest: any[]) {
55 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"545032748-export class classC {\n prop = 1;\n}","6324910780-import { classC } from './class';\nexport class indirectClass {\n classC = new classC();\n}","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","6714567633-export function writeLog(s: string) {\n}",{"version":"-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}","affectsGlobalScope":true}],"options":{"declaration":true},"fileIdsList":[[3],[2]],"referencedMap":[[4,1],[3,2],[5,1]],"exportedModulesMap":[[4,1],[3,2],[5,1]],"semanticDiagnosticsPerFile":[1,2,4,3,5,6,[7,[{"file":"./src/nochangefilewithemitspecificerror.ts","start":18,"length":18,"messageText":"Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.","category":1,"code":2396,"skippedOn":"noEmit"}]]],"affectedFilesPendingEmit":[[2,1],[4,1],[3,1],[5,1],[6,1],[7,1]]},"version":"FakeTSVersion"}
104 "version": "-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}",
105 "signature": "-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}",
148 "messageText": "Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.",
195 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error TS2396: Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.
197 1 function someFunc(arguments: boolean, ...rest: any[]) {
282 declare function someFunc(arguments: boolean, ...rest: any[]): void;
287 var rest
[all...]
/third_party/littlefs/scripts/
H A Dstack.py139 def parse_vcg(rest):
140 def parse_vcg(rest):
143 rest = rest.lstrip()
144 m_ = k_pattern.match(rest)
146 return (node, rest)
147 k, rest = m_.group(1), rest[m_.end(0):]
149 rest = rest
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h172 const std::wstring& value, const Ts&... rest);
175 const std::string& value, const Ts&... rest);
178 const char* value, const Ts&... rest);
183 const T& value, const Ts&... rest) { in SetFieldDescriptors()
185 SetFieldDescriptors(++data_descriptors, rest...); in SetFieldDescriptors()
191 const std::wstring& value, const Ts&... rest) { in SetFieldDescriptors()
194 SetFieldDescriptors(++data_descriptors, rest...); in SetFieldDescriptors()
199 const std::string& value, const Ts&... rest) { in SetFieldDescriptors()
202 SetFieldDescriptors(++data_descriptors, rest...); in SetFieldDescriptors()
207 const char* value, const Ts&... rest) { in SetFieldDescriptors()
182 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const T& value, const Ts&... rest) SetFieldDescriptors() argument
190 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const std::wstring& value, const Ts&... rest) SetFieldDescriptors() argument
198 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const std::string& value, const Ts&... rest) SetFieldDescriptors() argument
206 SetFieldDescriptors(EVENT_DATA_DESCRIPTOR* data_descriptors, const char* value, const Ts&... rest) SetFieldDescriptors() argument
[all...]
/third_party/python/Lib/
H A Dconfigparser.py407 def _interpolate_some(self, parser, option, accum, rest, section, map,
409 rawval = parser.get(section, option, raw=True, fallback=rest)
412 while rest:
413 p = rest.find("%")
415 accum.append(rest)
418 accum.append(rest[:p])
419 rest = rest[p:]
421 c = rest[1:2]
424 rest
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
H A Dia_css_sc.host.c85 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 Dpin_data.rs15 rest,
25 let struct_name = rest
60 let mut rest = rest variables
72 let last = rest.pop();
76 @sig(#(#rest)*),
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DemitHelpers-in-all-projects.js30 const { b, ...rest } = { a: 10, b: 30, yy: 30 };
77 const { b, ...rest } = { a: 10, b: 30, yy: 30 };
110 const { b, ...rest } = { a: 10, b: 30, yy: 30 };
265 > const { b, ...rest } = { a: 10, b: 30, yy: 30 };
328 var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, ["b"]);
513 >>> var _a = { a: 10, b: 30, yy: 30 }, b = _a.b, rest = __rest(_a, ["b"]);
542 3 > { b, ...rest } =
560 21> rest
562 23> { b, ...rest }
710 {"bundle":{"commonSourceDirectory":"../second","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos":0,"end":500,"kind":"emitHelpers","data":"typescript:rest"},{"po
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c112 size_t rest; in bio_read() local
154 rest = size; in bio_read()
156 assert(rest > 0); in bio_read()
160 assert(rest <= peer_b->len); in bio_read()
161 if (peer_b->offset + rest <= peer_b->size) in bio_read()
162 chunk = rest; in bio_read()
179 assert(chunk == rest); in bio_read()
182 rest -= chunk; in bio_read()
184 while (rest); in bio_read()
271 size_t rest; in bio_write() local
[all...]

Completed in 12 milliseconds

12345678910>>...24