Searched refs:max_count (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftLowFrequencyOscillator.java35 private final int max_count = 10; field in class:SoftLowFrequencyOscillator
37 private final double[][] out = new double[max_count][1];
38 private final double[][] delay = new double[max_count][1];
39 private final double[][] delay2 = new double[max_count][1];
40 private final double[][] freq = new double[max_count][1];
41 private final int[] delay_counter = new int[max_count];
42 private final double[] sin_phase = new double[max_count];
43 private final double[] sin_stepfreq = new double[max_count];
44 private final double[] sin_step = new double[max_count];
H A DSoftEnvelopeGenerator.java44 int max_count = 10; field in class:SoftEnvelopeGenerator
46 private final int[] stage = new int[max_count];
47 private final int[] stage_ix = new int[max_count];
48 private final double[] stage_v = new double[max_count];
49 private final int[] stage_count = new int[max_count];
50 private final double[][] on = new double[max_count][1];
51 private final double[][] active = new double[max_count][1];
52 private final double[][] out = new double[max_count][1];
53 private final double[][] delay = new double[max_count][1];
54 private final double[][] attack = new double[max_count][
[all...]
/openjdk10/jdk/test/com/sun/management/UnixOperatingSystemMXBean/
H A DGetOpenFileDescriptorCount.java58 long max_count = mbean.getMaxFileDescriptorCount();
59 if (max_count > 0) {
60 max_count_for_pass = max_count;
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Dtrees.c737 int max_count = 7; /* max repeat count */ local
740 if (nextlen == 0) max_count = 138, min_count = 3;
745 if (++count < max_count && curlen == nextlen) {
759 max_count = 138, min_count = 3;
761 max_count = 6, min_count = 3;
763 max_count = 7, min_count = 4;
782 int max_count = 7; /* max repeat count */ local
786 if (nextlen == 0) max_count = 138, min_count = 3;
790 if (++count < max_count && curlen == nextlen) {
810 max_count
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp313 jint stack_depth, jint max_count,
501 jint start_depth, jint max_count,
506 _max_count = max_count;
500 VM_GetStackTrace(JvmtiEnv *env, JavaThread *java_thread, jint start_depth, jint max_count, jvmtiFrameInfo* frame_buffer, jint* count_ptr) argument
H A DjvmtiEnvBase.cpp828 jint start_depth, jint max_count,
887 for (; count < max_count && jvf != NULL; count++) {
827 get_stack_trace(JavaThread *java_thread, jint start_depth, jint max_count, jvmtiFrameInfo* frame_buffer, jint* count_ptr) argument
/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc324 const size_t max_count = (repeat == '?') ? 1 : local
329 for (size_t i = 0; i <= max_count; ++i) {
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jszip/dist/
H A Djszip.js8685 var max_count = 7; /* max repeat count */
8689 max_count = 138;
8698 if (++count < max_count && curlen === nextlen) {
8720 max_count = 138;
8724 max_count = 6;
8728 max_count = 7;
8751 var max_count = 7; /* max repeat count */
8756 max_count = 138;
8764 if (++count < max_count && curlen === nextlen) {
8791 max_count
[all...]

Completed in 193 milliseconds