Home
last modified time | relevance | path

Searched refs:srcLongs (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp84 static inline void swapLongs(jlong* dstLongs, const jlong* srcLongs, size_t count) { in swapLongs() argument
86 const jint* src = reinterpret_cast<const jint*>(srcLongs); in swapLongs()
253 const jlong* srcLongs = reinterpret_cast<const jlong*>(src); in unsafeBulkCopy() local
254 swapLongs(dstLongs, srcLongs, byteCount / 8); in unsafeBulkCopy()