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

/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp77 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) { argument
79 jint v = get_unaligned<int>(srcInts++);
249 const jint* srcInts = reinterpret_cast<const jint*>(src); local
250 swapInts(dstInts, srcInts, byteCount / 4);

Completed in 4 milliseconds