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

/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp63 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) { argument
65 jint* dst = reinterpret_cast<jint*>(dstShorts);
244 jshort* dstShorts = reinterpret_cast<jshort*>(dst); local
246 swapShorts(dstShorts, srcShorts, byteCount / 2);

Completed in 20 milliseconds