Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/lz4_flex/src/block/
Dcompress.rs134 fn count_same_bytes_tail(a: &[u8], b: &[u8], offset: usize) -> usize { in count_same_bytes() function
141 num += count_same_bytes_tail(cur_slice, cand_slice, num); in count_same_bytes()