Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/
H A Drepr.rs57 I32, enumerator
103 I32 => "repr(i32)", in repr_type_name()
237 I32 => ts.append_all(quote_spanned! { self.span => #[repr(i32)] }), in to_tokens()
282 I32, enumerator
315 raw @ (U8 | U16 | U32 | U64 | U128 | Usize | I8 | I16 | I32 | I64 | I128 | Isize) => { in try_from()
326 I32 => Ok(PrimitiveRepr::I32), in try_from()
353 U8 | U16 | U32 | U64 | U128 | Usize | I8 | I16 | I32 | I64 | I128 | Isize in try_from()
361 U8 | U16 | U32 | U64 | U128 | Usize | I8 | I16 | I32 | I64 | I128 | Isize in try_from()
590 ("i32", None) => I32, in from_meta()
782 i32 => Primitive(I32), in test()
H A Dutil.rs801 t: C | Rust | Primitive(U32 | I32 | U64 | I64 | U128 | I128 | Usize | Isize), in enum_size_from_repr()
/linux/include/linux/
H A Dleds-lp3952.h75 I32, enumerator
/linux/include/net/sctp/
H A Dcommand.h148 SCTP_ARG_CONSTRUCTOR(I32, __s32, i32) in SCTP_ARG_CONSTRUCTOR() argument
/linux/rust/zerocopy/src/
H A Dbyteorder.rs834 [I32, I64, I128, Isize],
835 [I32, I64, I128, Isize]
840 I32,
986 module!(@ty I32, $trait, "32-bit signed integer", $endianness_str);
1235 impl_traits!(I32, i32, signed);
1255 $fn::<I32<$byteorder>>();