Searched defs:uint (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlc.hpp76 #define uint unsigned int macro
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.h27 #define uint unsigned int macro
44 uint output_file_offset;
83 static uint get_crc32(uint c, unsigned char *ptr, uint len);
H A Ddefines.h95 typedef unsigned int uint; typedef
/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.hpp182 typedef unsigned int uint; // When you need a fast >=16bit unsigned value typedef
184 const unsigned int max_uint = (uint)-1;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp227 typedef unsigned int uint; NEEDS_CLEANUP typedef
521 inline char type2char(BasicType t) { return (uint)t < T_CONFLICT+1 ? type2char_tab[t] : 0; }
524 inline const char* type2name(BasicType t) { return (uint)t < T_CONFLICT+1 ? type2name_tab[t] : NULL; }

Completed in 38 milliseconds