/external/autotest/client/site_tests/hardware_Interrupt/ |
D | hardware_Interrupt.py | 61 min_count=1): argument 73 if count < min_count: 76 min_count))
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | trees.c | 421 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/ |
D | deorummolae.cc | 223 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/ |
D | trees.c | 714 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/ |
D | trees.c | 714 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/ |
D | trees.c | 714 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/ |
D | trees.c | 722 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/ |
D | trees.c | 714 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/ |
D | firmware_Cr50DeviceState.py | 214 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/ |
D | Skipgram.pbtxt | 47 name: "min_count"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Skipgram.pbtxt | 47 name: "min_count"
|
/external/python/cpython3/Lib/test/ |
D | test_faulthandler.py | 34 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/ |
D | api_def_Skipgram.pbtxt | 64 name: "min_count"
|
/external/speex/libspeexdsp/ |
D | preprocess.c | 243 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/ |
D | gtest-port.cc | 298 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/ |
D | memprof_allocator.cpp | 328 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/ |
D | gtest-port.cc | 804 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/ |
D | gtest-port.cc | 747 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/ |
D | gtest-port.cc | 857 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/ |
D | gtest-port.cc | 895 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/ |
D | gtest-port.cc | 886 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/ |
D | gtest-port.cc | 886 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/ |
D | gmock-gtest-all.cc | 8384 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/ |
D | gmock-gtest-all.cc | 9296 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/ |
D | ops_history.v0.pbtxt | 31080 name: "min_count" 31140 name: "min_count" 31201 name: "min_count"
|