Searched defs:dst (Results 76 - 100 of 358) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1SATBCardTableModRefBS.hpp80 template <class T> void write_ref_array_pre_work(T* dst, int count);
81 virtual void write_ref_array_pre(oop* dst, int count, bool dest_uninitialized) { argument
83 write_ref_array_pre_work(dst, count);
86 virtual void write_ref_array_pre(narrowOop* dst, int count, bool dest_uninitialized) { argument
88 write_ref_array_pre_work(dst, count);
/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.hpp135 virtual void write_ref_array_pre(oop* dst, int length, argument
137 virtual void write_ref_array_pre(narrowOop* dst, int length, argument
/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.hpp107 intptr_t *dst = (intptr_t *) _cb->insts_end(); local
108 _cb->set_insts_end((address) (dst + 1));
109 *dst = value;
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.inline.hpp64 extern "C" void _Atomic_move_long_v8(volatile jlong* src, volatile jlong* dst);
65 extern "C" void _Atomic_move_long_v9(volatile jlong* src, volatile jlong* dst);
67 inline void Atomic_move_long(volatile jlong* src, volatile jlong* dst) { argument
70 _Atomic_move_long_v9(src, dst);
74 _Atomic_move_long_v9(src, dst);
76 _Atomic_move_long_v8(src, dst);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/util/
H A DSingleByteEncoder.java75 private CoderResult encodeArrayLoop(CharBuffer src, ByteBuffer dst) { argument
80 byte[] da = dst.array();
81 int dp = dst.arrayOffset() + dst.position();
82 int dl = dst.arrayOffset() + dst.limit();
112 dst.position(dp - dst.arrayOffset());
116 private CoderResult encodeBufferLoop(CharBuffer src, ByteBuffer dst) { argument
128 if (!dst
148 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert.c35 * mlib_status mlib_ImageChannelInsert(mlib_image *dst,
40 * dst Pointer to destination image.
51 * The src and dst must have the same width, height and data type.
52 * The src and dst can have 1, 2, 3 or 4 channels.
53 * The src and dst can be either MLIB_BYTE, MLIB_SHORT, MLIB_INT,
70 mlib_u8 *dst, mlib_s32 dlb,
77 mlib_d64 *dst, mlib_s32 dlb,
84 mlib_s16 *dst, mlib_s32 dlb,
91 mlib_s32 *dst, mlib_s32 dlb,
98 mlib_u8 *dst,
290 mlib_v_ImageChannelInsert(mlib_image *dst, mlib_image *src, mlib_s32 cmask) argument
[all...]
H A Dmlib_v_ImageConvCopyEdge.c30 * mlib_ImageConvCopyEdge - Copy src edges to dst edges
34 * mlib_status mlib_ImageConvCopyEdge(mlib_image *dst,
43 * dst Pointer to an dst image.
58 * The src and the dst must be the same type, same width, same height and have same number
60 * overwritten. If both src and dst have just one channel,
64 * Copy src edges to dst edges.
67 * If src and dst have just one channel,
76 static void mlib_ImageConvCopyEdge_U8(mlib_image *dst,
85 static void mlib_ImageConvCopyEdge_U8_3(mlib_image *dst,
208 mlib_ImageConvCopyEdge(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
321 mlib_ImageConvCopyEdge_U8(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask, mlib_s32 nchan) argument
399 mlib_ImageConvCopyEdge_U8_3(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
519 mlib_ImageConvCopyEdge_S16(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask, mlib_s32 nchan) argument
594 mlib_ImageConvCopyEdge_S16_3(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
714 mlib_ImageConvCopyEdge_S32(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask, mlib_s32 nchan) argument
787 mlib_ImageConvCopyEdge_S32_3(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
907 mlib_ImageConvCopyEdge_S32_4(mlib_image *dst, const mlib_image *src, mlib_s32 dx_l, mlib_s32 dx_r, mlib_s32 dy_t, mlib_s32 dy_b, mlib_s32 cmask) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageConstLogic.h54 mlib_u8 *dp, *dl;/* pointers for pixel and line of dst */ \
57 mlib_s32 strided; /* for dst */ \
61 MLIB_IMAGE_SIZE_EQUAL(dst,src); \
62 MLIB_IMAGE_TYPE_EQUAL(dst,src); \
63 MLIB_IMAGE_CHAN_EQUAL(dst,src); \
65 dp = (mlib_u8 *) mlib_ImageGetData(dst); \
67 height = mlib_ImageGetHeight(dst); \
68 width = mlib_ImageGetWidth(dst); \
70 strided = mlib_ImageGetStride(dst); \
71 nchannels = mlib_ImageGetChannels(dst); \
146 mlib_v_ImageConstLogic(mlib_image *dst, mlib_image *src, mlib_s32 *c) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DVolatileSurfaceManager.java193 static void handleVItoScreenOp(SurfaceData src, SurfaceData dst) { argument
195 dst instanceof GDIWindowSurfaceData)
205 GDIWindowSurfaceData wsd = (GDIWindowSurfaceData)dst;
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIBlitLoops.java122 public native void nativeBlit(SurfaceData src, SurfaceData dst, argument
137 public void Blit(SurfaceData src, SurfaceData dst, argument
141 nativeBlit(src, dst, clip, sx, sy, dx, dy, w, h,
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSourceChannelImpl.java112 public int read(ByteBuffer dst) throws IOException { argument
114 return sc.read(dst);
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java93 ByteBuffer dst = (rand.nextBoolean()) ?
96 readAll(ch, dst, 0L);
100 dst.flip();
101 if (!src.equals(dst)) {
140 ByteBuffer dst = (rand.nextBoolean()) ?
146 Future<Integer> result = ch.read(dst, position);
161 dst.flip();
162 if (!src.equals(dst)) {
575 final ByteBuffer dst,
581 ch.read(dst, positio
574 readAll(final AsynchronousFileChannel ch, final ByteBuffer dst, long position) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DConvert.java87 * Return first index in `dst' past the last copied char.
90 * @param dst The array holding the converted characters..
96 char[] dst, int dindex,
111 dst[j++] = (char)b;
122 char[] dst = new char[len];
123 int len1 = utf2chars(src, sindex, dst, 0, len);
125 System.arraycopy(dst, 0, result, 0, len1);
143 char dst[] = new char[len];
144 int len1 = utf2chars(src, sindex, dst, 0, len);
145 return new String(dst,
95 utf2chars(byte[] src, int sindex, char[] dst, int dindex, int len) argument
167 chars2utf(char[] src, int sindex, byte[] dst, int dindex, int len) argument
[all...]
/openjdk7/jdk/src/share/native/java/io/
H A DObjectInputStream.c43 * float values are written to array dst starting at dstpos.
50 jfloatArray dst,
76 if (dst == NULL) {
81 floats = (*env)->GetPrimitiveArrayCritical(env, dst, NULL);
100 (*env)->ReleasePrimitiveArrayCritical(env, dst, floats, 0);
110 * resulting double values are written to array dst starting at dstpos.
117 jdoubleArray dst,
144 if (dst == NULL) {
149 doubles = (*env)->GetPrimitiveArrayCritical(env, dst, NULL);
173 (*env)->ReleasePrimitiveArrayCritical(env, dst, double
46 Java_java_io_ObjectInputStream_bytesToFloats(JNIEnv *env, jclass this, jbyteArray src, jint srcpos, jfloatArray dst, jint dstpos, jint nfloats) argument
113 Java_java_io_ObjectInputStream_bytesToDoubles(JNIEnv *env, jclass this, jbyteArray src, jint srcpos, jdoubleArray dst, jint dstpos, jint ndoubles) argument
[all...]
H A DObjectOutputStream.c42 * dst starting at offset dstpos.
49 jbyteArray dst,
76 if (dst == NULL) {
81 bytes = (*env)->GetPrimitiveArrayCritical(env, dst, NULL);
104 (*env)->ReleasePrimitiveArrayCritical(env, dst, bytes, 0);
114 * array dst starting at offset dstpos.
121 jbyteArray dst,
148 if (dst == NULL) {
153 bytes = (*env)->GetPrimitiveArrayCritical(env, dst, NULL);
182 (*env)->ReleasePrimitiveArrayCritical(env, dst, byte
45 Java_java_io_ObjectOutputStream_floatsToBytes(JNIEnv *env, jclass this, jfloatArray src, jint srcpos, jbyteArray dst, jint dstpos, jint nfloats) argument
117 Java_java_io_ObjectOutputStream_doublesToBytes(JNIEnv *env, jclass this, jdoubleArray src, jint srcpos, jbyteArray dst, jint dstpos, jint ndoubles) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffine.c32 * mlib_status mlib_ImageAffine(mlib_image *dst,
39 * dst Pointer to destination image
68 * src and dst must be the same type and the same number of channels.
147 mlib_status mlib_ImageAffine_alltypes(mlib_image *dst, argument
163 MLIB_IMAGE_TYPE_EQUAL(src, dst);
164 MLIB_IMAGE_CHAN_EQUAL(src, dst);
166 type = mlib_ImageGetType(dst);
167 nchan = mlib_ImageGetChannels(dst);
193 res = mlib_AffineEdges(param, dst, src, buff_lcl, BUFF_SIZE,
230 mlib_s32 d_bitoff = mlib_ImageGetBitOffset(dst);
340 mlib_ImageAffine(mlib_image *dst, const mlib_image *src, const mlib_d64 *mtx, mlib_filter filter, mlib_edge edge) argument
[all...]
H A Dmlib_ImageConvMxN.c32 * mlib_status mlib_ImageConvMxN(mlib_image *dst,
44 * dst Pointer to destination image.
63 * The unselected channels are not overwritten. If both src and dst have
73 * The src and the dst must be the same type and have same number
93 mlib_status mlib_ImageConvMxN(mlib_image *dst, argument
104 MLIB_IMAGE_CHECK(dst);
106 switch (mlib_ImageGetType(dst)) {
127 return mlib_ImageConvMxN_f(dst, src, kernel, m, n, dm, dn, scale, cmask, edge);
131 mlib_status mlib_ImageConvMxN_f(mlib_image *dst, argument
155 mlib_ImageClippingMxN(dst_i, src_i, dst_e, src_e, edg_sizes, dst, sr
[all...]
/openjdk7/jdk/test/javax/imageio/plugins/gif/
H A DEncodeSubImageTest.java97 BufferedImage dst = null;
99 dst = ImageIO.read(f);
104 if (dst == null) {
105 throw new RuntimeException("Test FAILED: no dst image available.");
108 checkPixel(dst, 0, 0, isSubsampled);
110 checkPixel(dst, img.getWidth() / 2, img.getHeight() / 2, isSubsampled);
113 private void checkPixel(BufferedImage dst, int x, int y, argument
121 int dst_rgb = dst.getRGB(dx, dy);
125 throw new RuntimeException("Test FAILED: invalid color in dst");
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DDBCS_IBM_EBCDIC_Decoder.java71 private CoderResult decodeArrayLoop(ByteBuffer src, CharBuffer dst) { argument
77 char[] da = dst.array();
78 int dp = dst.arrayOffset() + dst.position();
79 int dl = dst.arrayOffset() + dst.limit();
146 dst.position(dp - dst.arrayOffset());
150 private CoderResult decodeBufferLoop(ByteBuffer src, CharBuffer dst) { argument
207 if (!dst
219 decodeLoop(ByteBuffer src, CharBuffer dst) argument
[all...]
H A DDBCS_IBM_EBCDIC_Encoder.java109 private CoderResult encodeArrayLoop(CharBuffer src, ByteBuffer dst) { argument
113 byte[] da = dst.array();
114 int dp = dst.arrayOffset() + dst.position();
115 int dl = dst.arrayOffset() + dst.limit();
176 dst.position(dp - dst.arrayOffset());
180 private CoderResult encodeBufferLoop(CharBuffer src, ByteBuffer dst) { argument
213 if (dst
246 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DDoubleByteEncoder.java87 private CoderResult encodeArrayLoop(CharBuffer src, ByteBuffer dst) { argument
91 byte[] da = dst.array();
92 int dp = dst.arrayOffset() + dst.position();
93 int dl = dst.arrayOffset() + dst.limit();
146 dst.position(dp - dst.arrayOffset());
150 private CoderResult encodeBufferLoop(CharBuffer src, ByteBuffer dst) { argument
167 if (dst
206 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSTransform.java157 public void colorConvert(BufferedImage src, BufferedImage dst) { argument
159 LCMSImageLayout.isSupported(dst))
162 doTransform(new LCMSImageLayout(src), new LCMSImageLayout(dst));
170 WritableRaster dstRas = dst.getRaster();
172 ColorModel dstCM = dst.getColorModel();
223 // TODO check for src npixels = dst npixels
257 // convert dst scanline
318 // convert dst scanline
338 public void colorConvert(Raster src, WritableRaster dst, argument
343 // Can't pass src and dst directl
447 colorConvert(Raster src, WritableRaster dst) argument
591 colorConvert(short[] src, short[] dst) argument
616 colorConvert(byte[] src, byte[] dst) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_32Coder.java64 protected CoderResult decodeLoop(ByteBuffer src, CharBuffer dst) { argument
92 if (!dst.hasRemaining())
95 dst.put((char) cp);
97 if (dst.remaining() < 2)
100 dst.put(Character.highSurrogate(cp));
101 dst.put(Character.lowSurrogate(cp));
121 protected void put(int cp, ByteBuffer dst) { argument
123 dst.put((byte)(cp >> 24));
124 dst.put((byte)(cp >> 16));
125 dst
145 encodeLoop(CharBuffer src, ByteBuffer dst) argument
[all...]
H A DUnicodeDecoder.java67 protected CoderResult decodeLoop(ByteBuffer src, CharBuffer dst) { argument
107 if (dst.remaining() < 2)
110 dst.put(c);
111 dst.put(c2);
118 if (!dst.hasRemaining())
121 dst.put(c);
H A DUnicodeEncoder.java58 private void put(char c, ByteBuffer dst) { argument
60 dst.put((byte)(c >> 8));
61 dst.put((byte)(c & 0xff));
63 dst.put((byte)(c & 0xff));
64 dst.put((byte)(c >> 8));
70 protected CoderResult encodeLoop(CharBuffer src, ByteBuffer dst) { argument
74 if (dst.remaining() < 2)
76 put(BYTE_ORDER_MARK, dst);
83 if (dst.remaining() < 2)
86 put(c, dst);
[all...]

Completed in 1482 milliseconds

1234567891011>>