Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp82 static inline void swapLongs(jlong* dstLongs, const jlong* srcLongs, size_t count) { in swapLongs() argument
83 jint* dst = reinterpret_cast<jint*>(dstLongs); in swapLongs()
250 jlong* dstLongs = reinterpret_cast<jlong*>(dst); in unsafeBulkCopy() local
252 swapLongs(dstLongs, srcLongs, byteCount / 8); in unsafeBulkCopy()