Searched defs:c1 (Results 26 - 50 of 81) sorted by relevance

1234

/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestRSA.java231 Cipher c1, c2;
235 c1 = Cipher.getInstance(algo, prov);
249 testEncryption(c1, c2, kp, data);
261 Cipher c1, c2;
265 c1 = Cipher.getInstance(algo, prov);
285 testEncryption(c1, c2, kp[h], data);
290 private static void testEncryption(Cipher c1, Cipher c2, KeyPair kp, byte[] data) argument
296 c1.init(Cipher.ENCRYPT_MODE, kp.getPublic());
297 out1 = c1.doFinal(data);
313 c1
[all...]
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestC2.java46 public abstract C0<T> mc1t(T t, C0<T> c1t, C0 c1); argument
88 public abstract <T> C0<T> mc1t(T3 t3, C0<T> c1t, C0 c1); argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageAffine_BC.c115 mlib_d64 c0, c1, c2, c3, val0; variable
158 c1 = (mlib_U82D64[srcPixelPtr[0]] * xf0 + mlib_U82D64[srcPixelPtr[1]] * xf1 +
175 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
200 c1 = (mlib_U82D64[srcPixelPtr[0]] * xf0 + mlib_U82D64[srcPixelPtr[1]] * xf1 +
209 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
235 mlib_d64 c0, c1, c2, c3, val0; variable
283 c1 = (mlib_U82D64[srcPixelPtr[0]] * xf0 + mlib_U82D64[srcPixelPtr[2]] * xf1 +
300 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
325 c1 = (mlib_U82D64[srcPixelPtr[0]] * xf0 + mlib_U82D64[srcPixelPtr[2]] * xf1 +
334 val0 = (c0 * yf0 + c1 * yf
361 mlib_d64 c0, c1, c2, c3, val0; variable
487 mlib_d64 c0, c1, c2, c3, val0; variable
640 mlib_s32 c0, c1, c2, c3, val0; variable
757 mlib_s32 c0, c1, c2, c3, val0; variable
880 mlib_s32 c0, c1, c2, c3, val0; variable
1003 mlib_s32 c0, c1, c2, c3, val0; variable
[all...]
H A Dmlib_c_ImageAffine_BC_S16.c109 mlib_d64 c0, c1, c2, c3, val0; variable
155 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
171 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
200 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
208 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
231 mlib_d64 c0, c1, c2, c3, val0; variable
282 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
298 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
327 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
335 val0 = (c0 * yf0 + c1 * yf
359 mlib_d64 c0, c1, c2, c3, val0; variable
487 mlib_d64 c0, c1, c2, c3, val0; variable
631 mlib_s32 c0, c1, c2, c3, val0; variable
753 mlib_s32 c0, c1, c2, c3, val0; variable
881 mlib_s32 c0, c1, c2, c3, val0; variable
1009 mlib_s32 c0, c1, c2, c3, val0; variable
[all...]
H A Dmlib_c_ImageAffine_BC_U16.c114 mlib_d64 c0, c1, c2, c3, val0; variable
160 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
176 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
205 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
213 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
237 mlib_d64 c0, c1, c2, c3, val0; variable
288 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
304 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
333 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
341 val0 = (c0 * yf0 + c1 * yf
366 mlib_d64 c0, c1, c2, c3, val0; variable
495 mlib_d64 c0, c1, c2, c3, val0; variable
640 mlib_s32 c0, c1, c2, c3, val0; variable
763 mlib_s32 c0, c1, c2, c3, val0; variable
892 mlib_s32 c0, c1, c2, c3, val0; variable
1021 mlib_s32 c0, c1, c2, c3, val0; variable
[all...]
H A Dmlib_ImageAffine_BC_D64.c154 FTYPE c0, c1, c2, c3, val0; variable
190 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
198 CREATE_COEF_BICUBIC(X, Y, val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3));
225 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
233 CREATE_COEF_BICUBIC_2(X, Y, val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3));
255 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
263 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
281 FTYPE c0, c1, c2, c3, val0; variable
323 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
331 CREATE_COEF_BICUBIC(X1, Y1, val0 = (c0 * yf0 + c1 * yf
415 FTYPE c0, c1, c2, c3, val0; variable
549 FTYPE c0, c1, c2, c3, val0; variable
[all...]
H A Dmlib_ImageAffine_BC_F32.c154 FTYPE c0, c1, c2, c3, val0; variable
190 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
198 CREATE_COEF_BICUBIC(X, Y, val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3));
225 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
233 CREATE_COEF_BICUBIC_2(X, Y, val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3));
255 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
263 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
281 FTYPE c0, c1, c2, c3, val0; variable
323 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
331 CREATE_COEF_BICUBIC(X1, Y1, val0 = (c0 * yf0 + c1 * yf
415 FTYPE c0, c1, c2, c3, val0; variable
549 FTYPE c0, c1, c2, c3, val0; variable
[all...]
H A Dmlib_ImageAffine_BC_S32.c154 FTYPE c0, c1, c2, c3, val0; variable
192 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
200 CREATE_COEF_BICUBIC(X, Y, val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3));
227 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
235 CREATE_COEF_BICUBIC_2(X, Y, val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3));
257 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
265 val0 = (c0 * yf0 + c1 * yf1 + c2 * yf2 + c3 * yf3);
283 FTYPE c0, c1, c2, c3, val0; variable
327 c1 = (s4 * xf0 + s5 * xf1 + s6 * xf2 + s7 * xf3);
335 CREATE_COEF_BICUBIC(X1, Y1, val0 = (c0 * yf0 + c1 * yf
420 FTYPE c0, c1, c2, c3, val0; variable
557 FTYPE c0, c1, c2, c3, val0; variable
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsmtrx.c160 cmsFloat64Number det, c0, c1, c2; local
163 c1 = -a -> v[1].n[0]*a -> v[2].n[2] + a -> v[1].n[2]*a -> v[2].n[0];
166 det = a -> v[0].n[0]*c0 + a -> v[0].n[1]*c1 + a -> v[0].n[2]*c2;
173 b -> v[1].n[0] = c1/det;
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java82 protected boolean isLabelAndNonlabel(JComponent c1, JComponent c2, argument
86 boolean c1Label = (c1 instanceof JLabel);
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DImageComparator.java55 public boolean compare(int c1, int c2) { argument
56 int d1 = Math.abs(((c1&bMask)>>bShift) - ((c2&bMask)>>bShift));
57 int d2 = Math.abs(((c1&gMask)>>gShift) - ((c2&gMask)>>gShift));
58 int d3 = Math.abs(((c1&rMask)>>rShift) - ((c2&rMask)>>rShift));
85 public boolean compare(Color c1, Color c2) { argument
86 return compare(c1.getRed(), c1.getGreen(), c1.getBlue(),
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedPaints.java157 Color c1, Color c2,
163 int pixel1 = pc.rgbToPixel(c1.getRGB(), null);
156 setGradientPaint(RenderQueue rq, AffineTransform at, Color c1, Color c2, Point2D pt1, Point2D pt2, boolean isCyclic, boolean useMask) argument
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DSJIS.java92 protected char decodeDouble(int c1, int c2) { argument
94 int rowOffset = c1 < 0xA0 ? 0x70 : 0xB0;
96 int b1 = ((c1 - rowOffset) << 1) - adjust;
157 int c1 = (pos >> 8) & 0xff;
159 int rowOffset = c1 < 0x5F ? 0x70 : 0xB0;
160 int cellOffset = (c1 % 2 == 1) ? (c2 > 0x5F ? 0x20 : 0x1F) : 0x7E;
161 return ((((c1 + 1 ) >> 1) + rowOffset) << 8) | (c2 + cellOffset);
H A DEUC_TW.java107 char[] c1 = new char[1]; field in class:EUC_TW.Decoder
110 return decode(b1, b2, p, c1, c2);
149 static char[] decode(int b1, int b2, int p, char[] c1, char[] c2) argument
158 c1[0] = c;
159 return c1;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalUtils.java192 * r1 r2 c1 c2 c3. The gradient is broken down into four chunks drawn
195 * <li>Gradient r1 % of the size from c1 to c2
197 * <li>Gradient r1 % of the size from c2 to c1
198 * <li>The remaining size will be filled with a gradient from c1 to c3.
322 float ratio2, Color c1,Color c2,
327 g.setPaint(getGradient((float)0, (float)0, c1, (float)0,
337 (float)0, (float)mid * 2 + mid2, c1));
341 g.setPaint(getGradient((float)0, (float)mid * 2 + mid2, c1,
348 float ratio2, Color c1,Color c2,
353 g.setPaint(getGradient((float)0, (float)0, c1,
321 drawVerticalGradient(Graphics2D g, float ratio1, float ratio2, Color c1,Color c2, Color c3, int w, int h) argument
347 drawHorizontalGradient(Graphics2D g, float ratio1, float ratio2, Color c1,Color c2, Color c3, int w, int h) argument
373 getGradient(float x1, float y1, Color c1, float x2, float y2, Color c2) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJFormatter.java151 private boolean needSpace(char c1, char c2) { argument
152 if ((c1 == ']') && (c2 == '{')) return true;
153 if (c1 == ';') return true;
154 if (c1 == CLOSE_TYPE_ARGS) {
160 if ((c1 == ')') && (c2 == '{')) return true;
161 if ((c1 == ',') || (c1 == '=')) return true;
163 if (Character.isDigit(c1)) {
168 if (Character.isJavaIdentifierPart(c1)) {
181 switch (c1) {
[all...]
/openjdk7/jdk/src/windows/instrument/
H A DFileSystemSupport_md.c279 char c0, c1; local
284 c1 = (n > 1) ? path[1] : 0;
286 if (c1 == slash) return 2; /* Absolute UNC pathname "\\\\foo" */
289 if (isLetter(c0) && (c1 == ':')) {
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4769350.java268 static Client c1,c2,c3,c4,c5,c6,c7,c8,c9; field in class:B4769350
273 c1 = new Client (authority, "/test/realm1/t1a", false);
278 c1.start(); c2.start();
281 c1.join(); c2.join(); c3.join(); c4.join();
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DGraphicsTest.java185 Color c1,
190 g.setColor(c1);
192 if (g.getColor() == c1) {
195 g.setColor(c1);
179 arcSteps(Graphics g, int step, int x, int y, int w, int h, Color c1, Color c2) argument
/openjdk7/jdk/test/java/util/Collection/
H A DBiggernYours.java39 static void compareCollections(Collection c1, Collection c2) { argument
40 Object[] c1Array = c1.toArray();
108 static void testCollections(Collection c1, Collection c2) { argument
110 compareCollections(c1, c2);
112 for (Collection c : new Collection[]{c1, c2})
114 compareCollections(c1, c2);
116 } catch (Throwable t) { unexpected(t, c1); }
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DDrawBufImgOp.java390 private static boolean isSameColor(Color c1, Color c2, int e) { argument
391 int r1 = c1.getRed();
392 int g1 = c1.getGreen();
393 int b1 = c1.getBlue();
H A DGradientPaints.java292 private static boolean isSameColor(Color c1, Color c2, int e) { argument
293 int r1 = c1.getRed();
294 int g1 = c1.getGreen();
295 int b1 = c1.getBlue();
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DReflection.java200 private static boolean isSameClassPackage(Class c1, Class c2) { argument
201 return isSameClassPackage(c1.getClassLoader(), c1.getName(),
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder2.java111 public static int getHorizontalParams(double c0, double cp, double c1, argument
113 if (c0 <= cp && cp <= c1) {
117 c1 -= cp;
118 double denom = c0 + c1;
119 // If denom == 0 then cp == (c0+c1)/2 and we have a line.
H A DOrder3.java162 double cp1, double c1,
164 if (c0 <= cp0 && cp0 <= cp1 && cp1 <= c1) {
167 c1 -= cp1;
172 ret[2] = (c1 - cp1 - cp1 + cp0);
161 getHorizontalParams(double c0, double cp0, double cp1, double c1, double ret[]) argument

Completed in 94 milliseconds

1234