Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp61 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) { in swapShorts() argument
63 jint* dst = reinterpret_cast<jint*>(dstShorts); in swapShorts()
242 jshort* dstShorts = reinterpret_cast<jshort*>(dst); in unsafeBulkCopy() local
244 swapShorts(dstShorts, srcShorts, byteCount / 2); in unsafeBulkCopy()