Home
last modified time | relevance | path

Searched defs: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()
242 jshort* dstShorts = reinterpret_cast<jshort*>(dst); in unsafeBulkCopy() local