Home
last modified time | relevance | path

Searched defs:VAL_BYTES (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dlib.rs7005 const VAL_BYTES: [u8; 8] = VAL.to_be_bytes(); in test_read_write() constant
7007 const VAL_BYTES: [u8; 8] = VAL.to_le_bytes(); in test_read_write() constant