Home
last modified time | relevance | path

Searched refs:extend (Results 226 - 250 of 773) sorted by relevance

12345678910>>...31

/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs261 ts.extend(diag_to_tokens( in to_tokens()
267 ts.extend( in to_tokens()
/third_party/skia/bench/
H A Dcheck_bench_regressions.py183 li.extend(exceptions[i][ratio])
187 outputs.extend(['', header] + li)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dregistry_xml.py459 insertion_point.extend(command)
463 insertion_point.extend(extension)
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Disp.S1225 mov.w %d0,%a0 # sign extend displacement
1237 mov.w %d0,%a0 # sign extend displacement
1249 mov.w %d0,%a0 # sign extend displacement
1261 mov.w %d0,%a0 # sign extend displacement
1273 mov.w %d0,%a0 # sign extend displacement
1285 mov.w %d0,%a0 # sign extend displacement
1297 mov.w %d0,%a0 # sign extend displacement
1309 mov.w %d0,%a0 # sign extend displacement
1354 ext.l %d1 # sign extend word index
1362 extb.l %d0 # sign extend displacemen
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Disp.S1225 mov.w %d0,%a0 # sign extend displacement
1237 mov.w %d0,%a0 # sign extend displacement
1249 mov.w %d0,%a0 # sign extend displacement
1261 mov.w %d0,%a0 # sign extend displacement
1273 mov.w %d0,%a0 # sign extend displacement
1285 mov.w %d0,%a0 # sign extend displacement
1297 mov.w %d0,%a0 # sign extend displacement
1309 mov.w %d0,%a0 # sign extend displacement
1354 ext.l %d1 # sign extend word index
1362 extb.l %d0 # sign extend displacemen
[all...]
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon3198::MixedBlocks
1109 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1123 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1158 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1179 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1234 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex()
1356 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1417 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1419 longI3Blocks.extend(index1 in compactIndex()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon11850::MixedBlocks
1109 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1123 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1158 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1179 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1234 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex()
1356 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1417 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1419 longI3Blocks.extend(index1 in compactIndex()
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_selector_events.py402 tr._buffer.extend(b'data')
411 tr._buffer.extend(b'1')
469 tr._buffer.extend(b'1')
679 transport._buffer.extend(b'data')
686 transport._buffer.extend(b'data1')
783 transport._buffer.extend(data)
795 transport._buffer.extend(data)
814 transport._buffer.extend(data)
825 transport._buffer.extend(data)
847 transport._buffer.extend(
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon21079::MixedBlocks
1109 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1123 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData()
1158 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1179 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData()
1234 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex()
1356 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1417 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1419 longI3Blocks.extend(index1 in compactIndex()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py30 ucat.extend(get_unique_item(t['category']))
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py30 ucat.extend(get_unique_item(t['category']))
/third_party/mesa3d/bin/
H A Dmeson-cmd-extract.py70 args.extend(['--native-file={}'.format(f) for f in nf])
/third_party/node/deps/v8/tools/release/
H A Dauto_push.py84 args.extend(["--work-dir", self._options.work_dir])
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_set_literal.py39 literal.extend(n.clone() for n in items.children)
H A Dfix_apply.py61 l_newargs.extend([Comma(),
/third_party/rust/crates/cxx/macro/src/
H A Dtokens.rs36 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
64 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
/third_party/rust/crates/regex/tests/
H A Dmacros_bytes.rs21 s.extend(escape_default(b));
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h454 u8 extend; member
458 u8 extend, u8 class, u8 major, u8 minor) in nfp_net_fw_ver_eq()
460 return fw_ver->extend == extend && in nfp_net_fw_ver_eq()
457 nfp_net_fw_ver_eq(struct nfp_net_fw_version *fw_ver, u8 extend, u8 class, u8 major, u8 minor) nfp_net_fw_ver_eq() argument
/third_party/pulseaudio/src/pulsecore/
H A Dtagstruct.c101 static inline void extend(pa_tagstruct*t, size_t l) { in extend() function
118 extend(t, 1); in write_u8()
131 extend(t, 4); in write_u32()
184 extend(t, len); in write_arbitrary()
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py214 decomp_data.extend(decomp)
471 extra_casing.extend(sc[0])
474 extra_casing.extend(cf)
476 extra_casing.extend(sc[2])
482 extra_casing.extend(sc[1])
672 wordlist.extend(wordtail)
1339 t2.extend(bin)
/third_party/python/Lib/lib2to3/
H A Drefactor.py96 head_nodes[node_type].extend(every)
463 match_set[fxr].extend(new_matches[fxr])
558 result.extend(self.refactor_doctest(block, block_lineno,
570 result.extend(self.refactor_doctest(block, block_lineno,
576 result.extend(self.refactor_doctest(block, block_lineno,
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs437 ret.extend(i); in from_iter()
446 fn extend<I: IntoIterator<Item = T>>(&mut self, i: I) { in extend() functions
465 fn extend<I: IntoIterator<Item = Pair<T, P>>>(&mut self, i: I) { in extend() functions
498 elements.extend(self.inner.into_iter().map(|pair| pair.0)); in into_iter()
499 elements.extend(self.last.map(|t| *t)); in into_iter()
/third_party/python/Lib/
H A Dargparse.py370 lines.extend(get_lines(pos_parts, indent))
383 lines.extend(get_lines(opt_parts, indent))
384 lines.extend(get_lines(pos_parts, indent))
573 parts.extend(action.option_strings)
1247 getattr(namespace, _UNRECOGNIZED_ARGS_ATTR).extend(arg_strings)
1253 items.extend(values)
1364 self.register('action', 'extend', _ExtendAction)
1909 args.extend(getattr(namespace, _UNRECOGNIZED_ARGS_ATTR))
1925 conflicts.extend(group_actions[:i])
1926 conflicts.extend(group_action
[all...]
/kernel/linux/build/
H A Dkernel_build.py104 issues[filename].extend(details)
114 issues[filename].extend(details)
156 reports.extend(items)
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbinstr.S100 addxw %d6,%d1 |add in extend from mul by 2
106 addxl %d4,%d2 |add with extend upper 32 bits
108 addxw %d6,%d1 |add in extend from add to d1

Completed in 31 milliseconds

12345678910>>...31