Searched defs:uint32 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlc.hpp75 #define uint32 unsigned int macro
/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.hpp186 typedef uint32_t uint32; // Exactly 32bits unsigned typedef
200 uint32 gcd( uint32 x, uint32 y );
201 int ff1( uint32 mask );
202 int fh1( uint32 mask );
203 uint32 rotate32( uint32 x, int32 cnt );
207 extern uint32 heap_totalmem; // Current total memory allocation
208 extern uint32 heap_highwate
[all...]

Completed in 30 milliseconds