Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1337 fn test_max_value() { in test_max_value() function
1338 fn test_max_value<T: ByteOrderTypeUnsigned>() { in test_max_value() function
1342 call_for_unsigned_types!(test_max_value, NativeEndian); in test_max_value()
1343 call_for_unsigned_types!(test_max_value, NonNativeEndian); in test_max_value()