Home
last modified time | relevance | path

Searched full:flatten (Results 1 – 12 of 12) sorted by relevance

/linux/rust/kernel/
H A Dslice.rs
/linux/tools/perf/pmu-events/
H A Dmetric.py629 def Flatten(self) -> Set['Metric']: member in Metric
676 def Flatten(self) -> Set[Metric]: member in MetricGroup
680 result = result.union(x.Flatten())
686 for x in sorted(self.Flatten()):
/linux/include/linux/
H A Dcompiler_attributes.h221 * clang: https://clang.llvm.org/docs/AttributeReference.html#flatten
223 # define __flatten __attribute__((flatten))
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec.c1528 * Flip one or more matrices along their main diagonal and flatten them
1561 * The 8x8 flatten matrix is based on 4x4 blocks.
/linux/tools/lib/subcmd/
H A Dparse-options.c813 /* flatten the options that have parents */ in options__order()
/linux/rust/proc-macro2/
H A Dfallback.rs303 self.inner.make_mut().extend(streams.into_iter().flatten()); in extend()
/linux/drivers/dma/
H A Dep93xx_dma.c307 /* Flatten the @desc->tx_list chain into @edmac->active list */ in ep93xx_dma_set_active()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c2215 * Note: we flatten the magic number to a single type so we in xfs_da3_path_shift()
/linux/tools/objtool/
H A Dcheck.c3305 * Flatten the CFIs of the different alternative code streams (both original
/linux/scripts/
H A Dcheckpatch.pl6005 # Flatten any parentheses and braces
6012 # Flatten any obvious string concatenation.
/linux/fs/smb/client/
H A Dsmb2ops.c2775 * Flatten request into a single buffer with required padding as in smb2_set_next_command()
/linux/kernel/events/
H A Dcore.c3676 * If ctx1 and ctx2 have the same parent; we flatten the parent in context_equiv()