Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dmmap.rs919 let sample_buf = &[1, 2, 3, 4, 5]; in mapped_file_read() localVariable
1064 let sample_buf = &[1, 2, 3, 4, 5]; in test_deref() localVariable
1142 let sample_buf = &[1, 2, 3, 4, 5]; in write_and_read() localVariable
1276 let sample_buf = &[1, 2, 3, 4, 5]; in test_access_cross_boundary() localVariable
Dvolatile_memory.rs2090 let sample_buf = [1, 2, 3]; in slice_read_and_write() localVariable
2172 let sample_buf: [u8; 7] = [1, 2, 0xAA, 0xAA, 0xAA, 0xAA, 4]; in unaligned_read_and_write() localVariable
2178 let sample_buf: [u8; 7] = [1, 2, 0x55, 0x55, 0x55, 0x55, 4]; in unaligned_read_and_write() localVariable