Searched refs:count1 (Results 1 - 13 of 13) sorted by relevance

/openjdk7/langtools/test/tools/javac/processing/model/util/filter/
H A DTestIterables.java102 int count1 = 0;
107 count1++;
117 if (count1 != count2)
120 return count1;
/openjdk7/jdk/test/sun/java2d/DirectX/InfiniteValidationLoopTest/
H A DInfiniteValidationLoopTest.java62 int count1 = 0;
85 if (++count1 > LOOP_THRESHOLD) {
86 System.err.println("Infinite loop detected: count1="+count1);
/openjdk7/jdk/src/share/classes/java/util/
H A DComparableTimSort.java645 int count1 = 0; // Number of times in a row that first run won
657 count1 = 0;
662 count1++;
667 } while ((count1 | count2) < minGallop);
676 count1 = gallopRight((Comparable) a[cursor2], tmp, cursor1, len1, 0);
677 if (count1 != 0) {
678 System.arraycopy(tmp, cursor1, a, dest, count1);
679 dest += count1;
680 cursor1 += count1;
681 len1 -= count1;
[all...]
H A DTimSort.java678 int count1 = 0; // Number of times in a row that first run won
690 count1 = 0;
695 count1++;
700 } while ((count1 | count2) < minGallop);
709 count1 = gallopRight(a[cursor2], tmp, cursor1, len1, 0, c);
710 if (count1 != 0) {
711 System.arraycopy(tmp, cursor1, a, dest, count1);
712 dest += count1;
713 cursor1 += count1;
714 len1 -= count1;
[all...]
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DArrive.java57 final AtomicInteger count1 = new AtomicInteger(0);
66 count1.getAndIncrement();
77 equal(count1.get(), 0);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DRefsByTypeQuery.java117 Long count1 = map.get(first);
119 return count2.compareTo(count1);
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDeadListenerTest.java91 CountListener count1 = new CountListener(count1Val);
92 mbsc.addNotificationListener(name, count1, null, null);
93 WeakReference<CountListener> count1Ref = new WeakReference<>(count1);
94 count1 = null;
108 assertTrue("Initial value of count1 == 0", count1Val.get() == 0);
120 assertTrue("New value of count1 == 1", count1Val.get() == 1);
147 assertTrue("New value of count1 == 1", count1Val.get() == 1);
161 assertTrue("count1 notification listener has not been cleaned up", count1Ref.get() == null);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract.h292 mlib_s32 count1);
300 mlib_s32 count1);
322 mlib_s32 count1);
337 mlib_s32 count1);
345 mlib_s32 count1);
H A Dmlib_v_ImageChannelExtract_f.c93 mlib_s32 count1)
106 if (count1 == 1) {
211 mlib_s32 count1)
224 if (count1 == 1) {
372 mlib_s32 count1)
383 if (count1 == 1) {
459 mlib_s32 count1)
470 if (count1 == 1) {
517 mlib_s32 count1)
528 for (k = 0; k < count1;
90 mlib_v_ImageChannelExtract_U8_3_2(mlib_u8 *sl, mlib_s32 slb, mlib_u8 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
208 mlib_v_ImageChannelExtract_U8_4_2(mlib_u8 *sl, mlib_s32 slb, mlib_u8 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
369 mlib_v_ImageChannelExtract_32_3_2(mlib_f32 *sl, mlib_s32 slb, mlib_f32 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
456 mlib_v_ImageChannelExtract_32_4_2(mlib_f32 *sl, mlib_s32 slb, mlib_f32 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
514 mlib_v_ImageChannelExtract_32_4_3(mlib_f32 *sl, mlib_s32 slb, mlib_f32 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
[all...]
H A Dmlib_v_ImageChannelExtract.c99 mlib_s32 count1);
104 mlib_s32 count1);
360 int count1 = 0; /* number of channels in first group */ local
725 if (ncmask & (1 << i)) count1++;
737 mlib_v_ImageChannelExtract_U8_3_2(sl, strides, dl, strided, width, height, count1);
745 mlib_v_ImageChannelExtract_U8_4_2(sl, strides, dl, strided, width, height, count1);
786 mlib_v_ImageChannelExtract_32_3_2(sl, strides, dl, strided, width, height, count1);
797 mlib_v_ImageChannelExtract_32_4_2(sl, strides, dl, strided, width, height, count1);
802 mlib_v_ImageChannelExtract_32_4_3(sl, strides, dl, strided, width, height, count1);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSConstraints.java1266 int count1= dChildren.size();
1270 label: for (int i = 0; i<count1; i++) {
1314 int count1= dChildren.size();
1319 label: for (int i = 0; i<count1; i++) {
1365 int count1= dChildren.size();
1369 label: for (int i = 0; i<count1; i++) {
1421 int count1 = dChildren.size();
1424 label: for (int i = 0; i<count1; i++) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp483 CountNonCleanMemRegionClosure count1(this);
484 ct_bs->mod_card_iterate(&count1);
485 int orig_count = count1.n();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp293 Register count1 = I1; local
299 __ delayed()->sll(count1, exact_log2(sizeof(jchar)), limit); // string1 is shorter

Completed in 76 milliseconds