Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp75 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) { in swapInts() argument
78 put_unaligned<jint>(dstInts++, bswap_32(v)); in swapInts()
246 jint* dstInts = reinterpret_cast<jint*>(dst); in unsafeBulkCopy() local
248 swapInts(dstInts, srcInts, byteCount / 4); in unsafeBulkCopy()