Searched defs:src (Results 176 - 200 of 510) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpChannel.java822 * @param src
857 public abstract int send(ByteBuffer src, MessageInfo messageInfo) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp227 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
230 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp199 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
206 address orig_addr = old_addr_for(addr(), src, dest);
221 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
228 address orig_addr = old_addr_for(addr(), src, dest);
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Datomic_bsd_zero.inline.hpp309 inline jlong Atomic::load(volatile jlong* src) { argument
311 os::atomic_copy64(src, &dest);
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Datomic_linux_zero.inline.hpp303 inline jlong Atomic::load(volatile jlong* src) { argument
305 os::atomic_copy64(src, &dest);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.inline.hpp126 inline jlong Atomic::load(volatile jlong* src) { return *src; } argument
154 extern "C" void _Atomic_move_long(volatile jlong* src, volatile jlong* dst);
156 inline jlong Atomic::load(volatile jlong* src) { argument
158 _Atomic_move_long(src, &dest);
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Datomic_windows_x86.inline.hpp140 inline jlong Atomic::load(volatile jlong* src) { return *src; } argument
258 inline jlong Atomic::load(volatile jlong* src) { argument
262 mov eax, src
271 volatile jlong* src = &store_value; local
273 mov eax, src
/openjdk7/hotspot/test/compiler/6431242/
H A DTest.java67 public void test_copy_ints(int[] dst, int[] src) { argument
68 for(int i=0; i<src.length; i++) {
69 dst[i] = Integer.reverseBytes(src[i]);
73 public void test_copy_ints_reversed(int[] dst, int[] src) { argument
74 for (int i=0; i<src.length; i++) {
75 dst[i] = 1 + Integer.reverseBytes(src[i]);
79 public void test_copy_ints_store_reversed(int[] dst, int[] src) { argument
80 for(int i=0; i<src.length; i++) {
81 dst[i] = Integer.reverseBytes(1 + src[i]);
85 public void test_copy_longs(long[] dst, long[] src) { argument
91 test_copy_longs_reversed(long[] dst, long[] src) argument
97 test_copy_longs_store_reversed(long[] dst, long[] src) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLFrameElement.java101 * A URI designating the initial frame contents. See the src attribute
105 public void setSrc(String src); argument
H A DHTMLIFrameElement.java108 * A URI designating the initial frame contents. See the src attribute
112 public void setSrc(String src); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java586 * Copies location information attached to the "src" node to the "dst" node.
588 private void copyLocators( Element src, Element dst ) { argument
590 dst, forest.locatorTable.getStartLocation(src) );
592 dst, forest.locatorTable.getEndLocation(src) );
595 Element[] srcChilds = DOMUtils.getChildElements(src);
H A DSCDBasedBindingSet.java95 private final @NotNull Element src; field in class:SCDBasedBindingSet.Target
102 private Target(Target parent, Element src, SCD scd) { argument
110 this.src = src;
138 if(src.getAttributeNode("if-exists")!=null) {
143 reportError( src, Messages.format(Messages.ERR_SCD_EVALUATED_EMPTY,scd) );
155 reportError( src, Messages.format(Messages.ERR_SCD_MATCHED_MULTIPLE_NODES,scd,childNodes.size()) );
210 Target createNewTarget(Target parent, Element src, SCD scd) { argument
211 return new Target(parent,src,scd);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXmlUtil.java225 T identityTransform(Source src, T result) throws TransformerException, SAXException, ParserConfigurationException, IOException { argument
226 if (src instanceof StreamSource) {
229 StreamSource ssrc = (StreamSource) src;
237 newTransformer().transform(src, result);
242 private static InputSource toInputSource(StreamSource src) { argument
244 is.setByteStream(src.getInputStream());
245 is.setCharacterStream(src.getReader());
246 is.setPublicId(src.getPublicId());
247 is.setSystemId(src.getSystemId());
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract.c34 * mlib_image *src,
38 * src Pointer to source image.
48 * The src and dst must have the same width, height and data type.
49 * The src and dst can have 1, 2, 3 or 4 channels.
50 * The src and dst can be either MLIB_BYTE, MLIB_SHORT, MLIB_INT,
66 mlib_v_ImageChannelExtract_U8(mlib_u8 *src, mlib_s32 slb,
72 mlib_v_ImageChannelExtract_S16(mlib_u16 *src, mlib_s32 slb,
78 mlib_v_ImageChannelExtract_S32(mlib_s32 *src, mlib_s32 slb,
84 mlib_v_ImageChannelExtract_D64(mlib_d64 *src, mlib_s32 slb,
136 mlib_v_ImageChannelExtract_U8_21_A8D1X8(mlib_u8 *src,
331 mlib_v_ImageChannelExtract(mlib_image *dst, mlib_image *src, mlib_s32 cmask) argument
[all...]
H A Dmlib_v_ImageLookUpSIS16S32Func.c33 static void mlib_v_ImageLookUpSI_S16_S32_2_D1(const mlib_s16 *src,
38 static void mlib_v_ImageLookUpSI_S16_S32_3_D1(const mlib_s16 *src,
43 static void mlib_v_ImageLookUpSI_S16_S32_4_D1(const mlib_s16 *src,
49 void mlib_v_ImageLookUpSI_S16_S32_2_D1(const mlib_s16 *src, argument
65 sa = (mlib_s32*)src;
112 void mlib_v_ImageLookUpSI_S16_S32_2(const mlib_s16 *src, argument
126 sl = (void *)src;
152 void mlib_v_ImageLookUpSI_S16_S32_3_D1(const mlib_s16 *src, argument
170 sa = (mlib_s32*)src;
226 void mlib_v_ImageLookUpSI_S16_S32_3(const mlib_s16 *src, argument
268 mlib_v_ImageLookUpSI_S16_S32_4_D1(const mlib_s16 *src, mlib_f32 *dst, mlib_s32 xsize, const mlib_s32 **table) argument
353 mlib_v_ImageLookUpSI_S16_S32_4(const mlib_s16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s32 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIU16S32Func.c33 static void mlib_v_ImageLookUpSI_U16_S32_2_D1(const mlib_u16 *src,
38 static void mlib_v_ImageLookUpSI_U16_S32_3_D1(const mlib_u16 *src,
43 static void mlib_v_ImageLookUpSI_U16_S32_4_D1(const mlib_u16 *src,
49 void mlib_v_ImageLookUpSI_U16_S32_2_D1(const mlib_u16 *src, argument
65 sa = (mlib_u32 *) src;
112 void mlib_v_ImageLookUpSI_U16_S32_2(const mlib_u16 *src, argument
126 sl = (void *)src;
152 void mlib_v_ImageLookUpSI_U16_S32_3_D1(const mlib_u16 *src, argument
170 sa = (mlib_u32 *) src;
226 void mlib_v_ImageLookUpSI_U16_S32_3(const mlib_u16 *src, argument
268 mlib_v_ImageLookUpSI_U16_S32_4_D1(const mlib_u16 *src, mlib_f32 *dst, mlib_s32 xsize, const mlib_s32 **table) argument
353 mlib_v_ImageLookUpSI_U16_S32_4(const mlib_u16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s32 **table) argument
[all...]
H A Dmlib_v_ImageLookUpU8S32Func.c33 static void mlib_v_ImageLookUp_U8_S32_124_D1(const mlib_u8 *src,
41 static void mlib_v_ImageLookUp_U8_S32_3_D1(const mlib_u8 *src,
49 void mlib_v_ImageLookUp_U8_S32_124_D1(const mlib_u8 *src, argument
66 sa = (mlib_u32 *) src;
128 void mlib_v_ImageLookUp_U8_S32_1(const mlib_u8 *src, argument
141 sl = (void *)src;
169 void mlib_v_ImageLookUp_U8_S32_2(const mlib_u8 *src, argument
182 sl = (void *)src;
221 void mlib_v_ImageLookUp_U8_S32_4(const mlib_u8 *src, argument
234 sl = (void *)src;
293 mlib_v_ImageLookUp_U8_S32_3_D1(const mlib_u8 *src, mlib_f32 *dst, mlib_s32 xsize, const mlib_f32 *table0, const mlib_f32 *table1, const mlib_f32 *table2) argument
380 mlib_v_ImageLookUp_U8_S32_3(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s32 **table) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_GlyphList.c109 mlib_u8 *src = (void*)pixels; local
117 pix = *src++;
122 off = (mlib_s32)src & 7;
123 ss = *(mlib_d64*)(src - off);
131 src += 8;
132 ss = *(mlib_d64*)(src - off);
142 pix = *src++;
176 mlib_u8 *src = (void*)pixels; local
184 pix = *src++;
189 off = (mlib_s32)src
237 mlib_u8 *src = (void*)pixels; local
316 mlib_u8 *src = (void*)pixels; local
[all...]
H A Dvis_GlyphListXor.c111 mlib_u8 *src = (void*)pixels; local
119 pix = *src++;
124 off = (mlib_s32)src & 7;
125 ss = *(mlib_d64*)(src - off);
133 src += 8;
134 ss = *(mlib_d64*)(src - off);
144 pix = *src++;
178 mlib_u8 *src = (void*)pixels; local
186 pix = *src++;
191 off = (mlib_s32)src
239 mlib_u8 *src = (void*)pixels; local
318 mlib_u8 *src = (void*)pixels; local
[all...]
H A Dvis_ThreeByteBgr.c33 0xFF000000 | (src[3*i + 2] << 16) | (src[3*i + 1] << 8) | src[3*i]
77 mlib_u8 *src = srcBase; local
98 mlib_u8 *src = srcBase; local
108 sp = vis_alignaddr(src, 3*i0);
149 mlib_u8 *src = srcBase; local
154 PTR_ADD(src, (syloc >> shift) * srcScan);
173 mlib_u8 *src = srcBase; local
178 PTR_ADD(src, (sylo
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSctpChannelImpl.java136 public int send(ByteBuffer src, MessageInfo messageInfo) argument
/openjdk7/jdk/src/windows/native/java/io/
H A Dcanonicalize_md.c51 before copying bytes from src to send - 1. */
54 cp(char *dst, char *dend, char first, char *src, char *send) argument
56 char *p = src, *q = dst;
78 wcp(WCHAR *dst, WCHAR *dend, WCHAR first, WCHAR *src, WCHAR *send) argument
80 WCHAR *p = src, *q = dst;
235 char *src, *dst, *dend; local
263 src = path; /* Start scanning here */
268 if (isalpha(src[0]) && (src[1] == ':') && (src[
365 char *src, *dst, *dend; local
412 WCHAR *src, *dst, *dend, c; local
532 WCHAR *src, *dst, *dend; local
[all...]
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java99 // prepare a src
100 Path src = getTempPath();
101 String tmpName = src.toString();
102 OutputStream os = Files.newOutputStream(src);
109 provider.newFileSystem(new File(System.getProperty("test.src", ".")).toPath(),
115 provider.newFileSystem(src, new HashMap<String, Object>());
122 Files.copy(src, dst);
123 checkEqual(src, dst);
130 checkEqual(src, dst2);
140 checkEqual(src, dst
368 z2zcopy(FileSystem src, FileSystem dst, String path, int method) argument
408 z2zmove(FileSystem src, FileSystem dst, String path) argument
494 checkEqual(Path src, Path dst) argument
579 fchCopy(Path src, Path dst) argument
603 chCopy(Path src, Path dst) argument
638 streamCopy(Path src, Path dst) argument
[all...]
/openjdk7/jdk/test/java/net/Authenticator/
H A DB6870935.java184 private String encode(String src, char[] passwd, MessageDigest md) { argument
185 md.update(src.getBytes());
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLEngineImpl.java48 public SSLEngineResult wrap(ByteBuffer [] src, int off, int len, argument
50 public SSLEngineResult unwrap(ByteBuffer src, argument

Completed in 64 milliseconds

1234567891011>>