Searched defs:ctr (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/test/javax/swing/JDialog/6639507/
H A Dbug6639507.java54 private static void assertEmptyTitle(Dialog dialog, String ctr) { argument
58 throw new RuntimeException("Title is not empty for constructor " + ctr);
/openjdk7/jdk/test/java/io/LineNumberInputStream/
H A DAvailable.java59 int ctr = 0; field in class:MyInStream
62 return ((ctr == 12) ? -1 : (int)buf[ctr++]);
66 return (10 - ctr);
/openjdk7/jdk/test/java/net/CookieHandler/
H A DCookieManagerTest.java101 public CookieTestCase(String h, String cts, String ctr, String sp) { argument
104 cookieToRecv = ctr;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djfdctflt.c69 int ctr; local
74 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
124 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djfdctfst.c124 int ctr; local
130 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
180 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djfdctint.c150 int ctr; local
158 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
223 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
H A Djidctflt.c84 int ctr; local
93 for (ctr = DCTSIZE; ctr > 0; ctr--) {
184 for (ctr = 0; ctr < DCTSIZE; ctr++) {
185 outptr = output_buf[ctr] + output_col;
H A Djdhuff.c159 int lookbits, ctr; local
249 for (ctr = 1 << (HUFF_LOOKAHEAD-l); ctr > 0; ctr--) {
H A Djidctfst.c184 int ctr; local
194 for (ctr = DCTSIZE; ctr > 0; ctr--) {
286 for (ctr = 0; ctr < DCTSIZE; ctr++) {
287 outptr = output_buf[ctr] + output_col;
H A Djidctint.c164 int ctr; local
175 for (ctr = DCTSIZE; ctr > 0; ctr--) {
281 for (ctr = 0; ctr < DCTSIZE; ctr++) {
282 outptr = output_buf[ctr] + output_col;
H A Djidctred.c133 int ctr; local
142 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
144 if (ctr == DCTSIZE-4)
201 for (ctr = 0; ctr < 4; ctr++) {
202 outptr = output_buf[ctr] + output_col;
285 int ctr; local
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1983 int ctr = Knob_FixedSpin ; local
1984 if (ctr != 0) {
1985 while (--ctr >= 0) {
1992 for (ctr = Knob_PreSpin + 1; --ctr >= 0 ; ) {
2021 ctr = _SpinDuration ;
2022 if (ctr < Knob_SpinBase) ctr = Knob_SpinBase ;
2023 if (ctr <= 0) return 0 ;
2058 while (--ctr >
[all...]

Completed in 72 milliseconds