Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_convolution_sycl.cpp365 std::size_t same_bytes = same.size() * sizeof(DataType); in test_modes() local
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/block/
Dcompress.rs847 let same_bytes = count_same_bytes(&first, &mut start.clone(), &second, start); in test_count_same_bytes() localVariable