Home
last modified time | relevance | path

Searched refs:Compound (Results 1 – 5 of 5) sorted by relevance

/linux/rust/zerocopy-derive/
H A Drepr.rs34 Compound(Spanned<CompoundRepr<Prim>>, Option<Spanned<AlignRepr<Packed>>>), enumerator
91 Compound(Spanned { t: repr, span: _ }, _align) => match repr { in repr_type_name()
118 matches!(self, Repr::Compound(Spanned { t: C, span: _ }, _align)) in is_c()
123 matches!(self, Repr::Compound(Spanned { t: Primitive(_), span: _ }, _align)) in is_primitive()
129 if let Compound(_, Some(Spanned { t: Packed(p), span: _ })) = self { in get_packed()
139 if let Compound(_, Some(Spanned { t: Align(n), span })) = self { in get_align()
177 if let Compound(Spanned { t: Primitive(p), span: _ }, _align) = self { in get_primitive()
204 Compound(repr, align) => { in to_tokens()
499 Ok(Repr::Compound( in from_attrs_inner()
705 (Repr::Compound(sc, sa), Repr::Compound(oc, oa)) => (sc, sa) == (oc, oa), in eq()
[all …]
H A Dutil.rs776 EnumRepr::Compound(c, _) => quote! { #c }, in generate_tag_enum()
799 | Compound( in enum_size_from_repr()
809 Compound(Spanned { t: Primitive(U8 | I8), span: _ }, _align) => Ok(8), in enum_size_from_repr()
810 Compound(Spanned { t: Primitive(U16 | I16), span: _ }, _align) => Ok(16), in enum_size_from_repr()
/linux/rust/zerocopy-derive/derive/
H A Dfrom_bytes.rs119 Repr::Compound(Spanned { t: CompoundRepr::C | CompoundRepr::Primitive(_), span: _ }, _) => { in derive_from_zeros_enum()
121 Repr::Transparent(_) | Repr::Compound(Spanned { t: CompoundRepr::Rust, span: _ }, _) => { in derive_from_zeros_enum()
/linux/Documentation/gpu/rfc/
H A Dgpusvm.rst108 * Compound device pages
/linux/Documentation/filesystems/smb/
H A Dksmbd.rst73 Compound Request Supported.