Searched refs:uint32_t (Results 26 - 50 of 76) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.inline.hpp238 uint32_t* cur = (uint32_t*)seg;
239 const uint32_t* end = cur + zap_bytes / sizeof(uint32_t);
H A DglobalDefinitions_gcc.hpp146 typedef unsigned int uint32_t; typedef
167 typedef uint32_t juint;
H A DglobalDefinitions_sparcWorks.hpp153 typedef unsigned int uint32_t; typedef
H A DglobalDefinitions_visCPP.hpp83 typedef unsigned __int32 uint32_t; typedef
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DDevPollArrayWrapper.c39 typedef uint32_t caddr32_t;
59 uint32_t dp_nfds; /* num of pollfd's in dp_fds[] */
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h77 typedef uint32_t syscall_t; /* holds a syscall instruction */
92 #define PRMAXSIG (32 * sizeof (sigset_t) / sizeof (uint32_t))
93 #define PRMAXFAULT (32 * sizeof (fltset_t) / sizeof (uint32_t))
94 #define PRMAXSYS (32 * sizeof (sysset_t) / sizeof (uint32_t))
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp217 uint32_t debug_bits = 0;
247 uint32_t debug_bits = 0;
283 uint32_t debug_bits = 0;
H A DjvmtiEnvBase.cpp484 JvmtiEnvBase::is_thread_fully_suspended(JavaThread* thr, bool wait_for_suspend, uint32_t *bits) {
655 uint32_t debug_bits = 0;
694 uint32_t debug_bits = 0;
816 uint32_t debug_bits = 0;
899 uint32_t debug_bits = 0;
959 uint32_t debug_bits = 0;
1383 uint32_t debug_bits = 0;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c150 extern uint32_t list_length();
239 uint32_t width; /* size of bounding box of grab */
240 uint32_t height;
422 ximage = XCreateImage(disp,fakeVis,(uint32_t) depth,format,0,NULL,
423 (uint32_t)width,(uint32_t)height,8,0);
463 (uint32_t) srcRect_width, (uint32_t) srcRect_height,AllPlanes,format) ;
483 uint32_t width; /* size of bounding box of grab */
484 uint32_t heigh
[all...]
H A Dawt_MToolkit.c170 uint32_t awt_MetaMask = 0;
171 uint32_t awt_AltMask = 0;
172 uint32_t awt_NumLockMask = 0;
173 uint32_t awt_ModeSwitchMask = 0;
189 #define AWT_FLUSH_TIMEOUT ((uint32_t)100) /* milliseconds */
190 #define AWT_MIN_POLL_TIMEOUT ((uint32_t)0) /* milliseconds */
191 #define AWT_MAX_POLL_TIMEOUT ((uint32_t)250) /* milliseconds */
228 static uint32_t curPollTimeout = AWT_MAX_POLL_TIMEOUT;
276 awt_set_poll_timeout (uint32_t newTimeout)
293 static uint32_t
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp62 uint32_t v[2];
165 uint32_t raw;
174 uint32_t v[2];
446 static void VMmemCopy64(uint32_t to[2], const uint32_t from[2]);
/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.hpp186 typedef uint32_t uint32; // Exactly 32bits unsigned
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.cpp68 const uint32_t HS_EFL_AC = 0x40000;
69 const uint32_t HS_EFL_ID = 0x200000;
72 const uint32_t CPU_FAMILY_386 = (3 << CPU_FAMILY_SHIFT);
73 const uint32_t CPU_FAMILY_486 = (4 << CPU_FAMILY_SHIFT);
H A DbytecodeInterpreter_x86.inline.hpp46 inline void BytecodeInterpreter::VMmemCopy64(uint32_t to[2], const uint32_t from[2]) {
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dvm_version_solaris_sparc.cpp186 uint32_t len; /* # bytes for strlen + '\0' */
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp65 inline void BytecodeInterpreter::VMmemCopy64(uint32_t to[2],
66 const uint32_t from[2]) {
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d41 #define pointer uint32_t
60 #define copyin_uint32(ADDR) *(uint32_t*) copyin((pointer) (ADDR), sizeof(uint32_t))
H A Dlibjvm_db.c159 uint32_t Universe_narrow_oop_shift;
193 static int read_compressed_pointer(jvm_agent_t* J, uint64_t base, uint32_t *ptr) {
195 uint32_t ptr32;
196 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
203 uint32_t ptr32;
210 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
338 err = ps_pread(J->P, J->Universe_narrow_oop_shift_address, &J->Universe_narrow_oop_shift, sizeof(uint32_t));
482 uint32_t cklass;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d41 #define pointer uint32_t
60 #define copyin_uint32(ADDR) *(uint32_t*) copyin((pointer) (ADDR), sizeof(uint32_t))
H A Dlibjvm_db.c159 uint32_t Universe_narrow_oop_shift;
193 static int read_compressed_pointer(jvm_agent_t* J, uint64_t base, uint32_t *ptr) {
195 uint32_t ptr32;
196 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
203 uint32_t ptr32;
210 err = ps_pread(J->P, base, &ptr32, sizeof(uint32_t));
338 err = ps_pread(J->P, J->Universe_narrow_oop_shift_address, &J->Universe_narrow_oop_shift, sizeof(uint32_t));
482 uint32_t cklass;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp197 volatile uint32_t _suspend_flags;
343 uint32_t flags;
353 uint32_t flags;
1083 bool is_ext_suspend_completed(bool called_by_wait, int delay, uint32_t *bits);
1084 bool is_ext_suspend_completed_with_lock(uint32_t *bits) {
1099 bool wait_for_ext_suspend_completion(int count, int delay, uint32_t *bits);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp78 typedef uint_t (*getisax_func_t)(uint32_t* array, uint_t n);
302 static uint_t getisax(uint32_t* array, uint_t n);
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.m88 - (CGLPixelFormatObj)copyCGLPixelFormatForDisplayMask:(uint32_t)mask {
/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.c70 uint32_t symsection = SHT_SYMTAB;
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp152 void add(uint32_t i) { if (i < (uint32_t)max) _bits |= (1LL << i); }
154 bool test(uint32_t i) const { return i < (uint32_t)max ? (_bits>>i)&1U : true; }

Completed in 90 milliseconds

1234