Home
last modified time | relevance | path

Searched full:extend (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_subreg.c22 __description("add32 reg zero extend check")
39 __description("add32 imm zero extend check")
69 __description("sub32 reg zero extend check")
86 __description("sub32 imm zero extend check")
110 __description("mul32 reg zero extend check")
127 __description("mul32 imm zero extend check")
151 __description("div32 reg zero extend check")
168 __description("div32 imm zero extend check")
192 __description("or32 reg zero extend check")
209 __description("or32 imm zero extend chec
[all...]
/linux/rust/macros/
H A Dquote.rs
H A Dfmt.rs65 acc.extend([tt]); in fmt()
68 acc.extend([tt]); in fmt()
72 args.extend(quote_spanned!(first_span => #lhs #adapter(&(#rhs)))); in fmt()
85 .extend([tt]); in fmt()
92 args.extend(quote_spanned!(first_span => , #name = #adapter(&#name))); in fmt()
H A Dpin_data.rs
H A Dzeroable.rs
/linux/tools/verification/rvgen/rvgen/
H A Dltl2k.py109 buf.extend([
142 buf2.extend(break_long_line(line, "\t "))
157 buf.extend(self._fill_atom_values(required_values))
158 buf.extend([
172 buf.extend(lines)
176 buf.extend([
194 buf.extend(self._fill_atom_values(required_values))
206 buf.extend(lines)
250 buf.extend(self._fill_atoms())
253 buf.extend(sel
[all...]
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dintel,ixp4xx-expansion-peripheral-props.yaml19 description: Address timing, extend address phase with n cycles.
24 description: Setup chip select timing, extend setup phase with n cycles.
29 description: Strobe timing, extend strobe phase with n cycles.
34 description: Hold timing, extend hold phase with n cycles.
39 description: Recovery timing, extend recovery phase with n cycles.
/linux/rust/proc-macro2/
H A Drcvec.rs81 pub(crate) fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() method
82 self.inner.extend(iter); in extend()
103 pub(crate) fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() method
104 self.inner.extend(iter); in extend()
H A Dwrapper.rs29 // In `impl Extend<TokenTree> for TokenStream` which is used heavily by quote,
30 // we hold on to the appended tokens and do proc_macro::TokenStream::extend as
31 // late as possible to batch together consecutive uses of the Extend impl.
77 self.stream.extend(self.extra.drain(..)); in evaluate_now()
210 first.stream.extend(streams.map(|s| match s { in from_iter()
217 first.extend(streams.map(|s| match s { in from_iter()
228 impl Extend<TokenTree> for TokenStream {
229 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, stream: I) { in extend() method
237 TokenStream::Fallback(tts) => tts.extend(stream), in extend()
242 impl Extend<TokenStream> for TokenStream {
[all …]
/linux/rust/pin-init/internal/src/
H A Dzeroable.rs
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c92 u64 extend; in tsnep_write_gcl() local
113 /* case 1: extend cycle time for change in tsnep_write_gcl()
117 extend = tsnep_change_duration(gcl, gcl->count - 1); in tsnep_write_gcl()
118 extend += gcl->cycle_time_extension; in tsnep_write_gcl()
127 /* use maximum, because the actual case (extend or cut) can be in tsnep_write_gcl()
130 gcl->change_limit = max(extend, cut); in tsnep_write_gcl()
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-decodes.c74 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
95 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
118 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
140 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
162 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
185 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
215 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
/linux/fs/jfs/
H A Dresize.c32 * function: extend file system;
107 /* Can't extend write-protected drive */ in jfs_extendfs()
261 * extend block allocation map in jfs_extendfs()
292 * extend map from current map (WITHOUT growing mapfile) in jfs_extendfs()
299 /* compute number of blocks requested to extend */ in jfs_extendfs()
413 /* any more blocks to extend ? */ in jfs_extendfs()
H A Djfs_extent.c104 * extend the hint extent to include the current in extAlloc()
143 /* if we can extend the hint extent to cover the current request, in extAlloc()
144 * extend it. otherwise, insert a new extent to in extAlloc()
152 /* if the extend or insert failed, in extAlloc()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_apple_keyboard.py195 r.extend(uhdev.event(["F4"]))
227 r.extend(uhdev.event(["F4"]))
258 r.extend(uhdev.send_fn_state(1))
290 r.extend(uhdev.event(["F4"]))
291 r.extend(uhdev.event(["F4", "F6"]))
392 r.extend(uhdev.event([]))
412 r.extend(uhdev.event(["UpArrow"]))
/linux/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
/linux/fs/romfs/
H A Dmmap-nommu.c32 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()
50 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()
/linux/Documentation/userspace-api/media/v4l/
H A Ddv-timings.rst14 extend the API to select the video timings for these interfaces. Since
15 it is not possible to extend the :ref:`v4l2_std_id <v4l2-std-id>`
/linux/tools/testing/kunit/
H A Dkunit_parser.py627 all_failures.extend(failed_names(t, full_name))
757 test.log.extend(log)
761 test.log.extend(err_log)
768 test.log.extend(parse_diagnostic(lines))
776 test.log.extend(parse_diagnostic(lines))
800 sub_test.log.extend(sub_log)
805 test.log.extend(sub_log)
814 test.log.extend(parse_diagnostic(lines))
/linux/arch/sh/include/asm/
H A Dcmpxchg-grb.h37 " extu.w %0, %0 \n\t" /* extend as unsigned */ in xchg_u16()
59 " extu.b %0, %0 \n\t" /* extend as unsigned */ in xchg_u8()
/linux/tools/include/linux/
H A Dbitops.h93 * sign_extend64 - sign extend a 64-bit value using specified bit as sign-bit
94 * @value: value to sign extend
/linux/include/linux/
H A Dcnt32_to_63.h3 * Extend a 32-bit counter to 63 bits
39 * To overcome that limitation, let's extend a 32-bit counter to 63 bits
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_netvf_main.c133 if (fw_ver.extend & NFP_NET_CFG_VERSION_RESERVED_MASK || in nfp_netvf_pci_probe()
136 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe()
157 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe()
/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S803 extb.l %d0 # sign extend lo bnd
804 extb.l %d1 # sign extend hi bnd
822 ext.l %d0 # sign extend lo bnd
823 ext.l %d1 # sign extend hi bnd
857 extb.l %d0 # sign extend lo bnd
858 extb.l %d1 # sign extend hi bnd
861 # sign extend byte to long so we can do simple longword compares.
862 extb.l %d2 # sign extend data byte
880 ext.l %d0 # sign extend lo bnd
881 ext.l %d1 # sign extend hi bnd
[all …]

12345678910>>...23