Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dspecial.rs171 pub(crate) max_match: StateID, field
239 let max_match = read_id("special max match id")?; in from_bytes() localVariable
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c51 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c72 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() local
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Doptimized_encoder.cc81 const auto max_match = dat.LongestPrefixMatch(utils::string_view(data, len)); in find_replacement() local
/aosp_15_r20/external/brotli/research/
H A Ddeorummolae.cc226 TextIdx max_match = static_cast<TextIdx>(dictionary_size_limit) - total; in DM_generate() local
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Ddfa.rs412 max_match: S, field