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

/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c63 static void set_high(jlong* value, jint high) { function
70 set_high(&result, h);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp452 inline void set_high(jlong* value, jint high) { *value &= (jlong)(julong)(juint)0xffffffff; function
457 set_high(&result, h);

Completed in 39 milliseconds