Searched defs:size (Results 626 - 650 of 1126) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUpSIS32U8Func.c299 mlib_s32 off, s0, size = xsize; local
302 off = (off < size) ? off : size;
308 size--;
311 if (size > 0) {
314 mlib_v_ImageLookUpSI_S32_U8_2_DstA8D1(sp, dp, size, table);
317 mlib_v_ImageLookUpSI_S32_U8_2_D1(sp, dp, size, table);
519 mlib_s32 off, s0, size = xsize; local
523 off = (off < size) ? off : size;
947 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIU16S16Func.c233 mlib_s32 off, s0, size = xsize; local
237 if ((off >= 4) && (size > 0)) {
241 size--;
244 if (size > 0) {
247 mlib_v_ImageLookUpSI_U16_S16_2_DstA8D1(sp, dp, size, table);
249 mlib_v_ImageLookUpSI_U16_S16_2_D1(sp, dp, size, table);
391 mlib_s32 off, s0, size = xsize; local
394 off = (off < size) ? off : size;
401 size
682 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIU16U16Func.c235 mlib_s32 off, s0, size = xsize; local
239 if ((off >= 4) && (size > 0)) {
243 size--;
246 if (size > 0) {
249 mlib_v_ImageLookUpSI_U16_U16_2_DstA8D1(sp, dp, size, table);
252 mlib_v_ImageLookUpSI_U16_U16_2_D1(sp, dp, size, table);
395 mlib_s32 off, s0, size = xsize; local
398 off = (off < size) ? off : size;
405 size
686 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIU16U8Func.c300 mlib_s32 off, s0, size = xsize; local
303 off = (off < size) ? off : size;
309 size--;
312 if (size > 0) {
315 mlib_v_ImageLookUpSI_U16_U8_2_DstA8D1(sp, dp, size, table);
318 mlib_v_ImageLookUpSI_U16_U8_2_D1(sp, dp, size, table);
520 mlib_s32 off, s0, size = xsize; local
524 off = (off < size) ? off : size;
948 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIU8S16Func.c447 mlib_s32 off, s0, size = xsize; local
451 if ((off >= 4) && (size > 0)) {
455 size--;
458 if (size > 0) {
461 mlib_v_ImageLookUpSI_U8_S16_2_DstA8D1_SMALL(sp, dp, size, table);
464 mlib_v_ImageLookUpSI_U8_S16_2_D1_SMALL(sp, dp, size, table);
500 mlib_s32 off, s0, size = xsize; local
506 off = (off < size) ? off : size;
514 size
1015 mlib_s32 off, s0, size = xsize; local
1069 mlib_s32 off, size = xsize; local
1552 mlib_s32 off, s0, size = xsize; local
1625 mlib_s32 off, s0, size = xsize; local
[all...]
H A Dmlib_v_ImageLookUpSIU8U16Func.c441 mlib_s32 off, s0, size = xsize; local
445 if ((off >= 4) && (size > 0)) {
449 size--;
452 if (size > 0) {
455 mlib_v_ImageLookUpSI_U8_U16_2_DstA8D1_SMALL(sp, dp, size, table);
457 mlib_v_ImageLookUpSI_U8_U16_2_D1_SMALL(sp, dp, size, table);
493 mlib_s32 off, s0, size = xsize; local
499 off = (off < size) ? off : size;
507 size
1000 mlib_s32 off, s0, size = xsize; local
1054 mlib_s32 off, size = xsize; 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
191 off = (off < size) ? off : size;
195 size--;
198 if (size > 0) {
199 mlib_v_ImageLookUp_U16_S16_124_D1(sp, dp, size, tab, tab, tab, tab);
228 mlib_s32 off, size = xsize * 2; local
234 off = (off < size) ? off : size;
239 size
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
154 off = (off < size) ? off : size;
158 size--;
161 if (size > 0) {
162 mlib_v_ImageLookUp_U16_S32_124_D1(sp, dp, size, tab, tab, tab, tab);
191 mlib_s32 off, size = xsize * 2; local
197 off = (off < size) ? off : size;
201 size
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
189 off = (off < size) ? off : size;
193 size--;
196 if (size > 0) {
197 mlib_v_ImageLookUp_U16_U16_124_D1(sp, dp, size, tab, tab, tab, tab);
226 mlib_s32 off, size = xsize * 2; local
232 off = (off < size) ? off : size;
237 size
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
244 off = (off < size) ? off : size;
248 size--;
251 if (size > 0) {
252 mlib_v_ImageLookUp_U16_U8_124_D1(sp, dp, size, tab, tab, tab, tab);
281 mlib_s32 off, size = xsize * 2; local
287 off = (off < size) ? off : size;
292 size
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
574 off = (off < size) ? off : size;
578 size--;
581 if (size > 0) {
586 mlib_v_ImageLookUp_U8_S16_124_SrcOff0_D1(sp, dp, size, tab, tab, tab,
590 mlib_v_ImageLookUp_U8_S16_124_SrcOff1_D1(sp, dp, size, tab, tab, tab,
594 mlib_v_ImageLookUp_U8_S16_124_SrcOff2_D1(sp, dp, size, tab, tab, tab,
598 mlib_v_ImageLookUp_U8_S16_124_SrcOff3_D1(sp, dp, size, tab, tab, tab,
629 mlib_s32 off, size 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
566 off = (off < size) ? off : size;
570 size--;
573 if (size > 0) {
578 mlib_v_ImageLookUp_U8_U16_124_SrcOff0_D1(sp, dp, size, tab, tab, tab, tab);
580 mlib_v_ImageLookUp_U8_U16_124_SrcOff1_D1(sp, dp, size, tab, tab, tab, tab);
582 mlib_v_ImageLookUp_U8_U16_124_SrcOff2_D1(sp, dp, size, tab, tab, tab, tab);
584 mlib_v_ImageLookUp_U8_U16_124_SrcOff3_D1(sp, dp, size, tab, tab, tab, tab);
614 mlib_s32 off, size 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
765 off = (off < size) ? off : size;
769 size--;
772 if (size > 0) {
777 mlib_v_ImageLookUp_U8_U8_124_SrcOff0_D1(sp, dp, size, tab, tab, tab,
781 mlib_v_ImageLookUp_U8_U8_124_SrcOff1_D1(sp, dp, size, tab, tab, tab,
785 mlib_v_ImageLookUp_U8_U8_124_SrcOff2_D1(sp, dp, size, tab, tab, tab,
789 mlib_v_ImageLookUp_U8_U8_124_SrcOff3_D1(sp, dp, size, tab, tab, tab,
820 mlib_s32 off, size local
894 mlib_s32 off, size = xsize * 4; local
1572 mlib_s32 off, size = xsize * 3; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_XorBlit.c117 mlib_s32 size = width; local
123 size--;
127 for (i = 0; i <= size - 2; i += 2) {
139 if (i < size) {
176 mlib_s32 size = width; local
182 size--;
186 for (i = 0; i <= size - 2; i += 2) {
198 if (i < size) {
237 mlib_s32 size = width; local
243 size
300 mlib_s32 size = width; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileDispatcherImpl.c157 jobject fdo, jlong size)
160 ftruncate64(fdval(env, fdo), size),
176 jboolean block, jlong pos, jlong size,
185 if (size == (jlong)java_lang_Long_MAX_VALUE) {
188 fl.l_len = (off64_t)size;
214 jobject fdo, jlong pos, jlong size)
222 if (size == (jlong)java_lang_Long_MAX_VALUE) {
225 fl.l_len = (off64_t)size;
156 Java_sun_nio_ch_FileDispatcherImpl_truncate0(JNIEnv *env, jobject this, jobject fdo, jlong size) argument
175 Java_sun_nio_ch_FileDispatcherImpl_lock0(JNIEnv *env, jobject this, jobject fdo, jboolean block, jlong pos, jlong size, jboolean shared) argument
213 Java_sun_nio_ch_FileDispatcherImpl_release0(JNIEnv *env, jobject this, jobject fdo, jlong pos, jlong size) argument
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxNativeDispatcher.c39 typedef size_t fgetxattr_func(int fd, const char* name, void* value, size_t size);
40 typedef int fsetxattr_func(int fd, const char* name, void* value, size_t size, int flags);
42 typedef int flistxattr_func(int fd, char* list, size_t size);
136 jint fd, jlong listAddress, jint size)
145 res = (*my_flistxattr_func)(fd, list, (size_t)size);
135 Java_sun_nio_fs_LinuxNativeDispatcher_flistxattr(JNIEnv* env, jclass clazz, jint fd, jlong listAddress, jint size) argument
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DSolarisVirtualMachine.c235 size_t size; local
253 size = strlen(PROTOCOL_VERSION) + strlen(cstr) + 2;
254 buf = (char*)malloc(size);
281 char* newbuf = (char*)realloc(buf, size+len+1);
284 strcpy(buf+size, cstr);
285 size += len+1;
308 door_args.data_size = size;
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessEnvironment.java133 public int size() {return s.size();} method in class:ProcessEnvironment.CheckedEntrySet
159 public int size() {return c.size();} method in class:ProcessEnvironment.CheckedValues
170 public int size() {return s.size();} method in class:ProcessEnvironment.CheckedKeySet
301 StringBuilder sb = new StringBuilder(size()*30);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDesktopProperties.java167 private synchronized void setFontProperty(String key, String name, int style, int size) { argument
168 assert( key != null && style <= (Font.BOLD|Font.ITALIC) && size >= 0 );
174 Font font = new Font(name, style, size);
181 Integer iSize = Integer.valueOf(size);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java91 int truncate(FileDescriptor fd, long size) throws IOException { argument
92 return truncate0(fd, size);
95 long size(FileDescriptor fd) throws IOException { method in class:FileDispatcherImpl
99 int lock(FileDescriptor fd, boolean blocking, long pos, long size, argument
102 return lock0(fd, blocking, pos, size, shared);
105 void release(FileDescriptor fd, long pos, long size) throws IOException { argument
106 release0(fd, pos, size);
146 static native int truncate0(FileDescriptor fd, long size) argument
152 long size, boolean shared) throws IOException;
154 static native void release0(FileDescriptor fd, long pos, long size) argument
151 lock0(FileDescriptor fd, boolean blocking, long pos, long size, boolean shared) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java270 // size of per-directory buffer for events (FIXME - make this configurable)
387 int size = CHANGES_BUFFER_SIZE + SIZEOF_DWORD + SIZEOF_OVERLAPPED;
388 NativeBuffer buffer = NativeBuffers.getNativeBuffer(size);
391 long overlappedAddress = bufferAddress + size - SIZEOF_OVERLAPPED;
483 private void processEvents(WindowsWatchKey key, int size) { argument
564 // insufficient buffer size
/openjdk7/jdk/src/windows/native/java/lang/
H A Djava_props_md.c173 int size = MAX_PATH+1; local
182 rc = RegQueryValueExW(key, L"Desktop", 0, &type, (LPBYTE)path, &size);
206 int size = MAX_PATH+1; local
/openjdk7/jdk/src/windows/native/java/net/
H A DInet4AddressImpl.c293 jint size; local
311 size = 60*1024;
312 setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char *) &size, sizeof(size));
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileDispatcherImpl.c343 jobject fdo, jlong size)
350 lowPos = (DWORD)size;
351 highPos = (long)(size >> 32);
386 jboolean block, jlong pos, jlong size,
392 DWORD lowNumBytes = (DWORD)size;
393 DWORD highNumBytes = (DWORD)(size >> 32);
424 jobject fdo, jlong pos, jlong size)
429 DWORD lowNumBytes = (DWORD)size;
430 DWORD highNumBytes = (DWORD)(size >> 32);
342 Java_sun_nio_ch_FileDispatcherImpl_truncate0(JNIEnv *env, jobject this, jobject fdo, jlong size) argument
385 Java_sun_nio_ch_FileDispatcherImpl_lock0(JNIEnv *env, jobject this, jobject fdo, jboolean block, jlong pos, jlong size, jboolean shared) argument
423 Java_sun_nio_ch_FileDispatcherImpl_release0(JNIEnv *env, jobject this, jobject fdo, jlong pos, jlong size) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Button.cpp209 SIZE size; local
224 size = AwtFont::getMFStringSize(hDC, font, str);
230 int x = (rect.left + rect.right-size.cx) / 2 + adjust;
231 int y = (rect.top + rect.bottom-size.cy) / 2 + adjust;

Completed in 93 milliseconds

<<21222324252627282930>>