OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:peekLong
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/libcore/io/
Memory.java
59
public static long
peekLong
(byte[] src, int offset, ByteOrder order) {
155
public static native long
peekLong
(long address, boolean swap);
/libcore/luni/src/main/java/java/nio/
MemoryBlock.java
231
public final long
peekLong
(int offset, ByteOrder order) {
232
return Memory.
peekLong
(address + offset, order.needsSwap);
Completed in 48 milliseconds