Searched refs:needle_start (Results 1 – 1 of 1) sorted by relevance
943 let needle_start = haystack.len(); in bm_memchr_fallback_indexing_bug() localVariable947 assert_eq!(needle_start, searcher.find(haystack.as_slice()).unwrap()); in bm_memchr_fallback_indexing_bug()1078 needle_start: usize,1085 let needle_start = needle_start % haystack.len(); localVariable1086 let needle_length = needle_length % (haystack.len() - needle_start);1092 let needle = &haystack[needle_start..(needle_start + needle_length)];1101 nf_start <= needle_start