Searched defs:min_haystack_len (Results 1 – 5 of 5) sorted by relevance
34 pub(crate) fn min_haystack_len(&self) -> usize { in min_haystack_len() method89 pub(crate) fn min_haystack_len(&self) -> usize { in min_haystack_len() method
24 pub(crate) fn min_haystack_len(&self) -> usize { in min_haystack_len() method
83 pub(crate) fn min_haystack_len<V: Vector>(&self) -> usize { in min_haystack_len() method116 let min_haystack_len = fwd.min_haystack_len::<V>(); in fwd_find() localVariable
53 let min_haystack_len = rare2i + size_of::<V>(); in find() localVariable