Home
last modified time | relevance | path

Searched defs:max_match (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getsrc_file.c51 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file() local
/external/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c72 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() local
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Doptimized_encoder.cc81 const auto max_match = dat.LongestPrefixMatch(utils::string_view(data, len)); in find_replacement() local
/external/brotli/research/
Ddeorummolae.cc226 TextIdx max_match = static_cast<TextIdx>(dictionary_size_limit) - total; in DM_generate() local
/external/rust/crates/regex-automata/src/
Dsparse.rs621 max_match: S, field
912 let max_match = S::from_usize(NativeEndian::read_u64(buf) as usize); in from_bytes() localVariable
Ddense.rs954 max_match: S, field
1361 let max_match = S::from_usize(NativeEndian::read_u64(buf) as usize); in from_bytes() localVariable
/external/rust/crates/aho-corasick/src/
Ddfa.rs412 max_match: S, field