Searched refs:off (Results 476 - 500 of 571) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java567 int off;
572 off = 3 * i;
573 b[i] = palette[off];
574 g[i] = palette[off+1];
575 r[i] = palette[off+2];
584 int off;
589 off = 4 * i;
590 b[i] = palette[off];
591 g[i] = palette[off+1];
592 r[i] = palette[off
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2385 public void write(char buf[], int off, int len) { argument
2388 super.write(buf, off, len);
2393 public void write(String s, int off, int len) { argument
2396 //buf.append(s.substring(off, off+len));
2397 super.write(s, off, len);
3690 public void characters(char[] buf, int off, int len) { argument
3696 while (len > 0 && isWhitespace(buf[off])) {
3698 ++off;
3704 while (len > 0 && isWhitespace(buf[off
3769 ignorableWhitespace(char[] buf, int off, int len) argument
3777 comment(char[] buf, int off, int len) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_FourByteAbgr.c342 mlib_s32 emask, off; local
345 off = (mlib_addr)abgr & 7;
346 vis_alignaddr((void *)(8 - off), 0);
347 d_abgr = (mlib_d64 *) (abgr - off);
465 mlib_s32 emask, off; local
468 off = (mlib_addr)abgr & 7;
469 vis_alignaddr((void *)(8 - off), 0);
470 d_abgr = (mlib_d64 *) (abgr - off);
1601 mlib_s32 off; local
1613 off
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.cpp1361 jint WDTCPIStreamWrapper::DoReadBytes(WDTCPIStreamWrapper* istream, jbyteArray array, jint off, jint len) { argument
1362 WDTCPIStreamWrapperReadBytesRec iswrbr = { istream, 0, array, off, len };
1382 iswrbrp->off,
1391 jint WDTCPIStreamWrapper::ReadBytes(jbyteArray buf, jint off, jint len) { argument
1398 switch (res = m_istream->Read((void *)(local + off), (ULONG)len, &actual)) {
1605 JNIEXPORT jint JNICALL Java_sun_awt_windows_WDropTargetContextPeerIStream_ReadBytes(JNIEnv* env, jobject self, jlong istream, jbyteArray buf, jint off, jint len) { argument
1608 return WDTCPIStreamWrapper::DoReadBytes((WDTCPIStreamWrapper*)istream, buf, off, len);
H A Dawt_Font.cpp809 jint off, jint len)
817 if ((len < 0) || (off < 0) || (len + off > (env->GetArrayLength(str)))) {
818 JNU_ThrowArrayIndexOutOfBoundsException(env, "off/len argument");
823 env->GetCharArrayRegion(str, off, len, strp);
842 jint off, jint len)
850 if ((len < 0) || (off < 0) || (len + off > (env->GetArrayLength(str)))) {
851 JNU_ThrowArrayIndexOutOfBoundsException(env, "off or len argument");
860 char *pStr = pStrBody + off;
807 Java_sun_awt_windows_WFontMetrics_charsWidth(JNIEnv *env, jobject self, jcharArray str, jint off, jint len) argument
840 Java_sun_awt_windows_WFontMetrics_bytesWidth(JNIEnv *env, jobject self, jbyteArray str, jint off, jint len) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java190 * @param off the start offset of the class data.
193 public ClassReader(final byte[] b, final int off, final int len) { argument
196 items = new int[readUnsignedShort(off + 8)];
200 int index = off + 10;
375 int off = items[1] - 1;
376 classWriter.pool.putByteArray(b, off, header - off);
1807 * @param off index of the first byte of the attribute's content in
1827 final int off,
1835 return attrs[i].read(this, off, le
1824 readAttribute( final Attribute[] attrs, final String type, final int off, final int len, final char[] buf, final int codeOff, final Label[] labels) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp283 relocInfo(relocType type, RawBitsToken ignore, int off, int f) argument
284 : _value((type << nontype_width) + (off / (unsigned)offset_unit) + (f << offset_width)) { }
772 void pd_set_data_value (address x, intptr_t off, bool verify_only = false); // a set or mem-ref
773 void pd_verify_data_value (address x, intptr_t off) { pd_set_data_value(x, off, true); } argument
H A DcompressedStream.cpp194 // The following pragma optimize turns off optimization ONLY
199 #pragma optimize("", off)
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c794 int32_t off = 0; local
796 while ((off < (buflen - 20)) && (*ptr != '\0')){
798 *(buf + off++) = 0x5c;
800 *(buf + off++) = *ptr++;
802 sprintf(buf + off, " f.send_msg %ld", protocol);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2175 LIRItem off(x->offset(), this);
2177 off.load_item();
2182 get_Object_unsafe(value, src.result(), off.result(), type, x->is_volatile());
2206 if (off.is_constant()) {
2207 jlong off_con = (off.type()->is_int() ?
2208 (jlong) off.get_jint_constant() :
2209 off.get_jlong_constant());
2275 if (off.type()->is_int()) {
2278 assert(off.type()->is_long(), "what else?");
2282 __ cmp(lir_cond_notEqual, off
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DIndexColorModel.java752 * value is used to mask off the pixel parameters for methods such
1361 int[] off = new int[1];
1362 off[0] = 0;
1369 off);
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp482 juint off = k->klass_part()->super_check_offset(); local
483 klassOop sup = *(klassOop*)( (address)as_klassOop() + off );
487 } else if (off != secondary_offset) {
/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp503 jint off = 0; local
507 if ((off = l->in(1)->find_int_con(0)) != 0) {
509 } else if ((off = l->in(2)->find_int_con(0)) != 0) {
512 } else if ((off = l->find_int_con(-1)) >= 0) {
517 off = 0;
522 offset = off;
H A Dparse.hpp230 const Type* peek(int off=0) const { return stack_type_at(start_sp() - (off+1)); }
H A Dtype.cpp2834 TypeInstPtr::TypeInstPtr(PTR ptr, ciKlass* k, bool xk, ciObject* o, int off, int instance_id) argument
2835 : TypeOopPtr(InstPtr, ptr, k, xk, o, off, instance_id), _name(k->name()) {
2905 int off = meet_offset(tinst->offset()); local
2928 else if (loaded->ptr() == TypePtr::AnyNull) { return TypeInstPtr::make( ptr, unloaded->klass(), false, NULL, off, instance_id ); }
3077 int off = meet_offset( tinst->offset() ); local
3086 return make( ptr, klass(), klass_is_exact(), NULL, off, instance_id );
3149 return make( ptr, k, xk, o, off, instance_id );
3226 return make( ptr, this_klass, this_xk, o, off, instance_id );
3237 return make( ptr, k, false, NULL, off, instance_id );
3523 int off local
4080 int off = meet_offset(tkls->offset()); local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java245 int off, tot;
249 off = start;
267 off = 0;
282 Krb5Token.getHexBytes(buffer, off, tot));
294 key_usage, buffer, off, tot);
1471 int off,
1477 temp = is.read(b, off, temp);
1470 read(byte[] b, int off, int len) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream.java375 public final int read(byte b[], int off, int len) throws IOException { argument
376 return impl.read(b, off, len);
H A DCDROutputStream.java271 public final void write(byte b[], int off, int len) throws IOException { argument
272 impl.write(b, off, len);
/openjdk7/hotspot/agent/make/
H A Dsaenv64.bat1 @echo off
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp224 csize_t align_at_start(csize_t off) const { return (csize_t) align_size_up(off, alignment()); }
/openjdk7/jdk/src/share/native/java/util/zip/
H A DZipFile.c302 jint off, jint len)
320 (*env)->SetByteArrayRegion(env, bytes, off, len, buf);
300 Java_java_util_zip_ZipFile_read(JNIEnv *env, jclass cls, jlong zfile, jlong zentry, jlong pos, jbyteArray bytes, jint off, jint len) argument
/openjdk7/jdk/test/sample/chatserver/
H A DChatTest.java379 public void write(char[] cbuf, int off, int len) throws IOException { argument
380 delegate.write(cbuf, off, len);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt126 Xinerama is off). For example, some window managers ignore
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5575 // need to store off the mark word we read out of the object to
7943 int off; local
7945 off = offset();
7948 off = load_unsigned_byte(dst, src);
7952 return off;
7960 int off; local
7965 off = offset();
7968 off = load_unsigned_short(dst, src);
7972 return off;
7978 int off; local
7994 int off; local
9058 int off = 0; local
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DJavaInputStream.sjava366 public final int read(byte b[], int off, int len) throws IOException {
367 return impl.read(b, off, len);

Completed in 169 milliseconds

<<11121314151617181920>>