Searched defs:res (Results 351 - 362 of 362) sorted by relevance

<<1112131415

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c1125 Status res = XQueryTree(awt_display, proxyWindow, &root, &parent, local
1127 if (res != 0) {
1302 Status res = XQueryTree(awt_display, w, &root, &parent, &children, &nchildren); local
1303 if (res == 0) {
3240 Boolean res; local
3242 res = awt_wm_supportsAlwaysOnTop();
3244 return res;
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c855 jstring res; local
1155 jbyteArray res = (*env)->NewByteArray(env, length); local
1158 (*env)->SetByteArrayRegion(env, res, 0, length,
1160 return res;
1755 Status res; local
1757 res = XGetIconSizes((Display*) jlong_to_ptr(display), (Window)window, psize, pcount);
1758 return res;
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4279 unsigned char res = b0 | b0 - 1 | local
4283 if (res >= 128) break;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp395 HeapRegion* res = (HeapRegion*) local
398 if (res == NULL) {
546 HeapRegion* res = _free_list.remove_head(); local
550 HR_FORMAT_PARAMS(res));
552 return res;
573 HeapRegion* res; local
580 res = new_region_try_secondary_free_list();
581 if (res != NULL) {
582 return res;
586 res
2814 bool res = cl->doHeapRegion(r); local
3053 Space* res = heap_region_containing(addr); local
4860 const bool res = terminator()->offer_termination(); local
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1263 Node *res = cast_not_null(value); local
1266 return res;
2778 Node* res = _gvn.transform(phi); local
2788 // replace_in_map( obj, res );
2793 return res;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp2829 intptr_t res = s1.as_constant() & ~s2.as_constant(); local
2830 return res;
2861 intptr_t res = s1.as_constant() + s2.as_constant(); local
2862 return res;
2896 intptr_t res = s1.as_constant() << s2.as_constant(); local
2897 return res;
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1599 struct timespec res; local
1601 if (::clock_getres(CLOCK_MONOTONIC, &res) == 0 &&
1624 // 1/100 or 1/1000 second). It would be bad to use such a low res clock
1630 struct timespec res; local
1632 if (clock_getres_func (CLOCK_MONOTONIC, &res) == 0 &&
1755 struct tm* os::localtime_pd(const time_t* clock, struct tm* res) { argument
1756 return localtime_r(clock, res);
2911 uintptr_t res = (uintptr_t) ::mmap(addr, size, prot, local
2913 if (res != (uintptr_t) MAP_FAILED) {
2942 uintptr_t res local
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1418 // 1/100 or 1/1000 second). It would be bad to use such a low res clock
1424 struct timespec res; local
1426 if (clock_getres_func (CLOCK_MONOTONIC, &res) == 0 &&
1546 struct tm* os::localtime_pd(const time_t* clock, struct tm* res) { argument
1547 return localtime_r(clock, res);
2110 void* res = dlsym(handle, name); local
2112 return res;
2687 uintptr_t res = (uintptr_t) ::mmap(addr, size, prot, local
2689 if (res != (uintptr_t) MAP_FAILED) {
2736 uintptr_t res local
2979 uintptr_t res = (uintptr_t) ::mmap(addr, size, PROT_NONE, local
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp382 struct tm* os::localtime_pd(const time_t* clock, struct tm* res) { argument
383 return localtime_r(clock, res);
1771 int res = ::write(fd, cmd, sizeof(long) * 2); local
1773 if (res != sizeof(long) * 2)
1785 int res = os::read(fd, (void*) &status, sizeof(pstatus_t)); local
1787 if (res != sizeof(pstatus_t))
2849 char *res = Solaris::mmap_chunk(addr, size, MAP_PRIVATE|MAP_FIXED, prot); local
2850 if (res != NULL) {
3594 int res; local
3597 if ((res
3617 INTERRUPTIBLE_NORESTART_VM_ALWAYS(poll(NULL, 0, millis), res, jt, local
4423 bool res = osthread->interrupted(); local
6744 int res; local
6756 INTERRUPTIBLE_NORESTART(::poll(&pfd, 1, timeout), res, os::Solaris::clear_interrupted); local
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp379 struct tm* os::localtime_pd(const time_t* clock, struct tm* res) { argument
382 *res = *time_struct_ptr;
383 return res;
2271 bool res = os::protect_memory((char*) page_start, page_size, local
2279 page_start, (res ? "success" : strerror(errno)));
3013 char* res; local
3018 res = (char*)VirtualAlloc(addr, bytes, MEM_RESERVE, PAGE_READWRITE);
3024 res = allocate_pages_individually(bytes, addr, MEM_RESERVE, PAGE_READWRITE);
3025 if (res == NULL) {
3034 assert(res
3093 char * res = (char *)VirtualAlloc(NULL, bytes, flag, prot); local
3352 int res; local
4482 bool res = ReadFile(hFile, base, (DWORD)bytes, &bytes_read, &overlapped) != 0; local
4530 bool res = VirtualProtect(base, bytes, exec_access, &old_protect) != 0; local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp642 LIR_Opr res; local
646 res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
654 res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
662 res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
670 res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
679 res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
686 res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
694 res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
702 T_DOUBLE: res = (LIR_Opr)(intptr_t)((index << LIR_OprDesc::data_shift) |
709 default: ShouldNotReachHere(); res
740 LIR_Opr res; local
2063 pow(LIR_Opr arg1, LIR_Opr arg2, LIR_Opr res, LIR_Opr tmp1, LIR_Opr tmp2, LIR_Opr tmp3, LIR_Opr tmp4, LIR_Opr tmp5) argument
2065 add(LIR_Opr left, LIR_Opr right, LIR_Opr res) argument
2066 sub(LIR_Opr left, LIR_Opr right, LIR_Opr res, CodeEmitInfo* info = NULL) argument
2067 mul(LIR_Opr left, LIR_Opr right, LIR_Opr res) argument
2068 mul_strictfp(LIR_Opr left, LIR_Opr right, LIR_Opr res, LIR_Opr tmp) argument
2069 div(LIR_Opr left, LIR_Opr right, LIR_Opr res, CodeEmitInfo* info = NULL) argument
2070 div_strictfp(LIR_Opr left, LIR_Opr right, LIR_Opr res, LIR_Opr tmp) argument
2071 rem(LIR_Opr left, LIR_Opr right, LIR_Opr res, CodeEmitInfo* info = NULL) argument
2159 xadd(LIR_Opr src, LIR_Opr add, LIR_Opr res, LIR_Opr tmp) argument
2160 xchg(LIR_Opr src, LIR_Opr set, LIR_Opr res, LIR_Opr tmp) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp405 BOOL res = env->GetBooleanField(target, focusableID); local
408 res &= pCont->IsFocusableWindow();
411 return res;

Completed in 1485 milliseconds

<<1112131415