Searched refs:Packed (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 29 pub(crate) enum Repr<Prim, Packed> { 34 Compound(Spanned<CompoundRepr<Prim>>, Option<Spanned<AlignRepr<Packed>>>), 65 pub(crate) enum AlignRepr<Packed> { 66 Packed(Packed), enumerator 76 impl<Prim, Packed> Repr<Prim, Packed> { 126 pub(crate) fn get_packed(&self) -> Option<&Packed> { in get_packed() argument 129 if let Compound(_, Some(Spanned { t: Packed(p), span: _ })) = self { in get_packed() 173 impl<Packed> Repr<PrimitiveRepr, Packed> { 195 impl<Prim, Packed> ToTokens for Repr<Prim, Packed> 198 Packed: With<NonZeroU32> + Copy, [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-packed-yuv.rst | 7 Packed YUV formats 45 .. flat-table:: Packed YUV 4:4:4 Image Formats (less than 8bpc) 163 .. flat-table:: Packed YUV Image Formats (8bpc) 265 .. flat-table:: Packed YUV 4:4:4 Image Formats (12bpc) 307 .. flat-table:: Packed YUV 4:2:2 Formats in 32-bit container 376 .. flat-table:: Packed YUV 4:2:2 Formats in 64-bit container 435 .. flat-table:: Packed YUV 4:1:1 Formats
|
| H A D | pixfmt-packed-hsv.rst | 7 Packed HSV formats 32 .. flat-table:: Packed HSV Image Formats
|
| H A D | pixfmt-rgb.rst | 1072 .. flat-table:: Deprecated Packed RGB Image Formats
|
| /linux/rust/ |
| H A D | bindgen_parameters | 13 # Packed type cannot transitively contain a `#[repr(align)]` type.
|