Home
last modified time | relevance | path

Searched defs: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()
246 jint* dstInts = reinterpret_cast<jint*>(dst); in unsafeBulkCopy() local