/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/nfa/ |
H A D | contiguous.rs | 296 fn match_len(&self, sid: StateID) -> usize { in match_len() method 396 match_len: usize, field 533 let match_len = if !is_match { in len() localVariable 581 fn match_len(alphabet_len: usize, state: &[u32]) -> usize { in match_len() method 652 let match_len = in read() localVariable
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps_upnp_web.c | 865 int match_len; in web_get_action() local 992 int match_len; in web_connection_parse_subscribe() local 1213 int match_len; in web_connection_parse_unsubscribe() local
|
H A D | upnp_xml.c | 193 int match_len = os_strlen(item); in xml_get_first_item() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/ |
H A D | search.rs | 349 let match_len = dfa.match_len(sid); in find_overlapping_fwd_imp() localVariable 467 let match_len = dfa.match_len(sid); in find_overlapping_rev() localVariable
|
H A D | automaton.rs | 899 fn match_len(&self, id: StateID) -> usize; in match_len() method 1914 fn match_len(&self, id: StateID) -> usize { in match_len() method
|
H A D | special.rs | 457 pub(crate) fn match_len(&self, stride: usize) -> usize { in match_len() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/ |
H A D | search.rs | 482 let match_len = dfa.match_len(cache, sid); in find_overlapping_fwd_imp() localVariable 590 let match_len = dfa.match_len(cache, sid); in find_overlapping_rev() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | deflate_fast.c | 23 uint32_t match_len = 0; in deflate_fast() local
|
D | deflate_rle.c | 21 uint32_t match_len = 0; in deflate_rle() local
|
D | deflate_slow.c | 21 uint32_t match_len; in deflate_slow() local
|
D | deflate_quick.c | 49 unsigned match_len, last; in deflate_quick() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/ |
D | test_compare256.cc | 22 int32_t match_len, i; in compare256_match_check() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/benchmarks/ |
D | benchmark_compare256.cc | 35 int32_t match_len = (int32_t)state.range(0) - 1; in Bench() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/determinize/ |
H A D | state.rs | 154 pub(crate) fn match_len(&self) -> usize { in match_len() method 462 fn match_len(&self) -> usize { in match_len() method
|
/aosp_15_r20/external/perfetto/src/protozero/filtering/ |
H A D | string_filter.cc | 84 size_t match_len = static_cast<size_t>(match.second - match.first); in RedactMatches() local
|
/aosp_15_r20/external/iw/ |
H A D | mgmt.c | 54 size_t match_len; in register_mgmt_frame() local
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | wifihal_internal.h | 62 uint32_t match_len; member
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | wifihal_internal.h | 62 uint32_t match_len; member
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/ |
H A D | automaton.rs | 302 fn match_len(&self, sid: StateID) -> usize; in match_len() method 683 fn match_len(&self, sid: StateID) -> usize { in match_len() method
|
H A D | dfa.rs | 275 fn match_len(&self, sid: StateID) -> usize { in match_len() method
|
/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/ |
H A D | miniz.c | 1278 …mz_uint match_len = pLZ_codes[0], match_dist = *(const mz_uint16 *)(pLZ_codes + 1); pLZ_codes += 3; in tdefl_compress_lz_codes() local 1360 …mz_uint match_len = pLZ_codes[0], match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); pLZ_codes += … in tdefl_compress_lz_codes() local 1506 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local 1540 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local 1714 static MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, mz_uint match_len, mz_uint match… in tdefl_record_match()
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.h | 446 const u8 *match, size_t match_len, in hostapd_drv_register_frame()
|
/aosp_15_r20/development/host/windows/usb/api/ |
H A D | adb_api.cpp | 182 size_t match_len = wcslen(match_name); in AdbCreateInterface() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_wolfssl.c | 673 size_t match_len, int full) in domain_suffix_match() 704 size_t match_len, int full) in tls_match_suffix_helper()
|
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/ |
H A D | miniz.c | 1136 mz_uint match_len = pLZ_codes[0], match_dist = *(const mz_uint16 *)(pLZ_codes + 1); in tdefl_compress_lz_codes() local 1222 mz_uint match_len = pLZ_codes[0], match_dist = (pLZ_codes[1] | (pLZ_codes[2] << 8)); in tdefl_compress_lz_codes() local 1428 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local 1483 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local 1725 static MZ_FORCEINLINE void tdefl_record_match(tdefl_compressor *d, mz_uint match_len, mz_uint match… in tdefl_record_match()
|