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

/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfIntegerMonitor.java43 IntBuffer ib; field in class:PerfIntegerMonitor
53 * @param ib the buffer containing the integer instrument data.
56 boolean supported, IntBuffer ib) {
58 this.ib = ib;
70 return new Integer(ib.get(0));
79 return ib.get(0);
55 PerfIntegerMonitor(String name, Units u, Variability v, boolean supported, IntBuffer ib) argument
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpmontg.c126 mp_size ib; local
138 ib = MP_USED(a) + MP_MAX(MP_USED(b), MP_USED(&mmm->N)) + 2;
139 if((res = s_mp_pad(c, ib)) != MP_OKAY)
145 s_mp_setz(MP_DIGITS(c) + useda + 1, ib - (useda + 1));
151 for (ib = 1; ib < usedb; ib++) {
156 s_mpv_mul_d_add_prop(MP_DIGITS(a), useda, b_i, MP_DIGITS(c) + ib);
157 m_i = MP_DIGIT(c, ib) * mmm->n0prime;
158 s_mp_mul_d_add_offset(&mmm->N, m_i, c, ib);
[all...]
H A Dmp_gf2m.c283 mp_size ib, a_used, b_used; local
316 for (ib = 1; ib < b_used; ib++) {
321 s_bmul_d_add(MP_DIGITS(a), a_used, b_i, MP_DIGITS(c) + ib);
323 MP_DIGIT(c, ib + a_used) = b_i;
H A Dmpi.c818 mp_size ib; local
874 for (ib = 1; ib < usedb; ib++) {
879 s_mpv_mul_d_add(MP_DIGITS(a), useda, b_i, MP_DIGITS(c) + ib);
881 MP_DIGIT(c, ib + useda) = b_i;
3671 mp_size ib; local
3689 for(ib = 0, ia = offset; ib < lim; ib
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSourceLabel.java52 Rectangle2D ib; field in class:TextSourceLabel
103 if (ib == null) {
104 ib = createItalicBounds();
106 return new Rectangle2D.Float((float)(ib.getX() + x),
107 (float)(ib.getY() + y),
108 (float)ib.getWidth(),
109 (float)ib.getHeight());
H A DExtendedTextSourceLabel.java70 Rectangle2D ib; field in class:ExtendedTextSourceLabel
161 if (ib == null) {
162 ib = createItalicBounds();
164 return new Rectangle2D.Float((float)(ib.getX() + x),
165 (float)(ib.getY() + y),
166 (float)ib.getWidth(),
167 (float)ib.getHeight());
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor.cpp98 le_int32 ia, ib, ic, id, ix, x; local
154 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
168 glyphStorage.setCharIndex(lastGlyph, ib, success);
175 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
188 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
289 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
306 glyphStorage.setCharIndex(lastGlyph, ib, success);
314 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
330 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
345 ib
[all...]
H A DIndicRearrangementProcessor2.cpp95 le_int32 ia, ib, ic, id, ix, x; local
151 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
165 glyphStorage.setCharIndex(lastGlyph, ib, success);
172 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
185 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
286 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
303 glyphStorage.setCharIndex(lastGlyph, ib, success);
311 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
327 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
342 ib
[all...]
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java380 void copyAttrForCode(InjectBytecodes ib) throws IOException { argument
385 ib.copyLineNumberAttr();
387 ib.copyLocalVarAttr();
445 InjectBytecodes ib = new InjectBytecodes(c, codeLength, className, methodName);
448 ib.injectAfter(opc_new, allocInjector);
449 ib.injectAfter(opc_newarray, allocInjector);
450 ib.injectAfter(opc_anewarray, allocInjector);
451 ib.injectAfter(opc_multianewarray, allocInjector);
454 ib.inject(0, callInjector.bytecodes(className, methodName, 0));
457 ib
[all...]
/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java121 Result(ByteBuffer ib, CharBuffer ob, CoderResult cr) { argument
122 ipos = ib.position();
123 ia = toArray(ib);
125 direct = ib.isDirect();
194 Result recode(ByteBuffer ib, CharBuffer ob) { argument
197 ib.clear(); // Prepare to read
202 CoderResult cr = coder.decode(ib, ob, false);
203 equal(ib.limit(), ib.capacity());
205 Result r = new Result(ib, o
[all...]
H A DFindEncoderBugs.java128 Result(CharBuffer ib, ByteBuffer ob, CoderResult cr) { argument
129 ipos = ib.position();
130 ia = toArray(ib);
132 direct = ib.isDirect();
293 // for (CharBuffer ib : new CharBuffer[] { rib, dib }) {
294 // Result r = recode(ib, rob);
310 // for (CharBuffer ib : new CharBuffer[] { rib, dib }) {
311 // Result r = recode(ib, rob);
318 // ib.position() == 2))) {
328 Result recode(CharBuffer ib, ByteBuffe argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c752 int ir, ig, ib; local
772 for (ib = 0; ib < num_blue; ib++)
774 int d_index = index_g | ib;
775 /* int db = abs(ib - b); */
776 int db = ((ib > b) ? ib - b : b - ib);

Completed in 75 milliseconds