Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs148 pub type NativeEndian = BigEndian; typedef
155 pub type NativeEndian = LittleEndian; typedef
1006 module!(native_endian, NativeEndian, "native-endian");
1331 call_for_all_types!(test_zero, NativeEndian); in test_zero()
1342 call_for_unsigned_types!(test_max_value, NativeEndian); in test_max_value()
1382 call_for_all_types!(test_native, NativeEndian); in test_endian()
1507 $call_for_macros!(t, NativeEndian); in test_ops_impls()
1534 $call_for_macros!(t, NativeEndian); in test_ops_impls()