Home
last modified time | relevance | path

Searched refs:is_fast (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/memchr/src/memmem/
H A Drabinkarp.rs35 pub(crate) fn is_fast(haystack: &[u8], _needle: &[u8]) -> bool {
H A Dmod.rs947 if rabinkarp::is_fast(haystack, needle) { in find()
1122 if rabinkarp::is_fast(haystack, needle) { in rfind()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc726 bool is_fast = kind == FAST_SLOPPY_ARGUMENTS_ELEMENTS; in SloppyArgumentsElementsVerify() local
734 if (is_fast) { in SloppyArgumentsElementsVerify()
747 if (!is_fast) continue; in SloppyArgumentsElementsVerify()

Completed in 6 milliseconds