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.cpp77 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) { in swapInts() argument
80 put_unaligned<jint>(dstInts++, bswap_32(v)); in swapInts()
248 jint* dstInts = reinterpret_cast<jint*>(dst); in unsafeBulkCopy() local
250 swapInts(dstInts, srcInts, byteCount / 4); in unsafeBulkCopy()