Searched refs:getUInt (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DResourceRecord.java312 private long getUInt(int pos) { method in class:ResourceRecord
405 long serial = getUInt(pos);
407 long refresh = getUInt(pos);
409 long retry = getUInt(pos);
411 long expire = getUInt(pos);
413 long minimum = getUInt(pos); // now used as negative TTL
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DNative.java260 static long getUInt(long ptr) { return 0xFFFFFFFFL & unsafe.getInt(ptr); } method in class:Native
261 static long getUInt(long ptr, int index) { return getUInt(ptr +getIntSize()*index); } method in class:Native
H A DXlibUtil.java126 long width = Native.getUInt(XlibWrapper.larg4);
127 long height = Native.getUInt(XlibWrapper.larg5);

Completed in 33 milliseconds