Home
last modified time | relevance | path

Searched refs:rest (Results 176 - 200 of 602) sorted by relevance

12345678910>>...25

/third_party/skia/fuzz/
H A DFuzz.h56 void next(Arg* first, Args... rest);
100 inline void Fuzz::next(Arg* first, Args... rest) { in next() argument
102 this->next(rest...); in next()
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js84 const { default: def, validate: val, ...rest } = o;
92 ...rest,
100 const { default: def, validate: val, ...rest } = o;
108 ...rest,
116 const { default: def, validate: val, ...rest } = o;
124 ...rest,
132 const { default: def, validate: val, ...rest } = o;
140 ...rest,
148 const { hint, default: def, validate: val, ...rest } = o;
159 ...rest,
[all...]
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js92 const { default: def, validate: val, ...rest } = o;
100 ...rest,
108 const { default: def, validate: val, ...rest } = o;
116 ...rest,
124 const { default: def, validate: val, ...rest } = o;
132 ...rest,
140 const { default: def, validate: val, ...rest } = o;
148 ...rest,
156 const { hint, default: def, validate: val, ...rest } = o;
167 ...rest,
[all...]
/third_party/python/Lib/http/
H A Dserver.py992 # the rest to a subprocess, so we can't use buffered input.
1020 (dir, rest) if self.path requires running a CGI script.
1055 dir, rest = self.cgi_info
1056 path = dir + '/' + rest
1064 dir, rest = nextdir, nextrest
1070 rest, _, query = rest.partition('?')
1074 i = rest.find('/')
1076 script, rest = rest[
[all...]
/kernel/linux/linux-5.10/fs/squashfs/
H A Dxattr.c36 size_t rest = buffer_size; in squashfs_listxattr() local
62 if (prefix_size + name_size + 1 > rest) { in squashfs_listxattr()
77 rest -= prefix_size + name_size + 1; in squashfs_listxattr()
98 err = buffer_size - rest; in squashfs_listxattr()
/kernel/linux/linux-6.6/fs/squashfs/
H A Dxattr.c36 size_t rest = buffer_size; in squashfs_listxattr() local
62 if (prefix_size + name_size + 1 > rest) { in squashfs_listxattr()
77 rest -= prefix_size + name_size + 1; in squashfs_listxattr()
98 err = buffer_size - rest; in squashfs_listxattr()
/third_party/typescript/tests/baselines/reference/
H A DdeclFileFunctions.js37 export function fooWithTypeTypePredicateAndRestParam(a: any, ...rest): a is number {
123 var rest = [];
125 rest[_i - 1] = arguments[_i];
185 export declare function fooWithTypeTypePredicateAndRestParam(a: any, ...rest: any[]): a is number;
H A DnamedTupleMembers.js36 export type WithOptAndRest = [first: number, second?: number, ...rest: string[]];
64 export type RecusiveRest = [first: string, ...rest: RecusiveRest[]];
128 export type WithOptAndRest = [first: number, second?: number, ...rest: string[]];
137 export type RecusiveRest = [first: string, ...rest: RecusiveRest[]];
H A DplainJSGrammarErrors.js83 // rest parameters
92 const { ...rest, e: episode, m: mission } = doom
93 const { e: eep, m: em, ...rest: noRestAllowed } = doom
291 // rest parameters
301 const { ...rest, e: episode, m: mission } = doom;
302 const { e: eep, m: em, ...rest: noRestAllowed } = doom;
H A DtaggedTemplateContextualTyping2.js7 function tempTag2(...rest: any[]): any {
20 function tempTag2(...rest) {
H A DemitArrowFunctionES6.js4 var f3 = (x: string, y: number, ...rest) => { }
26 var f3 = (x, y, ...rest) => { };
H A DfunctionWithUseStrictAndSimpleParameterList.js16 function rest(...args: any[]) { function
70 function rest() {
/third_party/rust/crates/memoffset/src/
H A Dspan_of.rs139 (@helper $root:ident, $parent:path, $(# $begin:tt)+ [] $tt:tt $($rest:tt)*) => {{
140 span_of!(@helper $root, $parent, $(#$begin)* #$tt [] $($rest)*)
142 (@helper $root:ident, $parent:path, [] $tt:tt $($rest:tt)*) => {{
143 span_of!(@helper $root, $parent, #$tt [] $($rest)*)
/third_party/rust/crates/nom/src/bits/
H A Dmod.rs48 Ok(((rest, offset), result)) => { in bits()
53 Ok((rest.slice(remaining_bytes_index..), result)) in bits()
69 /// use nom::combinator::rest;
78 /// bytes::<_, _, Error<&[u8]>, _, _>(rest)
101 Ok((rest, res)) => Ok(((rest, 0), res)), in bytes()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c339 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local
359 rest = out_width; in ia_css_s3a_vmem_decode()
362 kmax = (rest > chunk) ? chunk : rest; in ia_css_s3a_vmem_decode()
384 rest -= chunk; in ia_css_s3a_vmem_decode()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c334 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local
354 rest = out_width; in ia_css_s3a_vmem_decode()
357 kmax = (rest > chunk) ? chunk : rest; in ia_css_s3a_vmem_decode()
379 rest -= chunk; in ia_css_s3a_vmem_decode()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c150 size_t rest; in calc_checksum() local
154 for (rest = size; rest > 1; rest -= 2) in calc_checksum()
157 if (rest > 0) in calc_checksum()
/third_party/ffmpeg/libavcodec/
H A Dcbs_mpeg2.c305 size_t rest = slice->data_size - (slice->data_bit_start + 7) / 8; in cbs_mpeg2_write_slice() local
324 memcpy(put_bits_ptr(pbc), pos, rest); in cbs_mpeg2_write_slice() local
325 skip_put_bytes(pbc, rest); in cbs_mpeg2_write_slice()
328 for (; rest > 3; rest -= 4, pos += 4) in cbs_mpeg2_write_slice()
331 for (; rest; rest--, pos++) in cbs_mpeg2_write_slice()
/third_party/curl/src/
H A Dtool_setopt.c315 unsigned long rest = (unsigned long)lval; in tool_setopt_bitmask() local
320 if((nv->value & ~ rest) == 0) { in tool_setopt_bitmask()
321 /* all value flags contained in rest */ in tool_setopt_bitmask()
322 rest &= ~ nv->value; /* remove bits handled here */ in tool_setopt_bitmask()
324 preamble, nv->name, rest ? " |" : ");"); in tool_setopt_bitmask()
325 if(!rest) in tool_setopt_bitmask()
335 if(rest) in tool_setopt_bitmask()
336 CODE2("%s%luUL);", preamble, rest); in tool_setopt_bitmask()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat+shadow_stat.sh17 while read num evt _hash ipc rest
48 while read cpu num evt _hash ipc rest
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
H A Dtimestamp.js37 const { meta, ...rest } = unrecognizedFields;
41 unrecognizedFields: rest,
/third_party/rust/crates/clap/clap_lex/tests/
H A Dlexer.rs16 let rest = raw in insert()
20 assert_eq!(rest, vec!["bin", "a", "1", "2", "3", "b", "c"]); in insert()
/third_party/python/Lib/ctypes/
H A D_endian.py30 rest = desc[2:]
31 fields.append((name, _other_endian(typ)) + rest)
/third_party/skia/src/core/
H A DSkCubicSolver.h23 static float eval_poly(float t, float m, float b, Rest... rest) { in eval_poly() argument
24 return eval_poly(t, sk_fmaf(m,t,b), rest...); in eval_poly()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dctxt.rs54 for rest in errors { in check()
55 combined.combine(rest); in check()

Completed in 13 milliseconds

12345678910>>...25