Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1278 type NonNativeEndian = LittleEndian; typedef
1280 type NonNativeEndian = BigEndian; typedef
1332 call_for_all_types!(test_zero, NonNativeEndian); in test_zero()
1343 call_for_unsigned_types!(test_max_value, NonNativeEndian); in test_max_value()
1383 call_for_all_types!(test_non_native, NonNativeEndian); in test_endian()
1508 $call_for_macros!(t, NonNativeEndian); in test_ops_impls()
1535 $call_for_macros!(t, NonNativeEndian); in test_ops_impls()