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

/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp124 static inline void swapLongs(jlong* dstLongs, const jlong* srcLongs, size_t count) { argument
126 const jint* src = reinterpret_cast<const jint*>(srcLongs);
128 (reinterpret_cast<uintptr_t>(srcLongs) & INT_ALIGNMENT_MASK) == 0) {
335 const jlong* srcLongs = reinterpret_cast<const jlong*>(src); local
336 swapLongs(dstLongs, srcLongs, byteCount / 8);

Completed in 161 milliseconds