Home
last modified time | relevance | path

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

12

/external/autotest/client/site_tests/hardware_Interrupt/
Dhardware_Interrupt.py61 min_count=1): argument
73 if count < min_count:
76 min_count))
/external/rust/crates/libz-sys/src/zlib-ng/
Dtrees.c421 uint16_t min_count = 4; /* min repeat count */ in scan_tree() local
424 max_count = 138, min_count = 3; in scan_tree()
433 } else if (count < min_count) { in scan_tree()
447 max_count = 138, min_count = 3; in scan_tree()
449 max_count = 6, min_count = 3; in scan_tree()
451 max_count = 7, min_count = 4; in scan_tree()
469 int min_count = 4; /* min repeat count */ in send_tree() local
473 max_count = 138, min_count = 3; in send_tree()
484 } else if (count < min_count) { in send_tree()
509 max_count = 138, min_count = 3; in send_tree()
[all …]
/external/brotli/research/
Ddeorummolae.cc223 size_t min_count = num_samples; in DM_generate() local
261 if (cost > best_cost && count >= min_count && in DM_generate()
281 if (min_count >= 8) { in DM_generate()
282 min_count = (min_count * 7) / 8; in DM_generate()
283 fprintf(stderr, "Retry: min_count=%zu\n", min_count); in DM_generate()
/external/rust/crates/libz-sys/src/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/external/angle/third_party/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/external/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/external/libwebsockets/win32port/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/python/cpython2/Modules/zlib/
Dtrees.c714 int min_count = 4; /* min repeat count */ local
716 if (nextlen == 0) max_count = 138, min_count = 3;
723 } else if (count < min_count) {
735 max_count = 138, min_count = 3;
737 max_count = 6, min_count = 3;
739 max_count = 7, min_count = 4;
759 int min_count = 4; /* min repeat count */ local
762 if (nextlen == 0) max_count = 138, min_count = 3;
768 } else if (count < min_count) {
786 max_count = 138, min_count = 3;
[all …]
/external/autotest/server/site_tests/firmware_Cr50DeviceState/
Dfirmware_Cr50DeviceState.py214 min_count = max(cr50_time - self.SLEEP_DELAY, 0)
216 min_count = 0
223 return [min_count, max_count]
243 min_count, max_count = expected_range
244 if min_count > increase or max_count < increase:
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DSkipgram.pbtxt47 name: "min_count"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSkipgram.pbtxt47 name: "min_count"
/external/python/cpython3/Lib/test/
Dtest_faulthandler.py34 def expected_traceback(lineno1, lineno2, header, min_count=1): argument
38 if 1 < min_count:
39 return '^' + (regex + '\n') * (min_count - 1) + regex
598 regex = expected_traceback(17, 26, header, min_count=count)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Skipgram.pbtxt64 name: "min_count"
/external/speex/libspeexdsp/
Dpreprocess.c243 int min_count; /**< Number of frames processed so far */ member
525 st->min_count=0; in speex_preprocess_state_init()
686 if (st->min_count > min_range) in update_noise_prob()
688 st->min_count = 0; in update_noise_prob()
738 st->min_count++; in speex_preprocess_run()
1018 st->min_count++; in speex_preprocess_estimate_update()
/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/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp328 u64 min_count = Entries[0].MIB.alloc_count; in insertOrMerge() local
331 if (Entries[i].MIB.alloc_count < min_count) { in insertOrMerge()
333 min_count = Entries[i].MIB.alloc_count; in insertOrMerge()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc804 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
812 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/llvm-project/llvm/utils/unittest/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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc857 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
864 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/googletest/googletest/src/
Dgtest-port.cc895 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
903 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc886 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc886 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
894 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/fmtlib/test/
Dgmock-gtest-all.cc8384 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
8391 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc9296 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
9304 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt31080 name: "min_count"
31140 name: "min_count"
31201 name: "min_count"

12