/third_party/spirv-tools/test/diff/ |
D | lcs_test.cpp | 33 size_t match_count = in VerifyMatch() local 68 size_t match_count = in TEST() local 82 size_t match_count = in TEST() local 96 size_t match_count = in TEST() local 110 size_t match_count = in TEST() local 124 size_t match_count = in TEST() local 141 size_t match_count = in TEST() local 158 size_t match_count = in TEST() local 175 size_t match_count = in TEST() local 192 size_t match_count = in TEST() local [all …]
|
/third_party/musl/libc-test/src/regression/ |
D | scanf-match-literal-eof.c | 9 int match_count; in main() local
|
/third_party/rust/crates/aho-corasick/src/ |
D | dfa.rs | 192 fn match_count(&self, id: S) -> usize { in match_count() method 251 fn match_count(&self, id: S) -> usize { in match_count() method 319 fn match_count(&self, id: S) -> usize { in match_count() method 386 fn match_count(&self, id: S) -> usize { in match_count() method 471 fn match_count(&self, id: S) -> usize { in match_count() method
|
D | automaton.rs | 149 fn match_count(&self, id: Self::ID) -> usize; in match_count() method 487 let match_count = self.match_count(*state_id); in overlapping_find_at() localVariable
|
D | nfa.rs | 261 fn match_count(&self, id: S) -> usize { in match_count() method
|
/third_party/ffmpeg/libavcodec/ |
D | dv_error_marker_bsf.c | 70 int match_count = 0; in dv_error_marker_filter() local
|
D | h264_mvpred.h | 106 int diagonal_ref, match_count; in pred_motion() local 263 int top_ref, left_ref, diagonal_ref, match_count, mx, my; in pred_pskip_motion() local
|
D | h264_direct.c | 242 int match_count = (left_ref == ref[list]) + in pred_spatial_direct_motion() local
|
D | svq3.c | 387 int diagonal_ref, match_count; in svq3_pred_motion() local
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_dfa_match.c | 540 int active_count, new_count, match_count; in internal_dfa_match() local
|
/third_party/selinux/libselinux/src/ |
D | label_file.c | 926 size_t *match_count) in lookup_all()
|
/third_party/openh264/codec/decoder/core/src/ |
D | mv_pred.cpp | 536 … uint32_t match_count = (iLeftRef[listIdx] == ref[listIdx]) + (iTopRef[listIdx] == ref[listIdx]) + in PredMvBDirectSpatial() local
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumbermatcher_test.cc | 325 int match_count = 0; in EnsureTermination() local
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 1623 int match_count = matcher.FindMaximumMatch(early_return); in MatchRepeatedFieldIndices() local
|