Home
last modified time | relevance | path

Searched refs:short_circut (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex/src/literal/
Dimp.rs605 let short_circut = (NUM_UNROLL + 2) * self.pattern.len(); in find() localVariable
607 if haystack.len() > short_circut { in find()