Searched refs:Primitive (Results 1 – 11 of 11) sorted by relevance
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 42 Primitive(Prim), enumerator 94 Primitive(prim) => prim.with(|prim| match prim { in repr_type_name() 123 matches!(self, Repr::Compound(Spanned { t: Primitive(_), span: _ }, _align)) in is_primitive() 177 if let Compound(Spanned { t: Primitive(p), span: _ }, _align) = self { in get_primitive() 220 Primitive(prim) => prim.with(|prim| Spanned::new(prim, self.span).to_tokens(ts)), in to_tokens() 336 .map(CompoundRepr::Primitive) in try_from() 775 u8 => Primitive(U8), in test() 776 u16 => Primitive(U16), in test() 777 u32 => Primitive(U32), in test() 778 u64 => Primitive(U64), in test() [all …]
|
| H A D | util.rs | 801 t: C | Rust | Primitive(U32 | I32 | U64 | I64 | U128 | I128 | Usize | Isize), 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/Documentation/translations/it_IT/core-api/ |
| H A D | index.rst | 13 Primitive di sincronizzazione
|
| /linux/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2_sas.h | 243 U32 Primitive; /*0x10 */ member
|
| H A D | mpi2_ioc.h | 907 U8 Primitive; /*0x03 */ member 929 U8 Primitive; /*0x03 */ member 1734 U32 Primitive; /* 0x10 */ member
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi_sas.h | 233 U32 Primitive; /* 10h */ member
|
| H A D | mpi_ioc.h | 809 U8 Primitive; /* 04h */ member
|
| H A D | mpi_history.txt | 625 * Primitive Send. 719 * Added PrimFlags and Primitive field to SAS IO Unit
|
| /linux/rust/zerocopy-derive/derive/ |
| H A D | from_bytes.rs | 119 Repr::Compound(Spanned { t: CompoundRepr::C | CompoundRepr::Primitive(_), span: _ }, _) => { in derive_from_zeros_enum()
|
| /linux/Documentation/core-api/ |
| H A D | librs.rst | 45 * Primitive polynomial is x^10+x^3+1
|
| /linux/drivers/message/fusion/ |
| H A D | mptsas.c | 5017 if (broadcast_event_data->Primitive != in mptsas_event_process()
|