Lines Matching refs:used
54 measurable in some workloads. In cases where the same needle is used to search
83 /// This is defined in this specific spot so that it can be used freely among
438 /// searcher that can be used to search haystacks without the overhead of
565 /// searcher that can be used to search haystacks without the overhead of
697 /// heuristic prefilters used to speed up certain searches.
782 /// since Rabin-Karp may be used even if another SearchKind corresponds
804 /// This is used whenever the needle is a single byte. In this case, we
808 /// linear time guarantee. In general, it's used when the needle is bigger
856 /// Return a fresh prefilter state that can be used with this searcher.
857 /// A prefilter state is used to track the effectiveness of a searcher's
861 /// state should be used.
998 // We used to look at the length of a haystack here. That is, if
1043 /// This is used whenever the needle is a single byte. In this case, we
1047 /// linear time guarantee. In general, it's used when the needle is bigger
1134 /// top-level public API memmem routines. (The properties are also used to