Searched refs:min_count (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/com/sun/management/UnixOperatingSystemMXBean/
H A DGetMaxFileDescriptorCount.java59 long min_count = mbean.getOpenFileDescriptorCount();
60 if (min_count > 0) {
61 min_count_for_pass = min_count;
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Dtrees.c738 int min_count = 4; /* min repeat count */ local
740 if (nextlen == 0) max_count = 138, min_count = 3;
747 } else if (count < min_count) {
759 max_count = 138, min_count = 3;
761 max_count = 6, min_count = 3;
763 max_count = 7, min_count = 4;
783 int min_count = 4; /* min repeat count */ local
786 if (nextlen == 0) max_count = 138, min_count = 3;
792 } else if (count < min_count) {
810 max_count = 138, min_count
[all...]
/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc323 const size_t min_count = (repeat == '+') ? 1 : 0; local
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jszip/dist/
H A Djszip.js8686 var min_count = 4; /* min repeat count */
8690 min_count = 3;
8701 } else if (count < min_count) {
8721 min_count = 3;
8725 min_count = 3;
8729 min_count = 4;
8752 var min_count = 4; /* min repeat count */
8757 min_count = 3;
8767 } else if (count < min_count) {
8792 min_count
[all...]

Completed in 128 milliseconds