Searched defs:off (Results 301 - 325 of 457) sorted by relevance

<<111213141516171819

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUpSIS32S16Func.c236 mlib_s32 off, s0, size = xsize; local
238 off = (mlib_s32) (((8 - ((mlib_addr) dp & 7)) & 7));
240 if ((off >= 4) && (size > 0)) {
398 mlib_s32 off, s0, size = xsize; local
400 off = (mlib_s32) (((mlib_addr) dp & 7) >> 1);
401 off = (off < size) ? off : size;
403 for (i = 0; i < off; i++) {
691 mlib_s32 off, s local
[all...]
H A Dmlib_v_ImageLookUpSIS32U16Func.c236 mlib_s32 off, s0, size = xsize; local
238 off = (mlib_s32) (((8 - ((mlib_addr) dp & 7)) & 7));
240 if ((off >= 4) && (size > 0)) {
398 mlib_s32 off, s0, size = xsize; local
400 off = (mlib_s32) (((mlib_addr) dp & 7) >> 1);
401 off = (off < size) ? off : size;
403 for (i = 0; i < off; i++) {
691 mlib_s32 off, s 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_ImageLookUpSIU16S16Func.c233 mlib_s32 off, s0, size = xsize; local
235 off = ((8 - ((mlib_addr)dp & 7)) & 7);
237 if ((off >= 4) && (size > 0)) {
391 mlib_s32 off, s0, size = xsize; local
393 off = ((mlib_addr)dp & 7) >> 1;
394 off = (off < size) ? off : size;
396 for (i = 0; i < off; i++) {
682 mlib_s32 off, s local
[all...]
H A Dmlib_v_ImageLookUpSIU16U16Func.c235 mlib_s32 off, s0, size = xsize; local
237 off = ((8 - ((mlib_addr) dp & 7)) & 7);
239 if ((off >= 4) && (size > 0)) {
395 mlib_s32 off, s0, size = xsize; local
397 off = ((mlib_addr) dp & 7) >> 1;
398 off = (off < size) ? off : size;
400 for (i = 0; i < off; i++) {
686 mlib_s32 off, s 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_ImageLookUpSIU8S16Func.c196 mlib_s32 off; local
204 off = (mlib_addr) dp - (mlib_addr) dl;
205 vis_alignaddr(dp, off);
447 mlib_s32 off, s0, size = xsize; local
449 off = ((8 - ((mlib_addr) dp & 7)) & 7);
451 if ((off >= 4) && (size > 0)) {
500 mlib_s32 off, s0, size = xsize; local
504 off = (4 - (mlib_addr) sp & 3) & 3;
506 off = (off < siz
1015 mlib_s32 off, s0, size = xsize; local
1069 mlib_s32 off, size = xsize; local
1200 mlib_s32 off; local
1552 mlib_s32 off, s0, size = xsize; local
1625 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIU8U16Func.c194 mlib_s32 off; local
202 off = (mlib_addr) dp - (mlib_addr) dl;
203 vis_alignaddr(dp, off);
441 mlib_s32 off, s0, size = xsize; local
443 off = ((8 - ((mlib_addr)dp & 7)) & 7);
445 if ((off >= 4) && (size > 0)) {
493 mlib_s32 off, s0, size = xsize; local
497 off = (4 - (mlib_addr)sp & 3) & 3;
499 off = (off < siz
1000 mlib_s32 off, s0, size = xsize; local
1054 mlib_s32 off, size = xsize; local
1176 mlib_s32 off; local
1527 mlib_s32 off, s0, size = xsize; local
1597 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpU16S16Func.c187 mlib_s32 off, size = xsize; local
189 off = ((8 - ((mlib_addr) dp & 7)) & 7) >> 1;
191 off = (off < size) ? off : size;
193 for (i = 0; i < off; i++, sp++) {
228 mlib_s32 off, size = xsize * 2; local
232 off = ((8 - ((mlib_addr) dp & 7)) & 7) >> 1;
234 off = (off < siz
285 mlib_s32 off, size = xsize * 4; local
483 mlib_s32 off, size = xsize * 3; local
[all...]
H A Dmlib_v_ImageLookUpU16S32Func.c150 mlib_s32 off, size = xsize; local
152 off = (mlib_s32) (((4 - ((mlib_addr) sp & 3)) & 3) >> 1);
154 off = (off < size) ? off : size;
156 if (off == 1) {
191 mlib_s32 off, size = xsize * 2; local
195 off = (mlib_s32) (((4 - ((mlib_addr) sp & 3)) & 3) >> 1);
197 off = (off < siz
241 mlib_s32 off, size = xsize * 4; local
379 mlib_s32 off, size = xsize * 3; local
[all...]
H A Dmlib_v_ImageLookUpU16U16Func.c185 mlib_s32 off, size = xsize; local
187 off = ((8 - ((mlib_addr)dp & 7)) & 7) >> 1;
189 off = (off < size) ? off : size;
191 for (i = 0; i < off; i++, sp++) {
226 mlib_s32 off, size = xsize * 2; local
230 off = ((8 - ((mlib_addr)dp & 7)) & 7) >> 1;
232 off = (off < siz
280 mlib_s32 off, size = xsize * 4; local
457 mlib_s32 off, size = xsize * 3; local
[all...]
H A Dmlib_v_ImageLookUpU16U8Func.c240 mlib_s32 off, size = xsize; local
242 off = (8 - ((mlib_addr) dp & 7)) & 7;
244 off = (off < size) ? off : size;
246 for (i = 0; i < off; i++, sp++) {
281 mlib_s32 off, size = xsize * 2; local
285 off = (8 - ((mlib_addr) dp & 7)) & 7;
287 off = (off < siz
338 mlib_s32 off, size = xsize * 4; local
574 mlib_s32 off, size = xsize * 3; local
[all...]
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_ImageLookUpU8U8Func.c761 mlib_s32 off, size = xsize; local
763 off = (8 - ((mlib_addr) dp & 7)) & 7;
765 off = (off < size) ? off : size;
767 for (i = 0; i < off; i++) {
774 off = (mlib_addr) sp & 3;
776 if (off == 0) {
780 else if (off == 1) {
784 else if (off
820 mlib_s32 off, size = xsize * 2; local
894 mlib_s32 off, size = xsize * 4; local
1572 mlib_s32 off, size = xsize * 3; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c408 (JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint baLen)
414 size_t remaining = (size_t)(baLen - off);
419 RESTARTABLE(read(fd, buf+off, len), n);
426 (*env)->SetByteArrayRegion(env, ba, off, (jint)n, (jbyte *)(buf+off));
438 (JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint bufLen)
449 (*env)->GetByteArrayRegion(env, ba, off, len, (jbyte *)buf);
453 off += n;
407 Java_sun_tools_attach_LinuxVirtualMachine_read(JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint baLen) argument
437 Java_sun_tools_attach_LinuxVirtualMachine_write(JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint bufLen) argument
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/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/src/windows/instrument/
H A DFileSystemSupport_md.c129 static char* normalizePath(const char* path, int len, int off) { argument
135 if (off < 3) off = 0; /* Avoid fencepost cases with UNC pathnames */
140 if (off == 0) {
145 src = off;
146 memcpy(sb+sbLen, path, off);
147 sbLen += off;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.h206 static jint DoReadBytes(WDTCPIStreamWrapper* istream, jbyteArray buf, jint off, jint len);
212 virtual jint ReadBytes(jbyteArray buf, jint off, jint len);
239 jint off; member in struct:WDTCPIStreamWrapper::_WDTCPIStreamWrapperReadBytesRec
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DXObjectOutputStream.java260 * @param off the start offset in the data
265 public void write(byte b[], int off, int len) throws IOException { argument
/openjdk7/jdk/test/java/lang/String/
H A DExceptions.java186 byte [] b, int off,
192 new String(b, off, len, (String)cs);
194 new String(b, off, len, (Charset)cs);
185 byteArrayOffLengthCharset0(String s, Class ex, byte [] b, int off, int len, Object cs) argument
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTransfers.java58 int off, int len)
61 fc.position(off);
68 FileChannel fc, int off, int len)
74 writeBytes(ba, fc, off, len);
77 private static void writeZeroBytes(FileChannel fc, int off, int len) argument
81 writeBytes(ba, fc, off, len);
84 private static void checkBytes(FileChannel fc, int off, int len, argument
89 fc.position(off);
98 private static void checkRandomBytes(FileChannel fc, int off, int len, argument
105 checkBytes(fc, off, le
57 writeBytes(byte[] ba, FileChannel fc, int off, int len) argument
67 writeRandomBytes(long seed, FileChannel fc, int off, int len) argument
108 checkZeroBytes(FileChannel fc, int off, int len) argument
414 show(String dir, String channelName, int off, int len) argument
421 testTo(long seed, FileChannel fc, int off, int len, Target tgt) argument
452 testFrom(long seed, Source src, FileChannel fc, int off, int len) argument
[all...]
/openjdk7/jdk/test/java/nio/charset/coders/
H A DBashStreams.java135 private int check(byte[] ba, int off, int len) throws IOException { argument
136 String s = new String(ba, off, len, csn);
154 public void write(byte[] ba, int off, int len) throws IOException { argument
155 check(ba, off, len);
247 public int read(byte[] ba, int off, int len) throws IOException { argument
250 int end = off + len;
251 int i = off;
275 return i - off;
/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

Completed in 79 milliseconds

<<111213141516171819