Searched refs:count_same_bytes_tail (Results 1 – 1 of 1) sorted by relevance
134 fn count_same_bytes_tail(a: &[u8], b: &[u8], offset: usize) -> usize { in count_same_bytes() function141 num += count_same_bytes_tail(cur_slice, cand_slice, num); in count_same_bytes()