Searched refs:off (Results 326 - 350 of 571) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.h50 jint readBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
53 void writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DChunkedInputStream.java113 protected int readImpl (byte[]b, int off, int len) throws IOException { argument
130 int n = in.read(b, off, len);
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMeteredStream.java129 public synchronized int read(byte b[], int off, int len) argument
134 int n = in.read(b, off, len);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpInputStream.java147 public int read(byte b[], int off, int len) throws IOException argument
157 int bytesRead = in.read(b, off, len);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUpU8S16Func.c570 mlib_s32 off, size = xsize; local
572 off = ((8 - ((mlib_addr) dp & 7)) & 7) >> 1;
574 off = (off < size) ? off : size;
576 for (i = 0; i < off; i++) {
583 off = (mlib_addr) sp & 3;
585 if (off == 0) {
589 else if (off == 1) {
593 else if (off
629 mlib_s32 off, size = xsize * 2; local
703 mlib_s32 off, size = xsize * 4; local
1641 mlib_s32 off, size = xsize * 3; local
[all...]
H A Dmlib_v_ImageLookUpU8U16Func.c562 mlib_s32 off, size = xsize; local
564 off = ((8 - ((mlib_addr)dp & 7)) & 7) >> 1;
566 off = (off < size) ? off : size;
568 for (i = 0; i < off; i++) {
575 off = (mlib_addr)sp & 3;
577 if (off == 0) {
579 } else if (off == 1) {
581 } else if (off
614 mlib_s32 off, size = xsize * 2; local
679 mlib_s32 off, size = xsize * 4; local
1554 mlib_s32 off, size = xsize * 3; local
[all...]
H A Dmlib_v_ImageConvMxN_8.c140 mlib_s32 ik, jk, ik_last, jk_size, coff, off, doff; local
267 off = coff & 7;
268 vis_write_gsr(gsr_scale + off);
304 off = coff & 7;
305 vis_write_gsr(gsr_scale + off);
351 off = coff & 7;
352 vis_write_gsr(gsr_scale + off);
354 if (off == 0) {
381 else if (off == 4) {
471 off
[all...]
H A Dmlib_v_ImageLookUpSIS16U8Func.c300 mlib_s32 off, s0, size = xsize; local
302 off = ((8 - ((mlib_addr) dp & 7)) & 7) >> 1;
303 off = (off < size) ? off : size;
305 for (i = 0; i < off; i++) {
520 mlib_s32 off, s0, size = xsize; local
522 off = (mlib_addr) dp & 7;
523 off = (off *
948 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIS32U8Func.c299 mlib_s32 off, s0, size = xsize; local
301 off = (mlib_s32) (((8 - ((mlib_addr) dp & 7)) & 7) >> 1);
302 off = (off < size) ? off : size;
304 for (i = 0; i < off; i++) {
519 mlib_s32 off, s0, size = xsize; local
521 off = (mlib_s32) ((mlib_addr) dp & 7);
522 off = (off *
947 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIU16U8Func.c300 mlib_s32 off, s0, size = xsize; local
302 off = ((8 - ((mlib_addr) dp & 7)) & 7) >> 1;
303 off = (off < size) ? off : size;
305 for (i = 0; i < off; i++) {
520 mlib_s32 off, s0, size = xsize; local
522 off = (mlib_addr) dp & 7;
523 off = (off *
948 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageChannelExtract_f.c101 int i, j, off, count_off; local
128 off = (mlib_addr)sp & 3;
129 sp2 = (mlib_u32 *)(sp - off);
131 switch (off) {
193 sp = (mlib_u8 *)sp2 + off;
219 int i, j, off, count_off; local
229 off = (mlib_addr)sp & 3;
231 if (((mlib_addr)dp & 1) || (off == 3)) {
248 sp2 = (mlib_u32 *)(sp - off);
250 switch (off) {
298 int i, j, off; local
335 int i, j, off; local
378 int i, j, off; local
427 int i, j, off; local
464 int i, j, off; local
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c318 jlong off = 0; local
321 off = -pos;
322 memset(buf, '\0', (size_t)off);
325 if (readFullyAt(zfd, buf + off, sizeof(buf) - off,
326 pos + off) == -1) {
1031 jint off = 0; local
1032 while ((off + 4) < elen) { // spec: HeaderID+DataSize+Data
1033 jint sz = SH(extra, off + 2);
1034 if (SH(extra, off)
[all...]
H A DInflater.c54 offID = (*env)->GetFieldID(env, cls, "off", "I");
86 jarray b, jint off, jint len)
92 res = inflateSetDictionary(jlong_to_ptr(addr), buf + off, len);
109 jarray b, jint off, jint len)
134 strm->next_out = (Bytef *) (out_buf + off);
85 Java_java_util_zip_Inflater_setDictionary(JNIEnv *env, jclass cls, jlong addr, jarray b, jint off, jint len) argument
108 Java_java_util_zip_Inflater_inflateBytes(JNIEnv *env, jobject this, jlong addr, jarray b, jint off, jint len) argument
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPackedColorModel.java264 int off = 0;
274 off++;
278 if (off + count > pixel_bits) {
285 maskOffsets[idx] = off;
/openjdk7/jdk/src/share/classes/java/io/
H A DDataInputStream.java119 * <p> The first byte read is stored into element <code>b[off]</code>, the
120 * next one into <code>b[off+1]</code>, and so on. The number of bytes read
123 * <code>b[off]</code> through <code>b[off+</code><i>k</i><code>-1]</code>,
124 * leaving elements <code>b[off+</code><i>k</i><code>]</code> through
125 * <code>b[off+len-1]</code> unaffected.
128 * <code>b[off]</code> and elements <code>b[off+len]</code> through
132 * @param off the start offset in the destination array <code>b</code>
138 * @exception IndexOutOfBoundsException If <code>off</cod
148 read(byte b[], int off, int len) argument
190 readFully(byte b[], int off, int len) argument
[all...]
H A DPrintWriter.java419 * @param off Offset from which to start writing characters
422 public void write(char buf[], int off, int len) { argument
426 out.write(buf, off, len);
449 * @param off Offset from which to start writing characters
452 public void write(String s, int off, int len) { argument
456 out.write(s, off, len);
H A DReader.java149 * @param off Offset at which to start storing characters
157 abstract public int read(char cbuf[], int off, int len) throws IOException; argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DIndentingWriter.java65 public void write(char[] cbuf, int off, int len) throws IOException { argument
69 super.write(cbuf, off, len);
72 public void write(String s, int off, int len) throws IOException { argument
76 super.write(s, off, len);
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSASignature.java137 protected void engineUpdate(byte[] b, int off, int len) argument
143 System.arraycopy(b, off, precomputedDigest, offset, len);
344 * @param off the offset to start from in the array of bytes
350 protected void engineUpdate(byte[] b, int off, int len) argument
353 messageDigest.update(b, off, len);
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DAbstractObjectOutputStream.java241 abstract public void write(byte b[], int off, int len) throws IOException; argument
/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c189 int off = 0; local
235 if (off > 0) {
408 rasline[off++] = outCode[outCount++];
434 off = 0;
/openjdk7/jdk/src/share/classes/sun/tools/native2ascii/
H A DA2NFilter.java51 public int read(char[] buf, int off, int len) throws IOException { argument
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDSASignature.java116 protected void engineUpdate(byte[] b, int off, int len) argument
122 System.arraycopy(b, off, precomputedDigest, offset, len);
250 protected void engineUpdate(byte[] b, int off, int len) argument
252 messageDigest.update(b, off, len);
/openjdk7/jdk/src/solaris/classes/java/io/
H A DUnixFileSystem.java63 private String normalize(String pathname, int len, int off) { argument
69 if (off > 0) sb.append(pathname.substring(0, off));
71 for (int i = off; i < n; i++) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DType1Font.java523 private int nextCapitalLetter(String s, int off) { argument
524 for (; (off >=0) && off < s.length(); off++) {
525 if (s.charAt(off) >= 'A' && s.charAt(off) <= 'Z')
526 return off;

Completed in 72 milliseconds

<<11121314151617181920>>