Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_Interrupt/
Dhardware_Interrupt.py61 min_count=1): argument
73 if count < min_count:
76 min_count))
/external/pdfium/third_party/zlib_v128/
Dtrees.c716 int min_count = 4; /* min repeat count */ in scan_tree() local
718 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree()
725 } else if (count < min_count) { in scan_tree()
737 max_count = 138, min_count = 3; in scan_tree()
739 max_count = 6, min_count = 3; in scan_tree()
741 max_count = 7, min_count = 4; in scan_tree()
761 int min_count = 4; /* min repeat count */ in send_tree() local
764 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree()
770 } else if (count < min_count) { in send_tree()
788 max_count = 138, min_count = 3; in send_tree()
[all …]
/external/syslinux/com32/lib/zlib/
Dtrees.c722 int min_count = 4; /* min repeat count */ local
724 if (nextlen == 0) max_count = 138, min_count = 3;
731 } else if (count < min_count) {
743 max_count = 138, min_count = 3;
745 max_count = 6, min_count = 3;
747 max_count = 7, min_count = 4;
767 int min_count = 4; /* min repeat count */ local
770 if (nextlen == 0) max_count = 138, min_count = 3;
776 } else if (count < min_count) {
794 max_count = 138, min_count = 3;
[all …]
/external/zlib/src/
Dtrees.c716 int min_count = 4; /* min repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
725 } else if (count < min_count) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
761 int min_count = 4; /* min repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
770 } else if (count < min_count) {
788 max_count = 138, min_count = 3;
[all …]
/external/opencv/cv/src/
Dcvoptflowbm.cpp192 int min_count = MIN( X_shift_count, Y_shift_count ); in icvCalcOpticalFlowBM_8u32fR() local
204 for( i = 0; i < min_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
246 int xleft = -min_count * shiftSize.width; in icvCalcOpticalFlowBM_8u32fR()
249 for( i = min_count; i < Y_shift_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
276 int yupper = -min_count * shiftSize.height; in icvCalcOpticalFlowBM_8u32fR()
279 for( i = min_count; i < X_shift_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
/external/speex/libspeex/
Dpreprocess.c247 int min_count; /**< Number of frames processed so far */ member
529 st->min_count=0; in speex_preprocess_state_init()
690 if (st->min_count > min_range) in update_noise_prob()
692 st->min_count = 0; in update_noise_prob()
742 st->min_count++; in speex_preprocess_run()
1022 st->min_count++; in speex_preprocess_estimate_update()
/external/protobuf/gtest/src/
Dgtest-port.cc296 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
304 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc323 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc706 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
714 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
Dgtest-port.cc.orig323 const size_t min_count = (repeat == '+') ? 1 : 0;
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/v8/testing/gtest/src/
Dgtest-port.cc729 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
737 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/googletest/googletest/src/
Dgtest-port.cc747 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc747 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7879 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
7887 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8533 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
8541 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/fmtlib/test/
Dgmock-gtest-all.cc8533 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
8541 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()