Searched defs:p1 (Results 126 - 150 of 193) sorted by relevance

12345678

/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c104 compareDetails(const void *p1, const void *p2) argument
106 return ((ClassDetails*)p2)->space - ((ClassDetails*)p1)->space;
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdphuff.c449 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
476 (*block)[0] |= p1;
499 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ local
550 s = p1; /* newly nonzero coef is positive */
574 if ((*thiscoef & p1) == 0) { /* do nothing if already set it */
576 *thiscoef += p1;
608 if ((*thiscoef & p1) == 0) { /* do nothing if already changed it */
610 *thiscoef += p1;
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java40 private static void same(Provider p1, Provider p2) throws Exception { argument
41 if (p1 != p2) {
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java24 TestJPanel p1, p2; field in class:bug4337267
62 assertEquals(p1.image, p2.image);
98 injectComponent(p1, area1, false);
112 injectComponent(p1, label1, false);
126 injectComponent(p1, label1, false);
163 p1 = new TestJPanel();
164 p1.setPreferredSize(size);
169 panel.add(p1);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java535 * @param p1 the position to convert >= 0
537 * next character represented by p1, in case the
546 public Shape modelToView(int p0, Position.Bias b0, int p1, argument
548 return view.modelToView(p0, b0, p1, b1, a);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWrappedPlainView.java97 * @param p1 the ending document location to use >= p1
104 protected void drawLine(int p0, int p1, Graphics g, int x, int y) { argument
111 drawText(line, p0, p1, g, x, y);
115 int lastIdx = line.getElementIndex(p1);
119 int end = Math.min(elem.getEndOffset(), p1);
124 throw new StateInvariantError("Can't render: " + p0 + "," + p1);
128 private int drawText(Element elem, int p0, int p1, Graphics g, int x, int y) throws BadLocationException { argument
129 p1 = Math.min(getDocument().getLength(), p1);
175 drawUnselectedText(Graphics g, int x, int y, int p0, int p1) argument
200 drawSelectedText(Graphics g, int x, int y, int p0, int p1) argument
232 calculateBreakPosition(int p0, int p1) argument
306 loadText(Segment segment, int p0, int p1) argument
[all...]
H A DGlyphView.java125 * @param p1 the ending document offset >= p0
128 public Segment getText(int p0, int p1) { argument
135 doc.getText(p0, p1 - p0, text);
304 int p1 = getEndOffset();
305 float width = painter.getSpan(this, p0, p1, expander, x);
325 * @param p1 the ending document offset >= p0
328 public float getPartialSpan(int p0, int p1) { argument
330 float width = painter.getSpan(this, p0, p1, expander, x);
361 private void initSelections(int p0, int p1) { argument
362 int viewPosCount = p1
488 paintTextUsingColor(Graphics g, Shape a, Color c, int p0, int p1) argument
777 getBreakSpot(int p0, int p1) argument
865 createFragment(int p0, int p1) argument
1137 getSpan(GlyphView v, int p0, int p1, TabExpander e, float x) argument
1148 paint(GlyphView v, Graphics g, Shape a, int p0, int p1) argument
1220 getPainter(GlyphView v, int p0, int p1) argument
[all...]
H A DParagraphView.java735 int p1 = v.getEndOffset();
736 float start = findEdgeSpan(v, axis, p0, p0, p1);
737 float end = findEdgeSpan(v, axis, p1, p0, p1);
757 private float findEdgeSpan(View v, int axis, int fp, int p0, int p1) { argument
758 int len = p1 - p0;
771 p1 = mid;
775 return findEdgeSpan(f, axis, fp, p0, p1);
H A DView.java605 * @param p1 the position of the last character (>=0)
618 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException { argument
621 if (p1 == getEndOffset()) {
623 s1 = modelToView(p1, a, b1);
636 s1 = modelToView(p1, a, b1);
915 * @param p1 the ending offset > p0. This should be a value
922 public View createFragment(int p0, int p1) { argument
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArc2D.java863 * line specified by points (p1, p2), the ending angle is tangent to
867 * @param p1 The first point that defines the arc. The starting
868 * angle of the arc is tangent to the line specified by points (p1, p2).
870 * angle of the arc is tangent to the line specified by points (p1, p2).
878 public void setArcByTangent(Point2D p1, Point2D p2, Point2D p3, argument
880 double ang1 = Math.atan2(p1.getY() - p2.getY(),
881 p1.getX() - p2.getX());
992 * @param p1 The <CODE>Point2D</CODE> that defines the arc's
998 public void setAngles(Point2D p1, Point2D p2) { argument
999 setAngles(p1
[all...]
H A DCubicCurve2D.java740 * @param p1 the first specified <code>Point2D</code> used to set the
750 public void setCurve(Point2D p1, Point2D cp1, Point2D cp2, Point2D p2) { argument
751 setCurve(p1.getX(), p1.getY(), cp1.getX(), cp1.getY(),
H A DQuadCurve2D.java571 * @param p1 the start point
576 public void setCurve(Point2D p1, Point2D cp, Point2D p2) { argument
577 setCurve(p1.getX(), p1.getY(),
/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp671 const TypePtr *p1 = t1->isa_ptr(); local
679 return p1->add_offset(p2offset);
H A Dsubnode.cpp641 const TypeOopPtr* p1 = r1->isa_oopptr(); local
642 if (p0 && p1) {
652 ciKlass* klass1 = p1->klass();
653 bool xklass1 = p1->klass_is_exact();
654 int kps = (p0->isa_klassptr()?1:0) + (p1->isa_klassptr()?1:0);
880 const TypeOopPtr* p1 = r1->isa_oopptr(); local
881 if (p0 && p1) {
884 ciKlass* klass1 = p1->klass();
885 bool xklass1 = p1->klass_is_exact();
886 int kps = (p0->isa_klassptr()?1:0) + (p1
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.cpp352 static int sort_in_seq_order(const void* p1, const void* p2) { argument
353 assert(p1 != NULL && p2 != NULL, "Sanity check");
354 const MemPointerRecord* mp1 = (MemPointerRecord*)p1;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntBgr.c737 mlib_f32 *p1 = (mlib_f32*)pixLut + src[(tmpsxloc + sxinc) >> shift]; local
738 ARGB_to_BGR_FL2(dd, *p0, *p1);
739 mask = (((*(mlib_u8*)p0) >> 6) & 2) | ((*(mlib_u8*)p1) >> 7);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPaints.cpp113 jdouble p0, jdouble p1, jdouble p3,
179 mt._21 = (float)p1;
206 params[1] = (jfloat)p1;
432 jfloat p0, jfloat p1, jfloat p3,
459 params[1] = p1;
111 D3DPaints_SetGradientPaint(D3DContext *d3dc, jboolean useMask, jboolean cyclic, jdouble p0, jdouble p1, jdouble p3, jint pixel1, jint pixel2) argument
429 D3DPaints_SetLinearGradientPaint(D3DContext *d3dc, D3DSDOps *dstOps, jboolean useMask, jboolean linear, jint cycleMethod, jint numStops, jfloat p0, jfloat p1, jfloat p3, void *fractions, void *pixels) argument
/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnNegativeTest.java98 public static String s_show(String p1) { return p1;} argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_D64nw.c581 DTYPE p0, p1, p2, p3, p4; local
632 p0 = p2; p1 = p3; p2 = p4;
636 pbuff[j ] += p0*k0 + p1*k1 + p2*k2 + p3*k3;
637 pbuff[j + 1] += p1*k0 + p2*k1 + p3*k2 + p4*k3;
661 p0 = p2; p1 = p3; p2 = p4;
665 dp[0 ] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j];
666 dp[dll] = p1*k0 + p2*k1 + p3*k2 + p4*k3 + pbuff[j + 1];
676 p0 = p2; p1 = p3; p2 = p4;
679 dp[0] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j];
691 p0 = p2; p1
788 DTYPE p0, p1, p2, p3, p4, p5, p6, p7; local
[all...]
H A Dmlib_ImageConv_F32nw.c581 DTYPE p0, p1, p2, p3, p4; local
632 p0 = p2; p1 = p3; p2 = p4;
636 pbuff[j ] += p0*k0 + p1*k1 + p2*k2 + p3*k3;
637 pbuff[j + 1] += p1*k0 + p2*k1 + p3*k2 + p4*k3;
661 p0 = p2; p1 = p3; p2 = p4;
665 dp[0 ] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j];
666 dp[dll] = p1*k0 + p2*k1 + p3*k2 + p4*k3 + pbuff[j + 1];
676 p0 = p2; p1 = p3; p2 = p4;
679 dp[0] = p0*k0 + p1*k1 + p2*k2 + p3*k3 + pbuff[j];
691 p0 = p2; p1
788 DTYPE p0, p1, p2, p3, p4, p5, p6, p7; local
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscam02.c276 cmsFloat64Number t, e, p1, p2, p3, p4, p5, hr, d2r; local
289 p1 = e / t;
296 p4 = p1 / sin(hr);
304 p5 = p1 / cos(hr);
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DThreeD.java172 /** Add a line from vertex p1 to vertex p2 */
173 void add(int p1, int p2) { argument
175 if (p1 >= nvert || p2 >= nvert) {
189 if (p1 > p2) {
190 int t = p1;
191 p1 = p2;
194 con[i] = (p1 << 16) | p2;
279 int p1 = c[i];
280 if (pp1 != p1) {
281 c[d] = p1;
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java520 int p1 = getEndOffset();
521 if ((pos >= p0) && (pos <= p1)) {
523 if (pos == p1) {
973 public Segment getText(int p0, int p1) { argument
974 if (p0 < 0 || p1 > segment.array.length) {
978 segment.count = p1 - p0;
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp496 unsigned char* p1 = p; local
498 while (p1 < end) {
499 unsigned char* p0 = p1;
500 p1 += pd_instruction_alignment();
501 address bucket_pc = FlatProfiler::bucket_start_for(p1);
502 if (bucket_pc != NULL && bucket_pc > p0 && bucket_pc <= p1)
/openjdk7/jdk/make/tools/reorder/tools/
H A Dmcount.c300 char *p1, *p2; local
311 p1 = strstr(lastOptions, ";ptr");
312 if (p1 == NULL)
314 p1 += 4;
315 p2 = index(p1, ';');
319 buf = (char *)malloc(p2 - p1 + strlen(sourceFile) + 10);
320 strncpy(buf, p1, p2 - p1);
321 buf[p2-p1] = '/';
322 strcpy(buf + (p2 - p1)
[all...]

Completed in 253 milliseconds

12345678