Searched refs:off (Results 301 - 325 of 571) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAnnotationWriter.java314 * @param off index of the first annotation to be written.
319 final int off,
322 int size = 1 + 2 * (panns.length - off);
323 for (int i = off; i < panns.length; ++i) {
326 out.putInt(size).putByte(panns.length - off);
327 for (int i = off; i < panns.length; ++i) {
317 put( final AnnotationWriter[] panns, final int off, final ByteVector out) argument
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DSolarisVirtualMachine.c153 (JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint baLen)
159 size_t remaining = (size_t)(baLen - off);
164 RESTARTABLE(read(fd, buf+off, len), n);
171 (*env)->SetByteArrayRegion(env, ba, off, (jint)n, (jbyte *)(buf+off));
152 Java_sun_tools_attach_SolarisVirtualMachine_read(JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint baLen) argument
/openjdk7/jdk/src/share/native/java/util/zip/
H A DDeflater.c57 offID = (*env)->GetFieldID(env, cls, "off", "I");
96 jarray b, jint off, jint len)
103 res = deflateSetDictionary((z_stream *)jlong_to_ptr(addr), buf + off, len);
119 jarray b, jint off, jint len, jint flush)
148 strm->next_out = (Bytef *) (out_buf + off);
187 strm->next_out = (Bytef *) (out_buf + off);
95 Java_java_util_zip_Deflater_setDictionary(JNIEnv *env, jclass cls, jlong addr, jarray b, jint off, jint len) argument
118 Java_java_util_zip_Deflater_deflateBytes(JNIEnv *env, jobject this, jlong addr, jarray b, jint off, jint len, jint flush) argument
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_64.c211 mlib_s32 off; local
216 off = (mlib_s32) ((4 - ((mlib_addr) src & 3)) & 3);
218 for (i = 0; i < off; i++, sp++) {
262 mlib_s32 off; local
267 off = (mlib_s32) ((4 - ((mlib_addr) src & 3)) & 3);
269 for (i = 0; i < off - 1; i += 2, sp += 2) {
275 if ((off & 1) != 0) {
330 mlib_s32 off; local
335 off = (mlib_s32) ((4 - ((mlib_addr) src & 3)) & 3);
337 if (off
423 mlib_s32 off; local
594 mlib_s32 off; local
699 mlib_s32 off; local
831 mlib_s32 off; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract_1.c208 mlib_s32 off; /* offset of src over dst */ local
227 off = soff / 2 - doff;
230 off = (soff + 1) / 2 - doff;
235 if (off == 0) { /* src and dst have same alignment */
273 vis_alignaddr((void *)0, off);
278 if (off < 0) {
327 if (off == 0) { /* src and dst have same alignment */
363 vis_alignaddr((void *)0, off);
368 if (off < 0) {
599 mlib_s32 off; /* offse local
1160 mlib_s32 off; /* offset of src over dst */ local
1775 mlib_s32 off; /* offset of dst over src */ local
2160 mlib_s32 off; /* offset of src over dst */ local
2712 mlib_s32 off; /* offset of src over dst */ local
[all...]
H A Dmlib_v_ImageConvMxN_8ext.c159 mlib_s32 ik, jk, ik_last, jk_size, coff, off, doff; local
287 off = coff & 7;
288 vis_write_gsr(gsr_scale + off);
325 off = coff & 7;
326 vis_write_gsr(gsr_scale + off);
373 off = coff & 7;
374 vis_write_gsr(gsr_scale + off);
376 if (off == 0) {
404 else if (off == 4) {
496 off
845 mlib_s32 ik, jk, ik_last, jk_size, coff, off, doff; local
[all...]
H A Dmlib_v_ImageLookUpSIU8U8Func.c458 mlib_s32 off; /* offset */ local
465 off = (mlib_addr) dp - (mlib_addr) dl;
482 vis_alignaddr(dp, off);
534 vis_alignaddr(dp, off);
579 vis_alignaddr(dp, off);
607 vis_alignaddr(dp, off);
624 vis_alignaddr(dp, off);
633 num = (((mlib_u8*) dend - (mlib_u8*) dp) + off + 1) >> 1;
645 vis_alignaddr(dp, off);
884 mlib_s32 off, s local
936 mlib_s32 off, s0, size = xsize; local
1490 mlib_s32 off, s0, size = xsize; local
1543 mlib_s32 off, size = xsize; local
1664 mlib_s32 off; local
2154 mlib_s32 off, s0, size = xsize; local
2231 mlib_s32 off, size = xsize; local
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java301 int off=0;
305 newpixels[off++] = cmodel.getRGB(srcpixels);
337 byte[] pix, int off, int scansize,
341 byte[] pix, int off, int scansize,
347 byte pix[], int off, int scansize) {
348 int lineOff=off;
375 off -= x;
381 off -= y*scansize;
398 // off is first pixel read so it must be in bounds
399 if (off <
336 setICMpixels(int x, int y, int w, int h, int[] lut, byte[] pix, int off, int scansize, IntegerComponentRaster ict) argument
339 setDiffICM(int x, int y, int w, int h, int[] lut, int transPix, int numLut, IndexColorModel icm, byte[] pix, int off, int scansize, ByteComponentRaster bct, int chanOff) argument
345 setPixels(int x, int y, int w, int h, ColorModel model, byte pix[], int off, int scansize) argument
543 setPixels(int x, int y, int w, int h, ColorModel model, int pix[], int off, int scansize) argument
[all...]
H A DIntegerComponentRaster.java285 int off = (y-minY)*scanlineStride +
288 outData[band] = data[dataOffsets[band] + off];
336 int off = 0;
344 outData[off++] = data[dataOffsets[c] + xoff];
373 int off = (y-minY)*scanlineStride +
377 data[dataOffsets[i] + off] = inData[i];
508 int off = 0;
516 data[dataOffsets[c] + xoff] = inData[off++];
721 // int off;
723 // off
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp275 bool is_monitor_box(uint off) const {
276 assert(is_mon(off), "should be called only for monitor edge");
277 return (0 == bitfield(off - monoff(), 0, logMonitorEdges));
279 bool is_monitor_use(uint off) const { return (is_mon(off)
280 && is_monitor_box(off))
281 || (caller() && caller()->is_monitor_use(off)); }
284 void set_locoff(uint off) { _locoff = off; } argument
285 void set_stkoff(uint off) { _stkof argument
286 set_monoff(uint off) argument
287 set_scloff(uint off) argument
288 set_endoff(uint off) argument
289 set_offsets(uint off) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java290 // and (x0p, y0p) -> (x1p, y1p) in m[off] and m[off+1].
296 final float[] m, int off)
306 m[off++] = x0 + t*x10;
307 m[off] = y0 + t*y10;
547 private int computeOffsetCubic(float[] pts, final int off, argument
557 final float x1 = pts[off + 0], y1 = pts[off + 1];
558 final float x2 = pts[off + 2], y2 = pts[off
292 computeIntersection(final float x0, final float y0, final float x1, final float y1, final float x0p, final float y0p, final float x1p, final float y1p, final float[] m, int off) argument
697 computeOffsetQuad(float[] pts, final int off, float[] leftOff, float[] rightOff) argument
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DFileInputStream.java222 * @param off the start offset in the data
226 private native int readBytes(byte b[], int off, int len) throws IOException; argument
257 * @param off the start offset in the destination array <code>b</code>
263 * @exception IndexOutOfBoundsException If <code>off</code> is negative,
265 * <code>b.length - off</code>
268 public int read(byte b[], int off, int len) throws IOException { argument
272 bytesRead = readBytes(b, off, len);
H A DFileOutputStream.java305 * @param off the start offset in the data
311 private native void writeBytes(byte b[], int off, int len, boolean append) argument
334 * starting at offset <code>off</code> to this file output stream.
337 * @param off the start offset in the data.
341 public void write(byte b[], int off, int len) throws IOException { argument
345 writeBytes(b, off, len, append);
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java165 public int read(char[] b, int off, int len) throws java.io.IOException { argument
176 int n = Math.min(length - index, Math.min(b.length - off, len));
177 // System.out.printf("%d %d %d %d %d\n", index, length, off, len, n);
178 System.arraycopy(line, index, b, off, n);
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.cpp151 int off = INT_MAX; local
154 if (symbol_table->lookup(addr, &string_table_index, &pos_in_string_table, &off)) {
167 if (offset) *offset = off;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeOutStream.java90 public void write(byte buf[], int off, int len) throws IOException { argument
97 r.write(buf, off, howmuch);
98 off += howmuch;
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.c147 int off = rasterP->chanOffsets[i]; local
148 int size = lastPixelOffset + off;
150 if (off < 0 || !SAFE_TO_ADD(lastPixelOffset, off)) {
826 int off; local
849 off = 0;
862 bufferP[off++] = (unsigned char) dataP[dOff];
878 off = 0;
891 bufferP[off++] = (unsigned char) dataP[i];
920 int off; local
1008 int off; local
1094 int off; local
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCustomComponent.java142 int off = rowoff;
145 dstPix[off++] = srcCM.getRGB(srcPix);
200 int off = rowoff;
202 dstPix = dstCM.getDataElements(srcPix[off++], dstPix);
259 int off = rowoff;
264 srcPixel = dstCM.getDataElements(srcPix[off++], srcPixel);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java113 public void readBytes(byte[] buf, int off, int len) throws IOException { argument
114 int startIdx = off;
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DLogStream.java215 public void write(byte b[], int off, int len) argument
220 write(b[off + i]);
/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp59 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */ local
67 void * symtab_addr = (void*) ((uintptr_t) mach_base + off);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/util/
H A DBASE64DecoderStream.java80 return buffer[index++] & 0xff; // Zero off the MSB
90 * @param off the start offset of the data.
97 public int read(byte[] buf, int off, int len) throws IOException { argument
105 buf[off+i] = (byte)c;
H A DUUDecoderStream.java91 public int read(byte[] buf, int off, int len) throws IOException { argument
99 buf[off+i] = (byte)c;
139 * UUencoded streams start off with the line:
H A DUUEncoderStream.java93 public void write(byte[] b, int off, int len) throws IOException { argument
95 write(b[off + i]);
153 * Start off with the character count, followed by the encoded atoms
165 // Start off with the count of characters in the line
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DByteOutputStream.java105 public void write(byte[] b, int off, int len) { argument
107 System.arraycopy(b, off, buf, count, len);

Completed in 75 milliseconds

<<11121314151617181920>>