Searched refs:uint32_t (Results 1 - 25 of 76) sorted by relevance

1234

/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.h29 #define uint32_t UINT32 macro
H A Dsocket_md.c240 uint32_t
242 return (uint32_t)inet_addr(cp);
245 uint32_t
246 dbgsysHostToNetworkLong(uint32_t hostlong) {
247 return (uint32_t)htonl((u_long)hostlong);
260 uint32_t
261 dbgsysNetworkToHostLong(uint32_t netlong) {
262 return (uint32_t)ntohl((u_long)netlong);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp33 // cpuid result register layouts. These are all unions of a uint32_t
37 uint32_t value;
39 uint32_t stepping : 4,
51 uint32_t value;
53 uint32_t brand_id : 8,
61 uint32_t value;
63 uint32_t sse3 : 1,
91 uint32_t value;
93 uint32_t : 4, member in struct:VM_Version::StdCpuid1Edx::__anon57
113 uint32_t valu
155 uint32_t : 22, member in struct:VM_Version::ExtCpuid1Edx::__anon62
179 uint32_t : 8, member in struct:VM_Version::ExtCpuid7Edx::__anon64
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.h70 Display *, Window, int32_t, int32_t, uint32_t,
71 uint32_t, int32_t *, int32_t *, XVisualInfo **, int32_t *,
79 Display *, Window, int32_t, int32_t, uint32_t,
80 uint32_t, int32_t, XVisualInfo *, int32_t,
H A Drobot_common.c87 if( (uint32_t)i <= redMask) colors[i].pixel = (i<<redShift) ;
88 if( (uint32_t)i <= greenMask) colors[i].pixel |= (i<<greenShift) ;
89 if( (uint32_t)i <= blueMask) colors[i].pixel |= (i<<blueShift) ;
H A DMouseInfo.c56 uint32_t keys;
103 uint32_t keys = 0;
104 uint32_t nchildren = 0;
H A Dlist.h113 uint32_t list_length(
H A Dlist.c168 uint32_t list_length(list_ptr lp)
170 uint32_t list_length(lp)
174 uint32_t count = 0;
/openjdk7/jdk/src/solaris/bin/
H A Dergo_i586.c38 get_cpuid(uint32_t arg,
39 uint32_t* eaxp,
40 uint32_t* ebxp,
41 uint32_t* ecxp,
42 uint32_t* edxp) {
117 get_cpuid(uint32_t arg,
118 uint32_t* eaxp,
119 uint32_t* ebxp,
120 uint32_t* ecxp,
121 uint32_t* edx
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp59 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */
60 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */
61 uint32_t stroff = symt->stroff; /* string table offset */
62 uint32_t strsize = symt->strsize; /* string table size in bytes */
66 uint32_t addr_relative = (uintptr_t) mach_base - (uintptr_t) addr; // offset we seek in the symtab
74 for (uint32_t i=0; i < nsyms; i++) {
75 uint32_t this_value = cur_nlist->n_value;
106 void* MachODecoder::mach_find_command(struct mach_header_64 * mach_base, uint32_t command_wanted) {
110 for (uint32_t i = 0; i < mach_base->ncmds; i++) {
121 char* MachODecoder::mach_find_in_stringtable(char *strtab, uint32_t tablesiz
[all...]
H A Ddecoder_machO.hpp51 void * mach_find_command(struct mach_header_64 * mach_base, uint32_t command_wanted);
52 char * mach_find_in_stringtable(char *strtab, uint32_t tablesize, int strx_wanted);
/openjdk7/jdk/src/share/transport/socket/
H A DsysSocket.h53 uint32_t dbgsysInetAddr(const char* cp);
54 uint32_t dbgsysHostToNetworkLong(uint32_t hostlong);
56 uint32_t dbgsysNetworkToHostLong(uint32_t netlong);
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dhotspot_jni.d29 probe AttachCurrentThreadAsDaemon__return(uint32_t);
31 probe AttachCurrentThread__return(uint32_t);
63 probe CallIntMethodA__return(uint32_t);
65 probe CallIntMethod__return(uint32_t);
67 probe CallIntMethodV__return(uint32_t);
105 probe CallNonvirtualIntMethodA__return(uint32_t);
107 probe CallNonvirtualIntMethod__return(uint32_t);
109 probe CallNonvirtualIntMethodV__return(uint32_t);
177 probe CallStaticIntMethodA__return(uint32_t);
179 probe CallStaticIntMethod__return(uint32_t);
[all...]
H A Dhs_private.d26 probe hashtable__new_entry(void*, uint32_t, uintptr_t, void*);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dhotspot_jni.d29 probe AttachCurrentThreadAsDaemon__return(uint32_t);
31 probe AttachCurrentThread__return(uint32_t);
63 probe CallIntMethodA__return(uint32_t);
65 probe CallIntMethod__return(uint32_t);
67 probe CallIntMethodV__return(uint32_t);
105 probe CallNonvirtualIntMethodA__return(uint32_t);
107 probe CallNonvirtualIntMethod__return(uint32_t);
109 probe CallNonvirtualIntMethodV__return(uint32_t);
177 probe CallStaticIntMethodA__return(uint32_t);
179 probe CallStaticIntMethod__return(uint32_t);
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.inline.hpp39 uint32_t ts1, ts2;
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.inline.hpp39 uint32_t ts1, ts2;
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h41 typedef uint32_t rgbquad_t;
/openjdk7/jdk/src/solaris/transport/socket/
H A Dsocket_md.c158 uint32_t
160 return (uint32_t)inet_addr(cp);
163 uint32_t
164 dbgsysHostToNetworkLong(uint32_t hostlong) {
178 uint32_t
179 dbgsysNetworkToHostLong(uint32_t netlong) {
190 uint32_t onl = (uint32_t)on;
193 (char *)&onl, sizeof(uint32_t)) < 0) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.inline.hpp46 inline void BytecodeInterpreter::VMmemCopy64(uint32_t to[2], const uint32_t from[2]) {
310 tmp.v[0] = ((uint32_t*)p)[0];
311 tmp.v[1] = ((uint32_t*)p)[1];
318 ((uint32_t*)p)[0] = tmp.v[0];
319 ((uint32_t*)p)[1] = tmp.v[1];
324 tmp.v[0] = ((uint32_t*)p)[0];
325 tmp.v[1] = ((uint32_t*)p)[1];
332 ((uint32_t*)p)[0] = tmp.v[0];
333 ((uint32_t*)
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h43 typedef uint32_t rgbquad_t;
/openjdk7/hotspot/src/os/solaris/vm/
H A DdtraceJSDT_solaris.cpp117 uint32_t num_sections = 1 + 4 * providers_count;
118 uint32_t offset = sizeof(dof_hdr_t) + (num_sections * sizeof(dof_sec_t));
119 uint32_t* secoffs = NEW_RESOURCE_ARRAY(uint32_t, num_sections);
120 uint32_t* secsize = NEW_RESOURCE_ARRAY(uint32_t, num_sections);
137 uint32_t strcount = 0;
152 uint32_t* stroffs = NEW_RESOURCE_ARRAY(uint32_t, strcount + 1);
153 uint32_t string_inde
[all...]
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1165 get_cpuid(uint32_t arg,
1166 uint32_t* eaxp,
1167 uint32_t* ebxp,
1168 uint32_t* ecxp,
1169 uint32_t* edxp) {
1217 get_cpuid(uint32_t arg,
1218 uint32_t* eaxp,
1219 uint32_t* ebxp,
1220 uint32_t* ecxp,
1221 uint32_t* edx
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp194 uint32_t debug_bits = 0;
213 uint32_t debug_bits = 0;
224 uint32_t debug_bits = 0;
235 uint32_t debug_bits = 0;
246 uint32_t debug_bits = 0;
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c52 uint32_t awt_NumLockMask = 0;
348 static uint32_t get_poll_timeout(jlong nextTaskTime);
361 #define DEF_AWT_MAX_POLL_TIMEOUT ((uint32_t)4000000000) /* milliseconds */
363 #define DEF_AWT_MAX_POLL_TIMEOUT ((uint32_t)500) /* milliseconds */
366 #define DEF_AWT_FLUSH_TIMEOUT ((uint32_t)100) /* milliseconds */
367 #define AWT_MIN_POLL_TIMEOUT ((uint32_t)0) /* milliseconds */
388 static uint32_t AWT_FLUSH_TIMEOUT = DEF_AWT_FLUSH_TIMEOUT; /* milliseconds */
389 static uint32_t AWT_MAX_POLL_TIMEOUT = DEF_AWT_MAX_POLL_TIMEOUT; /* milliseconds */
395 static uint32_t curPollTimeout;
567 static uint32_t get_poll_timeou
[all...]

Completed in 110 milliseconds

1234