Searched refs:ARRAY_OF_ARRAYS (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/zerocopy/src/ |
| H A D | macros.rs | 1302 const ARRAY_OF_ARRAYS: [[u8; 2]; 4] = [[0, 1], [2, 3], [4, 5], [6, 7]]; in test_transmute() constant 1304 assert_eq!(X, ARRAY_OF_ARRAYS); in test_transmute() 1341 const ARRAY_OF_ARRAYS: [[u8; 2]; 4] = [[0, 1], [2, 3], [4, 5], [6, 7]]; in test_transmute_ref() constant 1344 assert_eq!(*X, ARRAY_OF_ARRAYS); in test_transmute_ref()
|