Home
last modified time | relevance | path

Searched refs:slice (Results 526 - 550 of 2469) sorted by relevance

1...<<21222324252627282930>>...99

/third_party/node/test/parallel/
H A Dtest-repl-import-referrer.js18 const results = output.replace(/^> /mg, '').split('\n').slice(2);
/third_party/node/test/fixtures/workload/
H A Dbounded.js15 const str = JSON.stringify(process.config).slice(0, chunk);
/third_party/node/benchmark/zlib/
H A DcreateInflate.js29 inflater.write(input.slice(p, p += chunkLen), nextChunk);
/third_party/node/benchmark/url/
H A Durl-searchparams-sort.js42 params[searchParams] = array.slice();
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Dprimitives.js38 .slice(1)
H A Dutf8.js31 expected.push(expected.slice());
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Darray.js35 return value.slice();
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/examples/
H A Dnegate.js25 const positiveName = token.name.slice(3);
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/
H A Doid.js10 parts.slice(2).forEach((part) => {
/third_party/typescript/tests/baselines/reference/
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPattern.js31 var numberA3 = robotA[0], robotAInfo = robotA.slice(1);
H A DarrayDestructuringInSwitch1.js30 var operator = expression[0], operands = expression.slice(1);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_irq.c184 u8 slice = 0; in ivb_parity_work() local
200 while ((slice = ffs(dev_priv->l3_parity.which_slice)) != 0) { in ivb_parity_work()
203 slice--; in ivb_parity_work()
205 slice >= NUM_L3_SLICES(dev_priv))) in ivb_parity_work()
208 dev_priv->l3_parity.which_slice &= ~(1<<slice); in ivb_parity_work()
210 reg = GEN7_L3CDERRST1(slice); in ivb_parity_work()
224 parity_event[4] = kasprintf(GFP_KERNEL, "SLICE=%d", slice); in ivb_parity_work()
232 slice, row, bank, subbank); in ivb_parity_work()
/third_party/ffmpeg/libavfilter/
H A Dvf_dctdnoiz.c55 float *slices[MAX_THREADS]; // slices buffers (1 slice buffer per thread)
594 /* each slice will need to (pre & re)process the top and bottom block of in config_input()
686 float *slice = s->slices[jobnr]; in filter_slice() local
689 memset(slice, 0, (slice_h + s->bsize - 1) * dst_linesize * sizeof(*slice)); in filter_slice()
695 slice + x, slice_linesize, in filter_slice()
698 slice += s->step * slice_linesize; in filter_slice()
702 slice = s->slices[jobnr] + (slice_start - slice_start_ctx) * slice_linesize; in filter_slice()
706 dst[x] = slice[x] * weights[x]; in filter_slice()
707 slice in filter_slice()
[all...]
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js631 return children.slice(0, children.provisional);
953 const cbs = this.#onReaddirCB.slice();
983 const c = children.slice(0, children.provisional);
1012 this.#callOnReaddirCB(children.slice(0, children.provisional));
1032 return children.slice(0, children.provisional);
1060 return children.slice(0, children.provisional);
1071 return children.slice(0, children.provisional);
1088 return children.slice(0, children.provisional);
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js603 return children.slice(0, children.provisional);
925 const cbs = this.#onReaddirCB.slice();
955 const c = children.slice(0, children.provisional);
984 this.#callOnReaddirCB(children.slice(0, children.provisional));
1004 return children.slice(0, children.provisional);
1032 return children.slice(0, children.provisional);
1043 return children.slice(0, children.provisional);
1060 return children.slice(0, children.provisional);
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js548 spaces.before = _space2.slice(0, _space2.length - 1);
549 raws.spaces.before = _rawSpace2.slice(0, _rawSpace2.length - 1);
551 spaces.after = _space2.slice(1);
552 raws.spaces.after = _rawSpace2.slice(1);
806 var value = word.slice(ind, index);
816 value: value.slice(1),
823 value: value.slice(1),
972 return this.css.slice(token[_tokenize.FIELDS.START_POS], token[_tokenize.FIELDS.END_POS]);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dskl_watermark_regs.h139 #define DBUF_CTL_S(slice) _MMIO(_PICK(slice, \
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode.h214 // The block size for slice calculations.
421 VAAPIEncodeSlice *slice);
439 VAAPIEncodeSlice *slice,
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Drender-template.js21 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1)
26 var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1)
/third_party/node/deps/undici/src/lib/fetch/
H A Dfile.js156 slice (...args) {
159 return this[kState].blobLike.slice(...args)
H A Dformdata.js147 ...this[kState].slice(0, idx),
149 ...this[kState].slice(idx + 1).filter((entry) => entry.name !== name)
/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs13 use core::slice;
116 /// Returns a byte slice of this string's contents.
120 unsafe { slice::from_raw_parts(data, len) } in as_bytes()
199 /// Appends a given string slice onto the end of this C++ string.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstPrinter.cpp118 M.Patterns.slice(It->PatternStart, It->NumPatterns); in matchAliasPatterns()
126 M.PatternConds.slice(P.AliasCondStart, P.NumConds); in matchAliasPatterns()
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
H A DPreparedDictionaryGenerator.java131 ByteBuffer pointer = flat.slice(); in generate()
142 ByteBuffer sourceCopy = pointer.slice(); in generate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallString.h260 StringRef slice(size_t Start, size_t End) const { in slice() function in llvm::SmallString
261 return str().slice(Start, End); in slice()

Completed in 16 milliseconds

1...<<21222324252627282930>>...99